summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-11 19:16:34 +0200
committerwm4 <wm4@nowhere>2015-04-11 19:22:10 +0200
commit2b679020f7b7ba957f92bcaabacf38d50b856810 (patch)
tree0cfbbb9dfda354d08730e26b090397dd469d0de9 /DOCS/man/vo.rst
parent3bfdc20aa109ba191fd091daeaf9a0d380e71df9 (diff)
downloadmpv-2b679020f7b7ba957f92bcaabacf38d50b856810.tar.bz2
mpv-2b679020f7b7ba957f92bcaabacf38d50b856810.tar.xz
vo_opengl: unify blend-subtitles-res and blend-subtitles
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst17
1 files changed, 5 insertions, 12 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 3e5840acfa..2447a8c455 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -692,7 +692,7 @@ Available video output drivers are:
Default is 128x256x64.
Sizes must be a power of two, and 512 at most.
- ``blend-subtitles``
+ ``blend-subtitles=<yes|video|no>``
Blend subtitles directly onto upscaled video frames, before
interpolation and/or color management (default: no). Enabling this
causes subtitles to be affected by ``icc-profile``, ``target-prim``,
@@ -703,6 +703,10 @@ 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).
+ If ``video`` is selected, the behavior is similar to ``yes``, but subs
+ are drawn at the video's native resolution, and scaled along with the
+ video.
+
.. 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
@@ -710,17 +714,6 @@ Available video output drivers are:
things like softsubbed ASS signs to match the video colors,
but may cause SRT subtitles or similar to look slightly off.
- ``blend-subtitles-res=<display|video>``
- The resolution at which subtitles get drawn if ``blend-subtitles`` is
- enabled (default: display). In the absence of ``blend-subtitles``,
- subtitles are always drawn at the window's size, together with the OSD.
-
- display
- Subs are drawn directly at the window's size.
- video
- Subs are drawn at the video's native resolution, and scaled along
- with the video.
-
``alpha=<blend|yes|no>``
Decides what to do if the input has an alpha component (default: blend).