Created
April 5, 2015 03:49
-
-
Save mahiya/c5d906176fdb7d440402 to your computer and use it in GitHub Desktop.
Azure Media Indexer で出力される ttmlファイルのサンプル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<tt xml:lang="en-us" xmlns="http://www.w3.org/ns/ttml" xmlns:tts="http://www.w3.org/ns/ttml#styling" xmlns:ttm="http://www.w3.org/ns/ttml#metadata"> | |
<head> | |
<metadata> | |
<ttm:title>Media.wvx.aib</ttm:title> | |
<ttm:copyright>Copyright (c) 2013 Microsoft Corporation. All rights reserved.</ttm:copyright> | |
</metadata> | |
<styling> | |
<style xml:id="Style1" tts:fontFamily="proportionalSansSerif" tts:fontSize="0.8c" tts:textAlign="center" tts:color="white" /> | |
</styling> | |
<layout> | |
<region style="Style1" xml:id="CaptionArea" tts:origin="0c 12.6c" tts:extent="32c 2.4c" tts:backgroundColor="rgba(0,0,0,160)" tts:displayAlign="center" tts:padding="0.3c 0.5c" /> | |
</layout> | |
<recognizability>0.880</recognizability> | |
</head> | |
<body region="CaptionArea"> | |
<div> | |
<p begin="00:00:02.020" end="00:00:05.900">If you're an IT later you're probably thinking a lot of value cloud strategy</p> | |
<p begin="00:00:05.900" end="00:00:09.180">may already be doing deb test in the cloud or even running some important</p> | |
<p begin="00:00:09.180" end="00:00:13.770">...there ...who's going to be your cloud ...to</p> | |
<p begin="00:00:13.770" end="00:00:18.730">be decision amazon web services gets a lot of attention just like microsoft measure</p> | |
<p begin="00:00:18.730" end="00:00:22.490">...offers infrastructure as a service for virtual machines networking</p> | |
<p begin="00:00:22.490" end="00:00:26.980">and storage but before you jump in with any cloud vendor consider</p> | |
... | |
</tt> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment