[MPlayer-users] cvs/frameno/encode

Michael Niedermayer michaelni at gmx.at
Tue Jun 11 01:19:01 CEST 2002


Hi

On Tuesday 11 June 2002 00:50, Miklos Bagi Jr. wrote:
[...]
> I'm trying to do a 3 pass encoding thisway:
>
> cat *.mpg|mencoder -ovc frameno -vop scale=576:432 -lameopts abr:br=96 -o
> frameno.avi - >frameno.log
> cat *.mpg|mencoder -v -vop scale=576:432 -lameopts abr:br=96 -ovc lavc
> -lavcopts vcodec=mpeg4:vbitrate=964:vpass=1 -o pass1.avi -
> cat *.mpg|mencoder -v -vop scale=576:432 -lameopts abr:br=96 -ovc lavc
> -lavcopts vcodec=mpeg4:vbitrate=964:vpass=2 -o pass2.avi -
>
> mencoder tells me at frameno that I'll need to do a 964 bitrate to make the
> movie fit to a 700MB CD. This looks perfect as information, it is possible
> because the movie is not that long. Pass1 encoding produces pass1.avi which
> is not even close to 700MB:
>
> 344541244 Jun 10 05:33 pass1.avi
try -lavcopts vqmin=2

[...]

Michael




More information about the MPlayer-users mailing list