summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-22 01:47:57 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-22 01:47:57 +0000
commiteb4c371b32486041153d479663604970473dec3e (patch)
tree3d7361658653b1975b16f52c954e6b157e393df1 /DOCS
parent7b413af7aa431ec1e4f7f5ded63f027839349c92 (diff)
downloadmpv-eb4c371b32486041153d479663604970473dec3e.tar.bz2
mpv-eb4c371b32486041153d479663604970473dec3e.tar.xz
documentation for -vop eq
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7065 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.12
-rw-r--r--DOCS/tech/vop.txt9
2 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 31c83fd9bf..ae44d2849c 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -559,6 +559,8 @@ Available plugins are:
temporal noise
h high quality
p mix with pattern
+ eq[=bright:cont] soft equalizer w/interactive
+ controls like hardware eq
.I parameters:
.br
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 5eb0d92a3d..fc808f26cd 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -164,3 +164,12 @@ Current plugins:
p mix random noise with a (semi)regular pattern
MPI: DR (if possible) or TEMP, accepts stride
+-vop eq[=brightness:contrast]
+ software equalizer, for use with cards that don't support
+ brightness and contrast controls in hardware. It might also be
+ useful with mencoder, either for fixing poorly captured movies, or
+ for slightly reducing contrast to mask artifacts and get by with
+ lower bitrates. Initial values in the range -100..100 may be
+ given on the command line, and the eq filter is controllable
+ interactively just like with normal hardware equalizer controls.
+