1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-04 22:20:22 +00:00
mpv/mpvcore/player/timeline
wm4 50837129b2 timeline: add new EDL format
Edit Decision Lists (EDL) allow combining parts from multiple source
files into one virtual file. MPlayer had an EDL format (which sucked),
which mplayer2 tried to improve with its own format (which sucked). As
logic demands, mpv introduces its very own format (which sucks).

The new format should actually be much simpler and easier to use, and
its implementation is simpler and smaller too.
2013-11-19 22:38:27 +01:00
..
tl_cue.c
tl_edl.c timeline: add new EDL format 2013-11-19 22:38:27 +01:00
tl_matroska.c
tl_mpv_edl.c timeline: add new EDL format 2013-11-19 22:38:27 +01:00