User guide
×
Menu

iTunes ITT file

 
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by SubtitleNext -->
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml" xmlns:tt="http://www.w3.org/ns/ttml" xmlns:tts="http://www.w3.org/ns/ttml#styling" xmlns:ttp="http://www.w3.org/ns/ttml#parameter"
ttp:timeBase="smpte"
ttp:frameRate="25"
ttp:frameRateMultiplier="1 1"
ttp:dropMode="nonDrop">
  <head>
    <styling>
      <style xml:id="style.gainsboro.bold" tts:fontFamily="sansSerif" tts:fontSize="100%" tts:fontStyle="normal" tts:fontWeight="bold" tts:color="gainsboro"/>
      <style xml:id="style.gainsboro.bold.italic" tts:fontFamily="sansSerif" tts:fontSize="100%" tts:fontStyle="italic" tts:fontWeight="bold" tts:color="gainsboro"/>
      <style xml:id="style.blue.bold" tts:fontFamily="sansSerif" tts:fontSize="100%" tts:fontStyle="normal" tts:fontWeight="bold" tts:color="blue"/>
      <style xml:id="style.gainsboro" tts:fontFamily="sansSerif" tts:fontSize="100%" tts:fontStyle="normal" tts:fontWeight="normal" tts:color="gainsboro"/>
    </styling>
    <layout>
      <region xml:id="top"
        tts:origin="0% 0%"
        tts:extent="100% 15%"
        tts:textAlign="center"
        tts:displayAlign="before"/>
      <region xml:id="bottom"
        tts:origin="0% 85%"
        tts:extent="100% 15%"
        tts:textAlign="center"
        tts:displayAlign="after"/>
    </layout>
  </head>
  <body style="style.gainsboro.bold" region="bottom">
    <div>
      <p begin="00:00:10:00" end="00:00:11:05">Subtitle first line,<br/>subtitle second line, </p>
      <p begin="00:00:15:00" end="00:00:16:05">position is bottom middle,<br/>center justified.</p>
      <p begin="00:00:20:00" end="00:00:21:05"><span style="style.gainsboro.bold.italic">This line is italic,</span><br/><span style="style.blue.bold">this should be blue.</span></p>
      <p begin="00:00:25:00" end="00:00:26:05" region="top"><span style="style.gainsboro">Now there is no Bold,</span><br/><span style="style.gainsboro">and subtitles are on top of the screen.</span></p>
      <p begin="00:00:30:00" end="00:00:31:05">THE END<br/>is in tne middle and boxed.</p>
      <p begin="--:--:--:--" end="--:--:--:--"></p>
    </div>
  </body>
</tt>