From 2f49fbff93d76950c441daef76afb3adb9078429 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Dec 2013 21:52:37 +0100 Subject: 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. --- DOCS/man/en/options.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man/en/options.rst') 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=`` + 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). -- cgit v1.2.3