<?xml version="1.0" encoding="UTF-8"?>
<smil xmlns="http://www.w3.org/TR/REC-smil">
<head>
<meta content="" name="title"/>
<meta content="" name="author"/>
<meta content="" name="copyright"/>

<layout>
<root-layout width="190" height="175"
background-color="black"/>
<region top="5" width="160" height="120"
left="15" background-color="black"
id="videoregion"/>
<region top="125" width="180" height="40"
left="5" background-color="black"
id="textregion"/>
</layout>
</head>
<body>
<par dur="0:00:45.67">
<video dur="0:00:45.67" region="videoregion"
src="esempio.avi"/>
<switch>
<textstream dur="0:00:45.67"
system-captions="on"
region="textregion"
src="Captions.it_IT.real.rt"/>
</switch>
<par systemAudioDesc="on">
<audio src="esempio.wav"
begin="0:00:08.35"/>
<audio src="esempio2.wav"
begin="0:00:23.23"/>
</par>
</par>
</body>

</smil>