diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-07 22:38:11 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-07 22:38:11 +0000 |
commit | c56be3651a7afcc091b0a0cb5de5d74f1d33eac6 (patch) | |
tree | 5524c3c2385f71ca6d8564502f1b22505491ec30 /DOCS/xml | |
parent | e017a5df48b1ed34a39fc57d3234f2659d76125f (diff) |
consistent pass two and pass one spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/mencoder.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 98497ff7ba..b7852df3db 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -886,13 +886,13 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37, </para> <para> - We're now ready to do the two pass encode. Pass 1: + We're now ready to do the two pass encode. Pass one: <screen>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</screen> - And pass 2 is the same, except that we specify <option>vpass=2</option>: + And pass two is the same, except that we specify <option>vpass=2</option>: <screen>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 \ |