-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalid_dapt.ttml
31 lines (31 loc) · 1.3 KB
/
valid_dapt.ttml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<tt xmlns="http://www.w3.org/ns/ttml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tta="http://www.w3.org/ns/ttml#audio"
xmlns:ttm="http://www.w3.org/ns/ttml#metadata"
xmlns:ttp="http://www.w3.org/ns/ttml#parameter"
xmlns:daptm="http://www.w3.org/ns/ttml/profile/dapt#metadata"
xmlns:ebuttm="urn:ebu:tt:metadata"
ttp:contentProfiles="http://www.w3.org/ns/ttml/profile/dapt1.0/content"
daptm:scriptRepresents="audio"
daptm:scriptType="originalTranscript"
xml:lang="en">
<head>
<metadata>
<ttm:agent type="person" xml:id="actor_A">
<ttm:name type="full">Matthias Schoenaerts</ttm:name>
</ttm:agent>
<ttm:agent type="character" xml:id="character_2">
<ttm:name type="alias">BOOKER</ttm:name>
<ttm:actor agent="actor_A"/>
</ttm:agent>
</metadata>
</head>
<body>
<div xml:id="se1" begin="3s" end="10s" ttm:agent="character_2" daptm:represents="audio.dialogue" daptm:onScreen="ON">
<ttm:desc daptm:descType="scene">high mountain valley</ttm:desc>
<metadata></metadata>
<p daptm:langSrc="en"><span>Look at this beautiful valley.</span></p>
</div>
</body>
</tt>