summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-02 16:47:23 +0100
committerwm4 <wm4@nowhere>2014-11-02 17:23:04 +0100
commit1cebd16350229d2ab1441f5061079ce9240fb22f (patch)
tree8e6ca8870280780b309ed0ce8d7bbb9048fc7c48 /DOCS
parent95a5624946f3a6be3c7b79badebf1829f4633539 (diff)
downloadmpv-1cebd16350229d2ab1441f5061079ce9240fb22f.tar.bz2
mpv-1cebd16350229d2ab1441f5061079ce9240fb22f.tar.xz
player: add --chapters-file option
Note that you can't pass .cue or .edl files to it, at least not yet. Requested in context of allowing to specify custom chapters. For that to work well, we probably need to add some sort of chapter metadata pseudo-demuxer.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index ee84169609..440647f448 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -247,6 +247,10 @@ Playback Control
Note: a playlist can be as simple as a text file containing filenames
separated by newlines.
+``--chapters-file=<filename>``
+ Load chapters from this file, instead of using the chapter metadata found
+ in the main file.
+
``--sstep=<sec>``
Skip <sec> seconds after every frame.