1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 05:37:37 +00:00

-vf eq only supports brightness and contrast, noticed by Torinthiel.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11104 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-13 23:25:56 +00:00
parent b0af7648a5
commit cfaab60dcd

View File

@ -2638,8 +2638,8 @@ Initial values in the range -100\-100 may be given on the command line.
.TP
.B 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,
contrast and saturation adjustment.
allowing gamma correction in addition to simple brightness
and contrast adjustment.
Note that it uses the same MMX optimized code as \-vf eq if all
gamma values are 1.0.
The parameters are given as floating point values.