diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-11 21:52:47 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-11 21:52:47 +0000 |
commit | d8b34b0a29d27b2d2fa870732ae5097043e34de0 (patch) | |
tree | 03f54fd1cdc112b6b2570cf5357e8aa50f8247c1 /DOCS/tech | |
parent | 3b1633f7375a400d703960644f653b0abe94a949 (diff) | |
download | mpv-d8b34b0a29d27b2d2fa870732ae5097043e34de0.tar.bz2 mpv-d8b34b0a29d27b2d2fa870732ae5097043e34de0.tar.xz |
improve video equalizer command (brightness, contrast, etc.) description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17179 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/slave.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 8dd975a0dc..96fa4ec1fe 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -29,8 +29,11 @@ alt_src_step <value> (ASX playlist only) audio_delay <value> Adjust the audio delay by <value> seconds. -[brightness|contrast|gamma|hue|saturation] <-100 - 100> [<abs>] +[brightness|contrast|gamma|hue|saturation] <value> [<abs>] Set/adjust video parameters. + If abs is not given or zero, modifies parameter by <value>. + If abs is non-zero, parameter is set to <value> + <value> is in the range [-100, 100] change_rectangle <val1> <val2> Change the position of the rectangle filter rectangle. |