[MPlayer-users] 2pass opts
Jan Engelhardt
jengelh at linux01.gwdg.de
Wed Oct 16 17:37:02 CEST 2002
Hi,
the manual says:
-pass <1/2>
With this you can encode 2pass DivX4 files. First
encode with -pass 1, then with the same parameters,
encode with -pass 2.
With the same parameters...
if I got an in.mpeg I would do:
mencoder in.mpeg -manyoptions -pass 1 -o step1.avi;
now is
1. mencoder in.mpeg -manyoptions -pass 2 -o final.avi;
or 2. mencoder step1.avi -manyoptions -pass 2 -o final.avi;
correct?
- Jan Engelhardt
More information about the MPlayer-users
mailing list