From 57043d9269527c145f0c3b483cde9e4d4cfc16f9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 18 Jul 2015 14:36:17 +0200 Subject: sub: add option for stretching image subtitles to screen Probably makes users happy who want bitmap subtitles to show up in the screen margins, and stops them from doing idiotic crap with vf_expand. Fixes #2098. --- DOCS/man/options.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index f69dfd137f..ba97de9b12 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1388,6 +1388,18 @@ Subtitles Disabled by default. +``--stretch-image-subs-to-screen=`` + Stretch DVD and other image subtitles to the screen, ignoring the video + margins. This has a similar effect as ``--sub-use-margins`` for text + subtitles, except that the text itself will be stretched, not only just + repositioned. (At least in general it is unavoidable, as an image bitmap + can in theory consist of a single bitmap covering the whole screen, and + the player won't know where exactly the text parts are located.) + + This option does not display subtitles correctly. Use with care. + + Disabled by default. + ``--sub-ass``, ``--no-sub-ass`` Render ASS subtitles natively (enabled by default). -- cgit v1.2.3