Mercurial > mplayer.hg
changeset 30139:47b031706571
Document -vo gl colorspace suboption.
author | reimar |
---|---|
date | Sun, 03 Jan 2010 14:44:45 +0000 |
parents | acc6ed68a385 |
children | 12a49e9ca30e |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sun Jan 03 14:35:20 2010 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Jan 03 14:44:45 2010 +0000 @@ -3885,6 +3885,18 @@ 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.