[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.872,1.873

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Feb 12 18:36:44 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv17488

Modified Files:
	mplayer.1 
Log Message:
better explanation of N-pass encoding
based on a patch by Oded Shimon <ods15 at ods15 dot dyndns dot org>


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.872
retrieving revision 1.873
diff -u -r1.872 -r1.873
--- mplayer.1	12 Feb 2005 17:32:42 -0000	1.872
+++ mplayer.1	12 Feb 2005 17:36:41 -0000	1.873
@@ -5780,8 +5780,8 @@
 .
 .TP
 .B vpass=<1\-3>
-Activates internal two (or three) pass mode, only specify if you wish to
-use two (or three) pass encoding.
+Activates internal two (or more) pass mode, only specify if you wish to
+use two (or more) pass encoding.
 .PD 0
 .RSs
 .IPs 1
@@ -5789,7 +5789,7 @@
 .IPs 2
 second pass
 .IPs 3
-Nth pass (second and third passes of three pass encoding)
+Nth pass (second and subsequent passes of N-pass encoding)
 .RE
 .RS
 Here is how it works, and how to use it:
@@ -5801,15 +5801,21 @@
 In two pass mode, the second pass (vpass=2) reads the stats file and
 bases ratecontrol decisions on it.
 .br
-In three pass mode, the second pass (vpass=3, that is not a typo)
+In N-pass mode, the second pass (vpass=3, that is not a typo)
 does both: It first reads the stats, then overwrites them.
 You might want to backup divx2pass.log before doing this if there is
 any possibility that you will have to cancel MEncoder.
 You can use all encoding options, except very CPU-hungry options like "qns".
 .br
-The third pass (vpass=3) is the same as the second pass, except that it has
-the second pass's stats to work from.
-You can use all encoding options, including CPU-hungry ones.
+You can run this same pass over and over to refine the encode.
+Each subsequent pass will use the stats from the previous pass to improve.
+The final pass can include any CPU-hungry encoding options.
+.br
+If you want a 2 pass encode, use first vpass=1, and then vpass=2.
+.br
+If you want a 3 or more pass encode, use vpass=1 for the first pass
+and then vpass=3 and then vpass=3 again and again until you are
+satisfied with the encode.
 .RE
 .PD 1
 .sp 1




More information about the MPlayer-DOCS mailing list