You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipe/0253-using-transcript-file/v4/recipe.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Some markup file formats use time tags that allow for time alignment of the audi
10
10
Offering the transcript file(s) as an Annotation on the Canvas that contains the media file itself enables us to express the relationship between the two. The `provides` property of the Annotation can be used by the client to identify transcript files that should be rendered side-by-side or adjacent to the media item itself.
11
11
The `format` property of the Annotation can be used to determine if the transcript file format can be rendered directly to the user by the media viewer.
12
12
13
-
In addition to this implementation, one could also offer transcripts as a series of timed textual annotations, making the text available in multiple ways. See [Using Annotations for Timed Text][0079].
13
+
In addition to this implementation, one could also offer transcripts as a series of timed textual annotations, making the text available in multiple ways. See [Using Annotations for Timed Text][0079-4].
14
14
15
-
While captions, subtitles, and transcripts each present some text interpretation of the A/V content, the ways in which they are consumed by users differ. For a more detailed discussion about these differences see [Transcripts, Captions, and Subtitles - General Considerations][0231].
15
+
While captions, subtitles, and transcripts each present some text interpretation of the A/V content, the ways in which they are consumed by users differ. For a more detailed discussion about these differences see [Transcripts, Captions, and Subtitles - General Considerations][0231-4].
16
16
17
17
## Example
18
18
@@ -24,9 +24,9 @@ In this example we demonstrate a transcript file in the docx format, but other f
24
24
25
25
# Related recipes
26
26
27
-
-[Using Caption Files with Video Content][0219]
28
-
-[Using Caption and Subtitle Files in Multiple Languages with Video Content][0074]
29
-
-[Using Annotations for Timed Text][0079]
27
+
-[Using Caption Files with Video Content][0219-4]
28
+
-[Using Caption and Subtitle Files in Multiple Languages with Video Content][0074-4]
29
+
-[Using Annotations for Timed Text][0079-4]
30
30
-[Providing Access to Transcripts of A/V Content][0017]
0 commit comments