From 1053a7916a51f4aa4f71a2783133a7c454398f76 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 11 Jan 2019 15:18:28 +0100 Subject: 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. --- DOCS/edl-mpv.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/edl-mpv.rst') 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 ================ -- cgit v1.2.3