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
title: Expanded Language Support for Generated Captions
10
+
description: |-
11
+
Eleven new languages are now supported for transcription when using [generated captions](/stream/edit-videos/adding-captions/#generate-a-caption), available for free for video stored in Stream.
Copy file name to clipboardExpand all lines: src/content/docs/stream/edit-videos/adding-captions.mdx
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ caption file.
15
15
16
16
To create or modify a caption on a video a [Cloudflare API Token](https://www.cloudflare.com/a/account/my-account) is required.
17
17
18
-
The `<LANGUAGE_TAG>` must adhere to the [BCP 47 format](http://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers). For convenience, the most common
18
+
The `<LANGUAGE_TAG>` must adhere to the [BCP 47 format](http://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers). For convenience, many common
19
19
language codes are provided [at the bottom of this document](#most-common-language-codes).
20
20
If the language you are adding isn't included in the table, you can find the value
21
21
through the [The IANA registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry), which maintains a list of language codes. To find the
@@ -45,19 +45,34 @@ Generated captions use artificial intelligence based speech-to-text technology
45
45
to generate closed captions for your videos.
46
46
47
47
A video must be uploaded and in a ready state before captions can be generated.
48
-
In the following example URLs, the video’s UID is referenced as \<VIDEO\_UID>.
48
+
In the following example URLs, the video's UID is referenced as `<VIDEO_UID>`.
49
49
To receive webhooks when a video transitions to ready after upload, follow the
Copy file name to clipboardExpand all lines: src/content/docs/stream/pricing.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Delivery is counted by HTTP requests for video segments or parts of the MP4. The
55
55
- Content played from client-side/browser cache is not billable, like a short looping video. Some mobile app player libraries do not cache HLS segments by default.
56
56
- MP4 Downloads are billed by percentage of the file delivered.
57
57
58
-
HLS and DASH playback is rounded to the segment length. For uploaded content, HLS and DASH segments are four seconds. Live broadcast segments are determined by the keyframe interval or GOP size.
58
+
Minutes delivered for web playback (HLS and DASH) are rounded to the _segment_ length: for uploaded content, segments are four seconds. Live broadcast and recording segments are determined by the keyframe interval or GOP size of the original broadcast.
0 commit comments