[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.727,1.728

Guillaume Poirier CVS syncmail at mplayerhq.hu
Mon Sep 20 22:55:31 CEST 2004


CVS change done by Guillaume Poirier CVS

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

Modified Files:
	mplayer.1 
Log Message:
Reworked description of lavc's 3-pass encoding; patch by its creator 
Loren Merritt < lorenm AT NOSPAM u DOT washington DOT edu >


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.727
retrieving revision 1.728
diff -u -r1.727 -r1.728
--- mplayer.1	20 Sep 2004 18:39:48 -0000	1.727
+++ mplayer.1	20 Sep 2004 20:55:28 -0000	1.728
@@ -5358,25 +5358,31 @@
 .PD 0
 .RSs
 .IPs 1
-first pass
+first pass (also see turbo)
 .IPs 2
 second pass
-.IPs 3 (also see turbo)
-Second and third pass of three pass encoding.
+.IPs 3
+Nth pass (second and third passes of three pass encoding)
+.RE
+.RS
 Here is how it works, and how to use it:
 .br
 The first pass (vpass=1) writes the stats file.
 You might want to deactivate some CPU-hungry options, like "turbo"
 mode does.
 .br
-The second pass (vpass=3, that is not a typo ;-) ) reads the stats file and
+In two pass mode, the second pass (vpass=2) reads the stats file and
 bases ratecontrol decisions on it.
-You can use all encoding options, except very CPU-hungry options like "qns",
 .br
-The third pass (vpass=3) does both.
-It first read the stats then overwrite them (You might want to backup
-divx2pass.log before doing this if there's any possibility that you'll
-have to cancel MEncoder).
+In three 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'll 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-hungy ones.
 .RE
 .PD 1
 .sp 1




More information about the MPlayer-DOCS mailing list