how to get audio file from a WMV video?

1

I have a WMV file. I want a WAV or MP3 of its audio. Is this possible without some dubious shareware?

user119413

Posted 2011-04-09T13:26:01.923

Reputation:

Answers

1

Yes, this is very straightforward with FFMPEG. See http://howto-pages.org/ffmpeg/#basicaudio

You can do the same thing with VLC. http://www.videolan.org/vlc/

Brad

Posted 2011-04-09T13:26:01.923

Reputation: 4 459