summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-06 21:35:22 -0500
committerDudemanguy <random342@airmail.cc>2023-09-07 09:27:31 -0500
commitb47a58516af2c36e66c3987748b5b4a1275ed9e7 (patch)
tree89c42b1c7bfe48834482df28bc395aafdbefca70 /DOCS/man/options.rst
parenta7185fbb605573b25d74aacb4f3802993bb89a93 (diff)
downloadmpv-b47a58516af2c36e66c3987748b5b4a1275ed9e7.tar.bz2
mpv-b47a58516af2c36e66c3987748b5b4a1275ed9e7.tar.xz
sub: add auto option to --sub-fix-timing
Third try is the charm? I stupidly missed that this option already existed in my previous commits. Instead, add an auto value to it and enable it by default for sd_lavc but not sd_ass. On my limited samples, it seems to fix the gaps issue that can occur but without regressing some duration timings for sub_lavc subtitles. Well hopefully anyway. Fixes #12327.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e7a746d587..b271ab4a62 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2627,10 +2627,11 @@ Subtitles
particular subtitles in mkv files) are always assumed to be UTF-8.
-``--sub-fix-timing=<yes|no>``
+``--sub-fix-timing=<auto|yes|no>``
Adjust subtitle timing is to remove minor gaps or overlaps between
subtitles (if the difference is smaller than 210 ms, the gap or overlap
- is removed).
+ is removed). The ``auto`` value enables this for non-text subtitles such
+ as PGS or DVD (default: ``auto``).
``--sub-forced-events-only=<yes|no>``
Enabling this displays only forced events within subtitle streams. Only