Sample Captioning Files
DFXP Flash Compatible Sample Timed Text
<?xml version="1.0" encoding="UTF-8"?>
<tt xmlns="http://www.w3.org/2006/04/ttaf1"
xmlns:tts="http://www.w3.org/2006/04/ttaf1#styling" xml:lang="en">
<head>
<styling>
<style id="defaultSpeaker" tts:fontSize="12px" tts:fontFamily="SansSerif" tts:fontWeight="normal" tts:fontStyle="normal" tts:textDecoration="none" tts:color="white" tts:backgroundColor="black" tts:textAlign="left" />
<style id="defaultCaption" tts:fontSize="12px" tts:fontFamily="SansSerif" tts:fontWeight="normal" tts:fontStyle="normal" tts:textDecoration="none" tts:color="white" tts:backgroundColor="black" tts:textAlign="left" />
</styling>
</head>
<body id="thebody" style="defaultCaption">
<div xml:lang="en">
<p begin="0:00:00.00" end="0:00:03.23">Captions created here</p>
<p begin="0:00:03.23" end="0:00:06.64">syncronised to video</p>
<p begin="0:00:06.64" end="0:35:33.83">compliant subtitles</p>
</div>
</body>
</tt>
SMIL Realplayer Compatible Timed Text
<window type="generic" extraspaces="use" wordwrap="true" width="320" duration="0:35:33.83" bgcolor="#000000">
<time begin="00:00:00.00"/><clear/><font face="SansSerif"><font size="2"><font color="#FFFFFF"><font bgcolor="#000000">Captions created here
<time begin="00:00:03.23"/><clear/>syncronised to video
<time begin="00:00:06.64"/><clear/>compliant subtitles
<time begin="00:35:33.83"/><clear/></font></font></font></font></window>
QuickTime Compatible Timed Text
<?xml version="1.0" encoding="UTF-8"?>
<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions"
xmlns="http://www.w3.org/TR/REC-smil" qt:time-slider="true">
<head>
<meta content="" name="title"/>
<meta content="" name="author"/>
<meta content="" name="copyright"/>
<layout>
<root-layout height="335" width="330" background-color="black"/>
<region id="videoregion" height="240" width="320"
background-color="black" left="5" top="5"/>
<region id="textregion" height="80" width="320" background-color="black"
left="5" top="245"/>
</layout>
</head>
<body>
<par dur="0:35:33.83">
<video region="videoregion" dur="0:35:33.83" src="basics_part1.mov"/>
<textstream region="textregion" dur="0:35:33.83"
src="projtest.en_GB.qt.txt"/>
</par>
</body>
</smil>
