# HG changeset patch # User diego # Date 1105137491 0 # Node ID a4f2691c010973155fdbcac7b3f8a122e77034b8 # Parent 4a70b65cd2ae179f8422b9c2d1ba5cd2f48ab027 consistent pass two and pass one spelling diff -r 4a70b65cd2ae -r a4f2691c0109 DOCS/xml/en/mencoder.xml --- a/DOCS/xml/en/mencoder.xml Fri Jan 07 22:33:01 2005 +0000 +++ b/DOCS/xml/en/mencoder.xml Fri Jan 07 22:38:11 2005 +0000 @@ -886,13 +886,13 @@ - We're now ready to do the two pass encode. Pass 1: + We're now ready to do the two pass encode. Pass one: mencoder dvd://1 -ofps 23.976 -oac copy -vf crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \ -lavcopts vcodec=mpeg4:vbitrate=2400:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:autoaspect:vpass=1 \ -o Harry_Potter_2.avi - And pass 2 is the same, except that we specify : + And pass two is the same, except that we specify : mencoder dvd://1 -ofps 23.976 -oac copy -vf crop=720:352:0:62,hqdn3d=2:1:2 -ovc lavc \ -lavcopts vcodec=mpeg4:vbitrate=2400:v4mv:mbd=2:trell:cmp=3:subcmp=3:mbcmp=3:autoaspect:vpass=2 \