[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.984,1.985

Guillaume Poirier CVS syncmail at mplayerhq.hu
Fri Jun 3 00:01:40 CEST 2005


CVS change done by Guillaume Poirier CVS

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

Modified Files:
	mplayer.1 
Log Message:
XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.984
retrieving revision 1.985
diff -u -r1.984 -r1.985
--- mplayer.1	31 May 2005 20:33:52 -0000	1.984
+++ mplayer.1	2 Jun 2005 22:01:38 -0000	1.985
@@ -7269,6 +7269,36 @@
 Switch to fixed quantizer mode and specify the quantizer to be used.
 .
 .TP
+.B zones=<zone0>[/\:<zone1>[/\:...]]
+User specified quality for specific parts (ending, credits, ...)
+(ABR or two pass).
+Each zone is <start-frame>,<mode>,<value> where <mode> may be
+.PD 0
+.RSs
+.IPs "q"
+constant quantizer override.
+In that case, value=<2.0\-31.0> represents the quantizer value.
+.IPs "w"
+ratecontrol weight override.
+In that case, value=<0.01\-2.00> represents the quality correction in %.
+.RE
+.PD 1
+.RS
+.I EXAMPLE:
+.RE
+.RSs
+.IPs zones=90000,q,20
+Encodes all frames starting with frame 90000 at constant quantizer 20.
+.IPs zones=0,w,0.1/10001,w,1.0/90000,q,20
+Encode frames 0\-10000 at 10% bitrate, encode frames 90000 and 
+up to the end at constant quantizer 20.
+Note that the second zone is needed to delimit the first zone, as
+without it everything up until frame 89999 would be encoded at 10%
+bitrate.
+.RE
+.PD 1
+.
+.TP
 .B me_quality=<0\-6>
 This option controls the motion estimation subsystem.
 The higher the value, the more precise the estimation should be (default: 6).




More information about the MPlayer-DOCS mailing list