Created
October 22, 2017 16:31
-
-
Save max-verem/e29ea01d510bfa7b0cb3c39f76759814 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" ?> | |
<mlt> | |
<producer id="item0"> | |
<property name="resource">1080i25_one_multichannel_track.mov</property> | |
</producer> | |
<producer id="item1"> | |
<property name="resource">1080i25_one_multichannel_track.mov</property> | |
</producer> | |
<producer id="item2"> | |
<property name="resource">1080i25_one_multichannel_track.mov</property> | |
</producer> | |
<playlist id="loop1" loop="eof"> | |
<entry producer="item1" in="10" out="30" /> | |
</playlist> | |
<playlist id="final"> | |
<entry producer="item0" in="0" out="20"/> | |
<entry producer="loop1" in="0" out="500"/> | |
<entry producer="item2" in="0" out="20"/> | |
</playlist> | |
</mlt> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment