diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-03 14:44:45 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-03 14:44:45 +0000 |
commit | 1ebc2cbbd87deaf4306a963a1ff313a2076ec694 (patch) | |
tree | 0e736600073e6816c7fab7279f183c1f21595f80 /DOCS/man/en/mplayer.1 | |
parent | e8d92b1e6670dc69564088677c468184a45ed052 (diff) | |
download | mpv-1ebc2cbbd87deaf4306a963a1ff313a2076ec694.tar.bz2 mpv-1ebc2cbbd87deaf4306a963a1ff313a2076ec694.tar.xz |
Document -vo gl colorspace suboption.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30181 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 89600d13cb..af37fd9f3e 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3885,6 +3885,18 @@ Provides brightness, contrast, saturation, hue and gamma control. Gamma can also be set independently for red, green and blue. Speed depends more on GPU memory bandwidth than other methods. .RE +.IPs colorspace +Select the color space for YUV to RGB conversion. +.RSss +.IPs 0 +Use the formula used normally by MPlayer (default) +.IPs 1 +Use ITU-R BT.601 color space. +.IPs 2 +Use ITU-R BT.709 color space. +.IPs 3 +Use SMPTE-240M color space. +.RE .IPs lscale=<n> Select the scaling function to use for luminance scaling. Only valid for yuv modes 2, 3, 4 and 6. |