mirror of https://github.com/mpv-player/mpv
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.
This commit is contained in:
parent
7d0e0b3a5c
commit
1053a7916a
|
@ -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
|
and does not support init segments. It also exists solely to support internal
|
||||||
ytdl requirements.
|
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
|
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
|
``--external-file`` options, but (as of this writing) has the advantage that
|
||||||
this will use a unified cache for all streams.
|
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
|
Timestamp format
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue