-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove visual.text from daptm:scriptRepresents when it is not used * Add and describe a new example demonstrating the use of content descriptor sub-type, and how langSrc is set when the transcript reflects visual text.
- Loading branch information
1 parent
3e51f2a
commit a0056fa
Showing
4 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<tt xmlns="http://www.w3.org/ns/ttml" | ||
xmlns:ttp="http://www.w3.org/ns/ttml#parameter" | ||
xmlns:daptm="http://www.w3.org/ns/ttml/profile/dapt#metadata" | ||
xmlns:xml="http://www.w3.org/XML/1998/namespace" | ||
ttp:contentProfiles="http://www.w3.org/ns/ttml/profile/dapt1.0/content" | ||
xml:lang="en" | ||
daptm:langSrc="" | ||
daptm:scriptRepresents="visual.nonText visual.text" | ||
daptm:scriptType="preRecording"> | ||
<body> | ||
<div begin="7s" end="8.5s" xml:id="at1" | ||
daptm:represents="visual.text.location" daptm:langSrc="en"> | ||
<p> | ||
The Lake District, England | ||
</p> | ||
</div> | ||
<div begin="10s" end="13s" xml:id="a1" | ||
daptm:represents="visual.nonText"> | ||
<p> | ||
A woman climbs into a small sailing boat. | ||
</p> | ||
</div> | ||
<div begin="18s" end="20s" xml:id="a2" | ||
daptm:represents="visual.nonText"> | ||
<p> | ||
The woman pulls the tiller and the boat turns. | ||
</p> | ||
</div> | ||
</body> | ||
</tt> |
This file contains 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
This file contains 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