summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-02 23:14:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-02 23:14:15 +0000
commiteb81ab583093a919371ca74aa93537c274b1aab8 (patch)
treed8adc39a51f7407747fddf66b26543e7a456c6f7 /DOCS
parente6f5f5a1875f243fcad2ec94c668b4da8d1410f7 (diff)
downloadmpv-eb81ab583093a919371ca74aa93537c274b1aab8.tar.bz2
mpv-eb81ab583093a919371ca74aa93537c274b1aab8.tar.xz
wording/markup fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15621 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.112
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 62d8384a56..31694414fa 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7276,21 +7276,23 @@ 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.
+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 %.
+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%