From 6f46bafbd06e6a107e55f35860744ed66c1b8426 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 10 Apr 2015 22:19:44 +0200 Subject: 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. --- DOCS/man/vo.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'DOCS') 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=`` + 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=`` Decides what to do if the input has an alpha component (default: blend). -- cgit v1.2.3