[MPlayer-users] Animatrix and -delay workaround

Luis.F.Correia Luis.F.Correia at seg-social.pt
Tue Apr 8 14:19:32 CEST 2003


Easier then all of the above :)

This was what I did.


mplayer -dumpaudio -aid 2 animatrix3.mov
mv stream.dump animatrix3begin.aac
 
mplayer -dumpaudio -aid 1 animatrix3.mov
mv stream.dump animatrix3main.aac
 
cat animatrix3begin.aac animatrix3main.aac > animatrix3.aac

faad animatrix3.aac -o animatrix3.wav
 
(*)

mplayer -audiofile animatrix3.wav animatrix3.mov


This way, you don't hear the click&pop produced by the second WAV header

(*) personally at this point, i converted the mov to avi:
mencoder -audiofile animatrix2.wav animatrix3.mov -oac mp3lame -lameopts
cbr:br=128 \
-ovc lavc -lavcopts vbitrate=2000:vhq:vcodec=msmpeg4 -o animatrix3.avi

and played it with : mplayer animatrix.avi

so, one more avi added to the collection :)



More information about the MPlayer-users mailing list