Skip to content

Instantly share code, notes, and snippets.

@nicksergeant
Created July 28, 2013 23:46
Show Gist options
  • Save nicksergeant/6101140 to your computer and use it in GitHub Desktop.
Save nicksergeant/6101140 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<tt xmlns="http://www.w3.org/ns/ttml" xml:lang="en">
<head>
<metadata xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<ttm:title/>
<ttm:description/>
<ttm:copyright/>
</metadata>
<styling xmlns:tts="http://www.w3.org/ns/ttml#styling">
<style xml:id="amara-style" tts:color="white" tts:fontFamily="proportionalSansSerif" tts:fontSize="18px" tts:textAlign="center"/>
</styling>
<layout xmlns:tts="http://www.w3.org/ns/ttml#styling">
<region xml:id="amara-subtitle-area" style="amara-style" tts:extent="560px 62px" tts:padding="5px 3px" tts:backgroundColor="black" tts:displayAlign="after"/>
</layout>
</head>
<body region="amara-subtitle-area">
<div>
<p begin="00:00:00,541" end="00:00:01,372">ONE</p>
</div>
<div>
<p begin="00:00:01,372" end="00:00:02,120">TWO</p>
<p begin="00:00:02,120" end="00:00:03,920">THREE</p>
<p begin="00:00:03,953" end="00:00:04,418">FOUR</p>
<p begin="00:00:04,418" end="00:00:06,799">FIVE</p>
</div>
<div>
<p begin="00:00:01,372" end="00:00:02,120">TWO</p>
<p begin="00:00:02,120" end="00:00:03,920">THREE</p>
<p begin="00:00:03,953" end="00:00:04,418">FOUR</p>
<p begin="00:00:04,418" end="00:00:06,799">FIVE</p>
</div>
<div>
<p begin="00:00:01,372" end="00:00:02,120">TWO</p>
<p begin="00:00:02,120" end="00:00:03,920">THREE</p>
<p begin="00:00:03,953" end="00:00:04,418">FOUR</p>
<p begin="00:00:04,418" end="00:00:06,799">FIVE</p>
</div>
</body>
</tt>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment