comparison DOCS/man/en/mplayer.1 @ 15619:ccf2c61afacd

XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >
author gpoirier
date Thu, 02 Jun 2005 22:01:38 +0000
parents ccaf580a4384
children 692c06b7dc92
comparison
equal deleted inserted replaced
15618:1965072518be 15619:ccf2c61afacd
7267 .TP 7267 .TP
7268 .B fixed_quant=<1\-31> 7268 .B fixed_quant=<1\-31>
7269 Switch to fixed quantizer mode and specify the quantizer to be used. 7269 Switch to fixed quantizer mode and specify the quantizer to be used.
7270 . 7270 .
7271 .TP 7271 .TP
7272 .B zones=<zone0>[/\:<zone1>[/\:...]]
7273 User specified quality for specific parts (ending, credits, ...)
7274 (ABR or two pass).
7275 Each zone is <start-frame>,<mode>,<value> where <mode> may be
7276 .PD 0
7277 .RSs
7278 .IPs "q"
7279 constant quantizer override.
7280 In that case, value=<2.0\-31.0> represents the quantizer value.
7281 .IPs "w"
7282 ratecontrol weight override.
7283 In that case, value=<0.01\-2.00> represents the quality correction in %.
7284 .RE
7285 .PD 1
7286 .RS
7287 .I EXAMPLE:
7288 .RE
7289 .RSs
7290 .IPs zones=90000,q,20
7291 Encodes all frames starting with frame 90000 at constant quantizer 20.
7292 .IPs zones=0,w,0.1/10001,w,1.0/90000,q,20
7293 Encode frames 0\-10000 at 10% bitrate, encode frames 90000 and
7294 up to the end at constant quantizer 20.
7295 Note that the second zone is needed to delimit the first zone, as
7296 without it everything up until frame 89999 would be encoded at 10%
7297 bitrate.
7298 .RE
7299 .PD 1
7300 .
7301 .TP
7272 .B me_quality=<0\-6> 7302 .B me_quality=<0\-6>
7273 This option controls the motion estimation subsystem. 7303 This option controls the motion estimation subsystem.
7274 The higher the value, the more precise the estimation should be (default: 6). 7304 The higher the value, the more precise the estimation should be (default: 6).
7275 The more precise the motion estimation is, the more bits can be saved. 7305 The more precise the motion estimation is, the more bits can be saved.
7276 Precision is gained at the expense of CPU time so decrease this setting if 7306 Precision is gained at the expense of CPU time so decrease this setting if