summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-08 00:20:39 +0200
committerwm4 <wm4@nowhere>2014-06-08 00:20:58 +0200
commitf118d2af6a132487580160e16035f47072dbbac1 (patch)
tree56706e1f9ba26826cf2e4c4e819040d61bcb884a
parent924d4db0de4969b6713b96be73cc947bbff05ad1 (diff)
downloadmpv-f118d2af6a132487580160e16035f47072dbbac1.tar.bz2
mpv-f118d2af6a132487580160e16035f47072dbbac1.tar.xz
manpage: document new --sub-file semantics
This was forgotten in the previous commit.
-rw-r--r--DOCS/man/en/options.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 6504da8c9e..e64c726a45 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2146,9 +2146,17 @@ OPTIONS
implemented, but does not work (happens often on GNOME). You might be able
to to work this around using ``--heartbeat-cmd`` instead.
-``--sub-file=<subtitlefile1,subtitlefile2,...>``
- Use/display these subtitle files. Only one file can be displayed at the
- same time.
+``--sub-file=subtitlefile``
+ Add a subtitle file to the list of external subtitles.
+
+ If you use ``--sub-file`` only once, this subtitle file is displayed by
+ default.
+
+ If ``--sub-file`` is used multiple times, the subtitle to use can be
+ switched at runtime by cycling subtitle tracks. It's possible to show
+ two subtitles at once: use ``--sid`` to select the first subtitle index,
+ and ``--secondary-sid`` to select the second index. (The index is printed
+ on the terminal output after the ``--sid=`` in the list of streams.)
``--sub-auto=<no|exact|fuzzy|all>``, ``--no-sub-auto``
Load additional subtitle files matching the video filename. The parameter