summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-03 01:08:47 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-03 01:08:47 +0000
commit0316ffaa29657a8256bb94e56648886ae994d709 (patch)
tree59881a090ac9caef851822cffbd6784d9b5ab69b /DOCS
parent1b6f1e7910748c5549c50f428eb08b69c9705836 (diff)
downloadmpv-0316ffaa29657a8256bb94e56648886ae994d709.tar.bz2
mpv-0316ffaa29657a8256bb94e56648886ae994d709.tar.xz
ok, eq2 documented, since noone else does this... :(((
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9237 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.115
1 files changed, 9 insertions, 6 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 55121d7b6e..97380f95b0 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -2077,14 +2077,17 @@ time: temporal strength (default = 6)
Activates the software equalizer with interactive controls like the hardware
eq controls.
The values can be from -100 to 100.
-.IPs eq2[=gamma:cont:bright]
+.IPs eq2[=gamma:contrast:brightness:saturation:rg:gg:bg]
Alternative software equalizer that uses lookup tables (very slow),
-allowing gamma correction in addition to simple brightness and
-contrast adjustment.
+allowing gamma correction in addition to simple brightness,
+contrast and saturation adjustment. Note, that it uses the same MMX
+optimized code as -vop eq if all gamma values are 1.0!
The parameters are given as floating point values.
-Defaults are gamma=1.0, contrast=1.0, and brightness=0.0.
-The values are 0.1\-10 for gamma, -2\-2 for contrast (negative values result
-in negative image) and -1\-1 for brightness.
+Defaults are gamma=1.0, contrast=1.0, brightness=0.0 and stauration=1.0.
+Parameters rg, gg, bg are the independent gamma values for the Red, Green
+and Blue components, all defaults to 1.0
+The values are 0.1\-10 for gammas, -2\-2 for contrast (negative values result
+in negative image) -1\-1 for brightness and 0\-3 for saturation.
.IPs halfpack[=f]
Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
keeping all chroma samples.