From b230525352a8c43f00497774f81569c4ea026d6b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 Jan 2019 08:43:58 +0100 Subject: demux_edl: add a special header to disable chapter generation A bit of a hack. --- DOCS/edl-mpv.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS') 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 ======== -- cgit v1.2.3