Skip to content

Commit 0002649

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.
1 parent 7d57534 commit 0002649

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests."
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6496,9 +6496,26 @@
64966496
"SCALED"
64976497
]
64986498
},
6499+
"DvbSubOcrLanguage": {
6500+
"type": "string",
6501+
"documentation": "Dvb Sub Ocr Language",
6502+
"enum": [
6503+
"DEU",
6504+
"ENG",
6505+
"FRA",
6506+
"NLD",
6507+
"POR",
6508+
"SPA"
6509+
]
6510+
},
64996511
"DvbSubSourceSettings": {
65006512
"type": "structure",
65016513
"members": {
6514+
"OcrLanguage": {
6515+
"shape": "DvbSubOcrLanguage",
6516+
"locationName": "ocrLanguage",
6517+
"documentation": "If you will configure a WebVTT caption description that references this caption selector, use this field to\nprovide the language to consider when translating the image-based source to text."
6518+
},
65026519
"Pid": {
65036520
"shape": "__integerMin1",
65046521
"locationName": "pid",
@@ -8482,6 +8499,11 @@
84828499
"shape": "__integerMin0",
84838500
"locationName": "retryInterval",
84848501
"documentation": "The number of seconds between retries when an attempt to read a manifest or segment fails."
8502+
},
8503+
"Scte35Source": {
8504+
"shape": "HlsScte35SourceType",
8505+
"locationName": "scte35Source",
8506+
"documentation": "Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected."
84858507
}
84868508
},
84878509
"documentation": "Hls Input Settings"
@@ -8637,6 +8659,14 @@
86378659
},
86388660
"documentation": "Hls S3 Settings"
86398661
},
8662+
"HlsScte35SourceType": {
8663+
"type": "string",
8664+
"documentation": "Hls Scte35 Source Type",
8665+
"enum": [
8666+
"MANIFEST",
8667+
"SEGMENTS"
8668+
]
8669+
},
86408670
"HlsSegmentationMode": {
86418671
"type": "string",
86428672
"documentation": "Hls Segmentation Mode",
@@ -12662,10 +12692,12 @@
1266212692
},
1266312693
"ReservationSpecialFeature": {
1266412694
"type": "string",
12665-
"documentation": "Special features, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'",
12695+
"documentation": "Special features, 'ADVANCED_AUDIO' 'AUDIO_NORMALIZATION' 'MGHD' or 'MGUHD'",
1266612696
"enum": [
1266712697
"ADVANCED_AUDIO",
12668-
"AUDIO_NORMALIZATION"
12698+
"AUDIO_NORMALIZATION",
12699+
"MGHD",
12700+
"MGUHD"
1266912701
]
1267012702
},
1267112703
"ReservationState": {
@@ -12999,9 +13031,26 @@
1299913031
},
1300013032
"documentation": "Scte27 Destination Settings"
1300113033
},
13034+
"Scte27OcrLanguage": {
13035+
"type": "string",
13036+
"documentation": "Scte27 Ocr Language",
13037+
"enum": [
13038+
"DEU",
13039+
"ENG",
13040+
"FRA",
13041+
"NLD",
13042+
"POR",
13043+
"SPA"
13044+
]
13045+
},
1300213046
"Scte27SourceSettings": {
1300313047
"type": "structure",
1300413048
"members": {
13049+
"OcrLanguage": {
13050+
"shape": "Scte27OcrLanguage",
13051+
"locationName": "ocrLanguage",
13052+
"documentation": "If you will configure a WebVTT caption description that references this caption selector, use this field to\nprovide the language to consider when translating the image-based source to text."
13053+
},
1300513054
"Pid": {
1300613055
"shape": "__integerMin1",
1300713056
"locationName": "pid",

0 commit comments

Comments
 (0)