[MPlayer-users] encoding with xvid does not honor bitrate argument?!

Markus Liebl lieblm at troja.mayn.de
Sat Feb 1 02:44:33 CET 2003


On Sat, 1 Feb 2003 02:15:38 +0100
Norbert Preining <preining at logic.at> wrote:

> I have the following problem: I want to encode a set of .vob as follows:
> cat *.vob | mencoder -oac mp3lame -ovc xvid -xvidencopts
> bitrate=1600:pass=1 -v -sid 0 -
That's the first pass of a 2pass encoding...

Either you do 1pass: (no pass=x)

cat *.vob | mencoder -oac mp3lame -ovc xvid -xvidencopts bitrate=1600 -v
-sid 0 -

Or you do 2pass: (with pass=x)

cat *.vob | mencoder -oac mp3lame -ovc xvid -xvidencopts
 bitrate=1600:pass=1 -v -sid 0 -
cat *.vob | mencoder -oac mp3lame -ovc xvid -xvidencopts
 bitrate=1600:pass=2 -v -sid 0 -


Bye,
Monarc

-- 
    Alle Menschen sind klug: die einen vorher, die anderen nachher.



More information about the MPlayer-users mailing list