[MPlayer-users] trying to convert MJPEG

Joey Parrish joey.parrish at gmail.com
Mon Apr 16 03:16:20 CEST 2007


On 4/15/07, Steve Kleene <skmpl at syrano.acb.uc.edu> wrote:
> The full two-pass command I expected to work was:
>
> mencoder lizard.avi \
>   -oac twolame -twolameopts br=128 -srate 44100 -af lavcresample=44100 \
>   -ovc lavc -lavcopts vcodec=mpeg1video:vbitrate=1000:mbd=2:trell:vpass=1 \
>   -o /dev/null
>
> mencoder lizard.avi \
>   -oac twolame -twolameopts br=128 -srate 44100 -af lavcresample=44100 \
>   -ovc lavc -lavcopts vcodec=mpeg1video:vbitrate=1000:mbd=2:trell:vpass=2 \
>   -o lizard.mpg

Add -of mpeg.  Default is AVI, regardless of what extension you use
for your -o option.

--Joey



More information about the MPlayer-users mailing list