You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
433 B
14 lines
433 B
<?xml version="1.0"?>
|
|
<smil xmlns:smil2="http://www.w3.org/2001/SMIL20/Language">
|
|
<seq title="MLT" copyright="2004" abstract="foo man choo">
|
|
<video src="clip2.dv" clipBegin="171" clipEnd="450"/>
|
|
</seq>
|
|
<seq title="Demo">
|
|
<video src="clip2.dv" clipBegin="0" clipEnd="170"/>
|
|
</seq>
|
|
<seq>
|
|
<video src="clip1.dv" clipBegin="0" clipEnd="159"/>
|
|
<video src="clip3.dv" clipBegin="0" clipEnd="106"/>
|
|
</seq>
|
|
</smil>
|