From 00eadcec8d59c3868bade4b3013b05127e75d5a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 23 Jan 2017 15:55:09 +0100 Subject: sub: add option to force using video resolution for image subtitles Basically for debugging and dealing with broken files. --- DOCS/man/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 2625c118a0..c1942cf0c6 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1730,6 +1730,13 @@ Subtitles Disabled by default. +``--image-subs-video-resolution=`` + Override the image subtitle resolution with the video resolution + (default: no). Normally, the subtitle canvas is fit into the video canvas + (e.g. letterboxed). Setting this option uses the video size as subtitle + canvas size. Can be useful to test broken subtitles, which often happen + when the video was trancoded, while attempting to keep the old subtitles. + ``--sub-ass``, ``--no-sub-ass`` Render ASS subtitles natively (enabled by default). -- cgit v1.2.3