summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-14 21:52:37 +0100
committerwm4 <wm4@nowhere>2013-12-14 21:52:37 +0100
commit2f49fbff93d76950c441daef76afb3adb9078429 (patch)
tree59cfa3499143538c218da1d470bf85ad4da04ee5 /DOCS
parent7f3eda41d940bb0575615c3af4fc64793220d478 (diff)
downloadmpv-2f49fbff93d76950c441daef76afb3adb9078429.tar.bz2
mpv-2f49fbff93d76950c441daef76afb3adb9078429.tar.xz
matroska: add --ordered-chapters-files option
This option takes a playlist. The playlist will then be used as list of potential segment files for use with ordered chapters.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 584567bc50..9e7f55da2b 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1436,6 +1436,18 @@ OPTIONS
search for video segments from other files, and will also ignore any
chapter order specified for the main file.
+``--ordered-chapters-files=<playlist-file>``
+ Loads the given file as playlist, and tries to use the files contained in
+ it as reference files when opening a Matroska file that uses ordered
+ chapters. This overrides the normal mechanism for loading referenced
+ files by scanning the same directory the main file is located in.
+
+ Useful for loading ordered chapter files that are not located on the local
+ filesystem, or if the referenced files are in different directories.
+
+ Note: a playlist can be as simple as a text file containing filenames
+ separated by newlines.
+
``--osc``, ``--no-osc``
Whether to load the on-screen-controller (default: yes).