1 Star 4 Fork 1

TS_OHOS / mp4parser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Tears_Of_Steel_esp_002.dfxp 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Sebastian Annies 提交于 2015-08-06 21:39 . better TTML times
<?xml version="1.0" encoding="utf-8"?>
<tt xmlns="http://www.w3.org/ns/ttml" xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
xmlns:tts="http://www.w3.org/ns/ttml#styling" xml:lang="en">
<head>
<metadata>
<ttm:title></ttm:title>
<ttm:desc></ttm:desc>
<ttm:copyright></ttm:copyright>
</metadata>
<styling>
<style xml:id="backgroundStyle" tts:backgroundColor="rgba(0,0,0,100)" tts:displayAlign="center"
tts:extent="80% 10%" tts:fontFamily="proportionalSansSerif" tts:fontSize="16px" tts:origin="10% 85%"
tts:textAlign="center"/>
<style style="backgroundStyle" xml:id="speakerStyle" tts:backgroundColor="transparent" tts:color="white"/>
</styling>
<layout>
<region style="speakerStyle" xml:id="speaker" tts:zIndex="1"/>
<region style="backgroundStyle" xml:id="background" tts:zIndex="0"/>
</layout>
</head>
<body>
<div style="default" xml:lang="en">
<p begin="00:00:01.000" end="00:00:03.000" region="speaker">This is pretty freaky.</p>
<p begin="00:00:57.000" end="00:00:59.000" region="speaker">Shouldn&apos;t you be down there?</p>
</div>
</body>
</tt>
1
https://gitee.com/ts_ohos/mp4parser_hos.git
git@gitee.com:ts_ohos/mp4parser_hos.git
ts_ohos
mp4parser_hos
mp4parser
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891