timeline: add edl:// URIs

Questionable change from user perspective, but internally needed to
implement the next commit. Also useful for testing timeline stuff.
This commit is contained in:
wm4
2013-11-19 22:26:35 +01:00
parent 50837129b2
commit 04bdd7af72
9 changed files with 45 additions and 3 deletions

View File

@@ -92,3 +92,12 @@ to ``20``, ``param3`` to ``value,escaped``, ``param4`` to ``value2``.
Instead of line breaks, the character ``;`` can be used. Line feed bytes and
``;`` are treated equally.
Syntax of EDL URIs
==================
mpv accepts ``inline`` EDL data in form of ``edl://`` URIs. Other than the
header, the syntax is exactly the same. It's far more convenient to use ``;``
instead of line breaks, but that is orthogonal.
Example: ``edl://f1.mkv,length=5,start=10;f2.mkv,30,20;f3.mkv``