convert wma to wav

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
hatsoff

convert wma to wav

Post by hatsoff »

I was able to successfully "dumpstream" via mplayer to extract wma audio from wmv video. However, now I need to get wma to wav format.

All the instructions on the net seem to use ffmpeg, but ffmpeg gives me an error:

"ffmpeg: command not found"

I have tried a bunch of different ways, following various instructions on the net, to install ffmpeg, but I always get the same "command not found" error.

Is there a way to do this without ffmpeg?

Thanks!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: convert wma to wav

Post by jimallyn »

ffmpeg is now libavutil52. I just opened a .wma file with Audacity, and exported it as a .wav file. Might give that a try.
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: convert wma to wav

Post by Flemur »

"ffmpeg: command not found"

Try "avconv" instead of ffmpeg. Params are the same (pretty sure).

Or audacity. Or avidemux.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Mute Ant

Re: convert wma to wav

Post by Mute Ant »

You can get WAV soundtrack straight from the original...

Code: Select all

mplayer -novideo -ao pcm movie-airplane.mpg 
Locked

Return to “Sound”