summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-08 00:09:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-08 00:09:15 +0000
commit304379ec71012bffc552685eff621b3906af3c55 (patch)
treeec90f74eeeeae716a1661654da5e81918a473baf /DOCS
parent258a4950a4b938a3b21cebfa04b81e2c9c55e15c (diff)
downloadmpv-304379ec71012bffc552685eff621b3906af3c55.tar.bz2
mpv-304379ec71012bffc552685eff621b3906af3c55.tar.xz
gammas --> gamma, vqblur clarified.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11412 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index cf61a2cbca..bdc1764597 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2738,8 +2738,8 @@ The weight parameter can be used to reduce the effect of a high gamma value on
bright image areas, e.g. keep them from getting overamplified and just plain
white. A value of 0.0 turns the gamma correction all the way down while 1.0
leaves it at its full strength.
-Defaults are contrast=1.0, brightness=0.0, gammas=1.0, saturation=1.0, weight=1.0.
-Value ranges are 0.1\-10 for gammas, -2\-2 for contrast (negative values result
+Defaults are gamma=1.0, contrast=1.0, brightness=0.0, saturation=1.0, weight=1.0.
+Value ranges are 0.1\-10 for gamma, -2\-2 for contrast (negative values result
in a negative image), -1\-1 for brightness, 0\-3 for saturation and 0\-1 for weight.
.TP
.B hue[=hue:saturation]
@@ -3850,8 +3850,8 @@ Tip: To do constant quantizer encoding with different quantizers for
I/P and B frames you can use:
vqmin= <ip_quant>:vqmax= <ip_quant>:vb_qfactor= <b_quant/ip_quant>
.TP
-.B vqblur=<0.0\-1.0>
-quantizer blur (pass1) Larger values will average the quantizer more over
+.B vqblur=<0.0\-1.0> (pass 1)
+Quantizer blur, larger values will average the quantizer more over
time (slower change).
.RSs
.IPs 0.0
@@ -3862,9 +3862,9 @@ qblur disabled
average the quantizer over all previous frames
.RE
.TP
-.B vqblur=<0.0\-99.0>
-quantizer gaussian blur (pass2) Larger values will average the quantizer more
-over time (slower change) (default: 0.5)
+.B vqblur=<0.0\-99.0> (pass 2)
+Quantizer gaussian blur, larger values will average the quantizer more
+over time (slower change) (default: 0.5).
.TP
.B vqcomp=<value>
quantizer compression, depends upon vrc_eq (pass\ 1/\:2) (default: 0.5)