User`s guide

Table Of Contents
94
MacCaption creates two files for RealText: One is a file ending in ".rt" and the other is a file
ending in ".smi."
When you click on the .smi file your text will display when your RealVideo movie plays. But if
you put the smi file on the web, you can create another dummy .rm file. See the details below.
Sample example of a .smi file (RealVideoDemo.smi)
The .smi file contains the name of the .rt file and the video file.
<smil>
<head>
<meta name="author" content="CPC CCaption"/>
<layout>
<root-layout height="360" width="350" background-color="black"/>
<region id="top" width="340" height="250" left="5" top="0" />
<region id="video" width="340" height="240" left="5" top="5"
fit="fill"/>
<region id="bottom" width="340" height="270" left="5" top="255" />
</layout>
</head>
<body>
<par>
<video src="RealVideoDemo.mpg” region="video"/>
<seq>
<textstream src="RealVideoDemo.rt" region="bottom" />
</seq>
</par>
</body>
</smil>
Sample example of a .rt file (RealVideoDemo.rt)
<window type="teleprompter"
duration="41.00"
width="320"
height="324"
loop=true
bgcolor="black"/>
<time begin="0.00" />
<font face="Arial" size=4 color="white">
<center/>
<time begin="7.00" /><br/><clear/>I'm at the left<br/>of the screen.
<time begin="8.96" /><br/><clear/>So captions<br/>of what I say
<time begin="10.30" /><br/><clear/>appear at the left<br/>of the screen, too.
<time begin="13.53" /><br/><clear/>Now I'm at the right<br/>of the screen,
<time begin="15.50" /><br/><clear/>so my captions appear<br/>at the right.
<time begin="17.83" /><br/><clear/>
<time begin="18.70" /><br/><clear/><i/>Now I am off screen.</i>