Skip to content

Commit a3c55e8

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: Add support to the AV1 rate control mode
1 parent a698f33 commit a3c55e8

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-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": "Add support to the AV1 rate control mode"
6+
}

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16157,6 +16157,11 @@
1615716157
"shape": "__listOfSrtOutputDestinationSettings",
1615816158
"locationName": "srtSettings",
1615916159
"documentation": "SRT settings for an SRT output; one destination for each redundant encoder."
16160+
},
16161+
"LogicalInterfaceNames": {
16162+
"shape": "__listOf__string",
16163+
"locationName": "logicalInterfaceNames",
16164+
"documentation": "Optional assignment of an output to a logical interface on the Node. Only applies to on premises channels."
1616016165
}
1616116166
},
1616216167
"documentation": "Placeholder documentation for OutputDestination"
@@ -25821,6 +25826,16 @@
2582125826
"shape": "TimecodeBurninSettings",
2582225827
"locationName": "timecodeBurninSettings",
2582325828
"documentation": "Configures the timecode burn-in feature. If you enable this feature, the timecode will become part of the video."
25829+
},
25830+
"Bitrate": {
25831+
"shape": "__integerMin50000Max8000000",
25832+
"locationName": "bitrate",
25833+
"documentation": "Average bitrate in bits/second. Required when the rate control mode is CBR. Not used for QVBR."
25834+
},
25835+
"RateControlMode": {
25836+
"shape": "Av1RateControlMode",
25837+
"locationName": "rateControlMode",
25838+
"documentation": "Rate control mode.\n\nQVBR: Quality will match the specified quality level except when it is constrained by the\nmaximum bitrate. Recommended if you or your viewers pay for bandwidth.\n\nCBR: Quality varies, depending on the video complexity. Recommended only if you distribute\nyour assets to devices that cannot handle variable bitrates."
2582425839
}
2582525840
},
2582625841
"documentation": "Av1 Settings",
@@ -29254,6 +29269,14 @@
2925429269
"shape": "CmafIngestCaptionLanguageMapping"
2925529270
},
2925629271
"documentation": "Placeholder documentation for __listOfCmafIngestCaptionLanguageMapping"
29272+
},
29273+
"Av1RateControlMode": {
29274+
"type": "string",
29275+
"documentation": "Av1 Rate Control Mode",
29276+
"enum": [
29277+
"CBR",
29278+
"QVBR"
29279+
]
2925729280
}
2925829281
},
2925929282
"documentation": "API for AWS Elemental MediaLive"

0 commit comments

Comments
 (0)