changeset 14422:a4f2691c0109

consistent pass two and pass one spelling
author diego
date Fri, 07 Jan 2005 22:38:11 +0000
parents 4a70b65cd2ae
children 160dc87f9e8a
files DOCS/xml/en/mencoder.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 </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 \