diff options
author | cantabile <cantabile.desu@gmail.com> | 2012-08-22 18:08:26 +0300 |
---|---|---|
committer | cantabile <cantabile.desu@gmail.com> | 2012-08-24 14:43:50 +0300 |
commit | 6c1d75f4eefcee1c4e0b641cd5241347d812e27a (patch) | |
tree | 91c91eb6fa1f54fb75113da104697988ef6706bc /DOCS | |
parent | 7c8c2fa4b665a0348e7d89b369c1a7d4ac159c72 (diff) | |
download | mpv-6c1d75f4eefcee1c4e0b641cd5241347d812e27a.tar.bz2 mpv-6c1d75f4eefcee1c4e0b641cd5241347d812e27a.tar.xz |
manpage: mention that videos' colormatrix and color range flags are honored
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/options.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 3090bb0363..6f02ed5001 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -382,7 +382,8 @@ format is RGB (if the video output driver supports RGB output, you can force this with ``-vf scale,format=rgba``). - If this option is set to ``auto`` (which is the default), the color space + If this option is set to ``auto`` (which is the default), the video's + color space flag will be used. If that flag is unset, the color space will be selected automatically. This is done using a simple heuristic that attempts to distinguish SD and HD video. If the video is larger than 1279x576 pixels, BT.709 (HD) will be used; otherwise BT.601 (SD) is @@ -404,7 +405,8 @@ --colormatrix-input-range=<color-range> YUV color levels used with YUV to RGB conversion. This option is only necessary when playing broken files, which don't follow standard color - levels. + levels or which are flagged wrong. If the video doesn't specify its + color range, it is assumed to be limited range. The same limitations as with --colormatrix apply. |