|
16157 | 16157 | "shape": "__listOfSrtOutputDestinationSettings",
|
16158 | 16158 | "locationName": "srtSettings",
|
16159 | 16159 | "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." |
16160 | 16165 | }
|
16161 | 16166 | },
|
16162 | 16167 | "documentation": "Placeholder documentation for OutputDestination"
|
|
25821 | 25826 | "shape": "TimecodeBurninSettings",
|
25822 | 25827 | "locationName": "timecodeBurninSettings",
|
25823 | 25828 | "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." |
25824 | 25839 | }
|
25825 | 25840 | },
|
25826 | 25841 | "documentation": "Av1 Settings",
|
|
29254 | 29269 | "shape": "CmafIngestCaptionLanguageMapping"
|
29255 | 29270 | },
|
29256 | 29271 | "documentation": "Placeholder documentation for __listOfCmafIngestCaptionLanguageMapping"
|
| 29272 | + }, |
| 29273 | + "Av1RateControlMode": { |
| 29274 | + "type": "string", |
| 29275 | + "documentation": "Av1 Rate Control Mode", |
| 29276 | + "enum": [ |
| 29277 | + "CBR", |
| 29278 | + "QVBR" |
| 29279 | + ] |
29257 | 29280 | }
|
29258 | 29281 | },
|
29259 | 29282 | "documentation": "API for AWS Elemental MediaLive"
|
|
0 commit comments