Skip to content

Instantly share code, notes, and snippets.

@max-verem
Created October 22, 2017 16:33
Show Gist options
  • Save max-verem/eae8a22f6c57315bdf77c218cab11dd0 to your computer and use it in GitHub Desktop.
Save max-verem/eae8a22f6c57315bdf77c218cab11dd0 to your computer and use it in GitHub Desktop.
<?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" force_loop="1">
<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