summaryrefslogtreecommitdiffstats
path: root/DOCS/edl-mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-01-05 08:43:58 +0100
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commitb230525352a8c43f00497774f81569c4ea026d6b (patch)
tree742873021da375786a53b873a835deb56fb2b490 /DOCS/edl-mpv.rst
parentb8f282fd32223057bb7db3615b0600047dd54425 (diff)
downloadmpv-b230525352a8c43f00497774f81569c4ea026d6b.tar.bz2
mpv-b230525352a8c43f00497774f81569c4ea026d6b.tar.xz
demux_edl: add a special header to disable chapter generation
A bit of a hack.
Diffstat (limited to 'DOCS/edl-mpv.rst')
-rw-r--r--DOCS/edl-mpv.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/edl-mpv.rst b/DOCS/edl-mpv.rst
index cfec52c1bc..cf0d7ffddb 100644
--- a/DOCS/edl-mpv.rst
+++ b/DOCS/edl-mpv.rst
@@ -100,6 +100,18 @@ entries affect all other file entries in the EDL file. Their format is highly
implementation specific. They should generally follow the file header, and come
before any file entries.
+Disabling chapter generation and copying
+========================================
+
+By default, chapters from the source ranges are copied to the virtual file's
+chapters. Also, a chapter is inserted after each range. This can be disabled
+with the ``no_chapters`` header.
+
+Example::
+
+ !no_chapters
+
+
MP4 DASH
========