summaryrefslogtreecommitdiffstats
path: root/DOCS/edl-mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-01-11 12:07:55 +0100
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commit19422f0eea7fbc4c9c02ac16d832a667f4a1be7c (patch)
treea9d1768ed7e65f65331b2fb7806e97a2321c7a4c /DOCS/edl-mpv.rst
parent7498fa0b3d50d9a8b0f63568b5c5dd88795b596d (diff)
downloadmpv-19422f0eea7fbc4c9c02ac16d832a667f4a1be7c.tar.bz2
mpv-19422f0eea7fbc4c9c02ac16d832a667f4a1be7c.tar.xz
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.
Diffstat (limited to 'DOCS/edl-mpv.rst')
-rw-r--r--DOCS/edl-mpv.rst5
1 files changed, 5 insertions, 0 deletions
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
=========================