summaryrefslogtreecommitdiffstats
path: root/DOCS/edl-mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-01-11 15:18:28 +0100
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commit1053a7916a51f4aa4f71a2783133a7c454398f76 (patch)
tree904202452876011da88e3cf1e45a669ac8d9b400 /DOCS/edl-mpv.rst
parent7d0e0b3a5c118663390be72079ab47cd674a5ba9 (diff)
downloadmpv-1053a7916a51f4aa4f71a2783133a7c454398f76.tar.bz2
mpv-1053a7916a51f4aa4f71a2783133a7c454398f76.tar.xz
DOCS/edl-mpv.rst: make clear the DASH stuff is for internal use only
ytdl_hook.lua essentially uses these headers to implement parts of DASH. Hopefully the FFmpeg DASH demuxer gets usable at some point, and/or mpv gets a proper DASH demuxer. In any case, these EDL hacks could get removed as soon as they get unnecessary and too annoying.
Diffstat (limited to 'DOCS/edl-mpv.rst')
-rw-r--r--DOCS/edl-mpv.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/edl-mpv.rst b/DOCS/edl-mpv.rst
index 4ad8501934..ec8dce01cc 100644
--- a/DOCS/edl-mpv.rst
+++ b/DOCS/edl-mpv.rst
@@ -148,6 +148,10 @@ 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.
+The ``mp4_dash`` and ``no_clip`` headers are not part of the core EDL format.
+They may be changed or removed at any time, depending on mpv's internal
+requirements.
+
Separate files for tracks
=========================
@@ -175,6 +179,9 @@ In context of mpv, this is redundant to the ``--audio-file`` and
``--external-file`` options, but (as of this writing) has the advantage that
this will use a unified cache for all streams.
+The ``new_stream`` header is not part of the core EDL format. It may be changed
+or removed at any time, depending on mpv's internal requirements.
+
Timestamp format
================