[MEncoder-users] Decoding audio

Al Bogner mencoder at ml093.pinguin.uni.cc
Tue Feb 16 23:35:31 CET 2010


Am Dienstag, 16. Februar 2010 21:52:04 schrieb double:
> Hello,
> 
> We have a strange mov-file.
> mplayer is able to demux the container and decode
> the audio, but not the audio stream. What I tried:
> 
> mplayer -demuxer mov http://doppelbauer.name/stange.mp4

Try for the audiofile e.g.:

mencoder "$MOVFILE" -of rawaudio -oac mp3lame -lameopts preset=standard -ovc 
copy -o "$MP3FILE"

mplayer -vo null -vc dummy -ao pcm:waveheader "$AVIFILE"
sox audiodump.wav -r 44100 audiodump_44100.wav

Al


More information about the MEncoder-users mailing list