summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2018-07-31 19:46:19 +0200
committersfan5 <sfan5@live.de>2018-08-13 19:09:57 +0200
commit2e7f60c38691fddfa67da07ac5ca2ad15dc84097 (patch)
tree082b06d06e8cd694ba63f37eeef060a9577c948f /DOCS
parentd5cad856255cb0e74461f9d6613f561c6f347a0f (diff)
downloadmpv-2e7f60c38691fddfa67da07ac5ca2ad15dc84097.tar.bz2
mpv-2e7f60c38691fddfa67da07ac5ca2ad15dc84097.tar.xz
demux_edl: add title option to override title of chapters
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/edl-mpv.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/DOCS/edl-mpv.rst b/DOCS/edl-mpv.rst
index 7c9f64e160..2d451926cb 100644
--- a/DOCS/edl-mpv.rst
+++ b/DOCS/edl-mpv.rst
@@ -147,6 +147,24 @@ Example::
Plays chapter 3 and ends with the start of chapter 7 (4 chapters later).
+Implicit chapters
+=================
+
+mpv will add one chapter per segment entry to the virtual timeline.
+
+By default, the chapter's titles will match the entries' filenames.
+You can override set the ``title`` option to override the chapter title for
+that segment.
+
+Example::
+
+ # mpv EDL v0
+ cap.ts,5,240
+ OP.mkv,0,90,title=Show Opening
+
+The virtual timeline will have two chapters, one called "cap.ts" from 0-240s
+and a second one called "Show Opening" from 240-330s.
+
Syntax of EDL URIs
==================