summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 8dd852e6a8..e25a7db4f1 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -206,7 +206,14 @@
--autosub, --no-autosub
Load additional subtitle files matching the video filename. Enabled by
- default. See also ``--sub-fuzziness``.
+ default. See also ``--autosub-match``.
+
+--autosub-match=<exact|fuzzy|all>
+ Adjust matching fuzziness when searching for subtitles:
+
+ :exact: exact match
+ :fuzzy: Load all subs containing movie name.
+ :all: Load all subs in the current and ``--sub-paths`` directories.
--autosync=<factor>
Gradually adjusts the A/V sync based on audio delay measurements.
@@ -1738,13 +1745,6 @@
will force it, this will skip some checks! Give the demuxer name as
printed by ``--sub-demuxer=help``.
---sub-fuzziness=<mode>
- Adjust matching fuzziness when searching for subtitles:
-
- :0: exact match
- :1: Load all subs containing movie name.
- :2: Load all subs in the current and ``--sub-paths`` directories.
-
--sub-no-text-pp
Disables any kind of text post processing done after loading the
subtitles. Used for debug purposes.