# HG changeset patch # User diego # Date 1117754055 0 # Node ID 692c06b7dc92f5f6a02de86553c3a91b54b060e6 # Parent ccf2c61afacd75c5f5476b153bd45af8c8f8d3d2 wording/markup fixes diff -r ccf2c61afacd -r 692c06b7dc92 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Thu Jun 02 22:01:38 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Thu Jun 02 23:14:15 2005 +0000 @@ -7276,21 +7276,23 @@ .PD 0 .RSs .IPs "q" -constant quantizer override. -In that case, value=<2.0\-31.0> represents the quantizer value. +Constant quantizer override, where 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 +Ratecontrol weight override, where value=<0.01\-2.00> +represents the quality correction in %. +.RE +.PD 1 +.sp 1 .RS .I EXAMPLE: .RE +.PD 0 .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 +Encode frames 0\-10000 at 10% bitrate, encode frames 90000 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%