summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-23 15:55:09 +0100
committerwm4 <wm4@nowhere>2017-01-23 15:55:09 +0100
commit00eadcec8d59c3868bade4b3013b05127e75d5a2 (patch)
treee8985aa67252864def53aacbd4b23e2e170d5f98 /DOCS
parent3e89e061c25e32195677a2c7a239b512cdd3cca9 (diff)
downloadmpv-00eadcec8d59c3868bade4b3013b05127e75d5a2.tar.bz2
mpv-00eadcec8d59c3868bade4b3013b05127e75d5a2.tar.xz
sub: add option to force using video resolution for image subtitles
Basically for debugging and dealing with broken files.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
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=<yes|no>``
+ 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).