|
AVI Audio to MP3 File
Okay, I've got an AVI file with a really cool audio track. I'd like to have this audio track as an MP3 file. My first attempt at this failed miserably:
mencoder file.avi -ovc frameno -oac mp3lame -lameopts vbr=3:br=128:q=4:aq=0 -o music_track.mp3.
It played fine in MPlayer, but xmms chewed it up and spat it out again. Anyone have any idea how to do this?
|