summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-03-27 11:44:25 +0100
committerNiklas Haas <git@nand.wakku.to>2015-03-27 12:31:10 +0100
commitcfaa6e9155eb49d8c58fd29632c9fa8a70e73868 (patch)
tree47217c1250f8b3ab0483aed9126aab1d27925f12 /DOCS
parent634b4afa2bea64a6e9f194b3bd56f941ab5edb89 (diff)
downloadmpv-cfaa6e9155eb49d8c58fd29632c9fa8a70e73868.tar.bz2
mpv-cfaa6e9155eb49d8c58fd29632c9fa8a70e73868.tar.xz
manpage: update warning on blend-subtitles
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index c472ad26f9..7ac4cfe367 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -663,8 +663,12 @@ Available video output drivers are:
visible portion of the video, so you can't have subtitles exist in the
black margins below a video (for example).
- .. warning:: This mangles colors in an incorrect way, but is on the
- other hand needed if an icc-profile is used.
+ .. warning:: This changes the way subtitle colors are handled. Normally,
+ subtitle colors are assumed to be in sRGB and color managed
+ as such. Enabling this makes them treated as being in the
+ video's color space instead. This is good if you want
+ things like softsubbed ASS signs to match the video colors,
+ but may cause SRT subtitles or similar to look slightly off.
``alpha=<blend|yes|no>``
Decides what to do if the input has an alpha component (default: blend).