From 19422f0eea7fbc4c9c02ac16d832a667f4a1be7c Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 11 Jan 2019 12:07:55 +0100 Subject: demux_edl: add no_clip Used by the next commit. It mostly exposes part of mp4_dash functionality. It actually makes little sense other than for ytdl special-use. See next commit. --- DOCS/edl-mpv.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/edl-mpv.rst') diff --git a/DOCS/edl-mpv.rst b/DOCS/edl-mpv.rst index cf0d7ffddb..4ad8501934 100644 --- a/DOCS/edl-mpv.rst +++ b/DOCS/edl-mpv.rst @@ -143,6 +143,11 @@ The current implementation will - not add segment boundaries as chapter points - require full compatibility between all segments (same codec etc.) +Another header part of this mechanism is ``no_clip``. This header is similar +to ``mp4_dash``, but does not include on-demand opening/closing of segments, +and does not support init segments. It also exists solely to support internal +ytdl requirements. + Separate files for tracks ========================= -- cgit v1.2.3