summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-22 15:58:49 +0200
committerwm4 <wm4@nowhere>2017-08-22 15:58:49 +0200
commitd67aa6da6bbd3cba9eabd12cda4703821fecc7a1 (patch)
tree05cd621e35a68758686d3d89977244525c407074 /DOCS/man
parentd2bdb72b69536370c3046107fc593896e74803c3 (diff)
downloadmpv-d67aa6da6bbd3cba9eabd12cda4703821fecc7a1.tar.bz2
mpv-d67aa6da6bbd3cba9eabd12cda4703821fecc7a1.tar.xz
vf_eq: remove this filter
Both the video equalizer command/option glue, which drives this filter, as well as the filter itself are slightly GPL contaminated. So it goes. After this commit, "--vf=eq" will actually use libavfilter's vf_eq (if FFmpeg was compiled in GPL mode), but it has different options and will not listen to the equalizer VOCTRLs.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/vf.rst26
1 files changed, 0 insertions, 26 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 3a5ba7109c..617ceeea04 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -484,32 +484,6 @@ Available mpv-only filters are:
``'--vf=lavfi=yadif:o="threads=2,thread_type=slice"'``
forces a specific threading configuration.
-``eq[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]``
- Software equalizer that uses lookup tables (slow), allowing gamma correction
- in addition to simple brightness and contrast adjustment. The parameters are
- given as floating point values.
-
- ``<0.1-10>``
- initial gamma value (default: 1.0)
- ``<-2-2>``
- initial contrast, where negative values result in a negative image
- (default: 1.0)
- ``<-1-1>``
- initial brightness (default: 0.0)
- ``<0-3>``
- initial saturation (default: 1.0)
- ``<0.1-10>``
- gamma value for the red component (default: 1.0)
- ``<0.1-10>``
- gamma value for the green component (default: 1.0)
- ``<0.1-10>``
- gamma value for the blue component (default: 1.0)
- ``<0-1>``
- 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 (default: 1.0).
-
``pullup[=jl:jr:jt:jb:sb:mp]``
Pulldown reversal (inverse telecine) filter, capable of handling mixed
hard-telecine, 24000/1001 fps progressive, and 30000/1001 fps progressive