summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-04-10 22:19:44 +0200
committerNiklas Haas <git@nand.wakku.to>2015-04-10 22:22:55 +0200
commit6f46bafbd06e6a107e55f35860744ed66c1b8426 (patch)
treef1a49410a0847d13cb452974e09ddd70a066cf0a /DOCS
parentabf100f81df02a8b72a750bd3b30a8885d4c1263 (diff)
downloadmpv-6f46bafbd06e6a107e55f35860744ed66c1b8426.tar.bz2
mpv-6f46bafbd06e6a107e55f35860744ed66c1b8426.tar.xz
vo_opengl: add blend-subtitles-res
This can be used to draw the subtitles at the video's native res, which can make them look more natural and increases performance.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 1696b51a53..3e5840acfa 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -710,6 +710,17 @@ 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).