Skip to content

Commit 0114fd9

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.
1 parent 34e32c3 commit 0114fd9

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
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": "Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec."
6+
}

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11425,6 +11425,10 @@
1142511425
"Rec709Settings": {
1142611426
"shape": "Rec709Settings",
1142711427
"locationName": "rec709Settings"
11428+
},
11429+
"Hlg2020Settings": {
11430+
"shape": "Hlg2020Settings",
11431+
"locationName": "hlg2020Settings"
1142811432
}
1142911433
},
1143011434
"documentation": "H265 Color Space Settings"
@@ -25868,6 +25872,16 @@
2586825872
"shape": "__integerMin0Max8000000",
2586925873
"locationName": "minBitrate",
2587025874
"documentation": "Used for QVBR rate control mode only.\nOptional.\nEnter a minimum bitrate if you want to keep the output bitrate about a threshold, in order to prevent the downstream system from de-allocating network bandwidth for this output."
25875+
},
25876+
"SpatialAq": {
25877+
"shape": "Av1SpatialAq",
25878+
"locationName": "spatialAq",
25879+
"documentation": "Spatial AQ makes adjustments within each frame based on spatial variation of content complexity. Enabled: MediaLive will determine the appropriate level of spatial AQ to apply. Disabled: No spatial AQ. For more information, see the topic about video adaptive quantization in the MediaLive user guide."
25880+
},
25881+
"TemporalAq": {
25882+
"shape": "Av1TemporalAq",
25883+
"locationName": "temporalAq",
25884+
"documentation": "Temporal AQ makes adjustments within each frame based on variations in content complexity over time. Enabled: MediaLive will determine the appropriate level of temporal AQ to apply. Disabled: No temporal AQ. For more information, see the topic about video adaptive quantization in the MediaLive user guide."
2587125885
}
2587225886
},
2587325887
"documentation": "Av1 Settings",
@@ -29830,6 +29844,27 @@
2983029844
"shape": "MultiplexAlert"
2983129845
},
2983229846
"documentation": "Placeholder documentation for __listOfMultiplexAlert"
29847+
},
29848+
"Av1SpatialAq": {
29849+
"type": "string",
29850+
"documentation": "Av1 Spatial Aq",
29851+
"enum": [
29852+
"DISABLED",
29853+
"ENABLED"
29854+
]
29855+
},
29856+
"Av1TemporalAq": {
29857+
"type": "string",
29858+
"documentation": "Av1 Temporal Aq",
29859+
"enum": [
29860+
"DISABLED",
29861+
"ENABLED"
29862+
]
29863+
},
29864+
"Hlg2020Settings": {
29865+
"type": "structure",
29866+
"members": {},
29867+
"documentation": "Hlg2020 Settings"
2983329868
}
2983429869
},
2983529870
"documentation": "API for AWS Elemental MediaLive"

0 commit comments

Comments
 (0)