I'd like to take a windows media video stream and convert it to mp3 audio. Using mencoder I can convert from windows media video to avi but not directly from windows media to mp3. The following is the command I use to convert to avi, but I'd like to avoid having to do two conversions and converting the avi file to mp3.
mencoder mms://wmslive.media.hinet.net/Weblive_Bloomberg_600 -ovc lavc -oac mp3lame -o output.avi
Note if there are tools that can do this I will use them, I have access to both Linux and Windows.
| ||||
feedback
|
|
I think your best bet is to use
Using Sadly, it doesn't seem "possible" to do this in one step with
Here's the stream data from
| |||||
feedback
|
|
Use free tool, for example Any Audio Converter: | |||
|
feedback
|
|
Try VLC. Works for practically anything. http://videolan.org | |||
|
feedback
|
|
For windows, any of the free video to audio converting tools like effectmatrix.com/total-video-converter OR jetaudio.com Jet Audio is a full-fledged media player as well as converter tool (sorry for typing links like this, but superuser is not allowing me to post more than two links, some sort of spam-protection error popping in sigh) For linux, the in-built ff-mpeg will do the job (See documentation of ff-mpeg for the correct syntax on how to do the job) | |||
|
feedback
|
|
From How to capture, save, record or download streaming audio for free (Windows) :
| |||
|
feedback
|
|
Not very intuitive, but this seems to do it:
| ||||
|
feedback
|
|
| |||||||||||
feedback
|
