Skip to content

Commit 54e464c

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: This release includes support for broadcast-mixed audio description tracks.
1 parent 8bbce5f commit 54e464c

File tree

2 files changed

+48
-21
lines changed

2 files changed

+48
-21
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 MediaConvert",
4+
"contributor": "",
5+
"description": "This release includes support for broadcast-mixed audio description tracks."
6+
}

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

Lines changed: 42 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,9 @@
461461
"documentation": "ResourceInUseException"
462462
}
463463
],
464-
"documentation": "Send an request with an empty body to the regional API endpoint to get your account API endpoint."
464+
"documentation": "Send an request with an empty body to the regional API endpoint to get your account API endpoint.",
465+
"deprecated": true,
466+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
465467
},
466468
"DisassociateCertificate": {
467469
"name": "DisassociateCertificate",
@@ -1172,7 +1174,7 @@
11721174
},
11731175
"AacCodecProfile": {
11741176
"type": "string",
1175-
"documentation": "Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.",
1177+
"documentation": "AAC Profile.",
11761178
"enum": [
11771179
"LC",
11781180
"HEV1",
@@ -1192,7 +1194,7 @@
11921194
},
11931195
"AacRateControlMode": {
11941196
"type": "string",
1195-
"documentation": "Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.",
1197+
"documentation": "Rate Control Mode.",
11961198
"enum": [
11971199
"CBR",
11981200
"VBR"
@@ -1222,7 +1224,7 @@
12221224
"CodecProfile": {
12231225
"shape": "AacCodecProfile",
12241226
"locationName": "codecProfile",
1225-
"documentation": "Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates."
1227+
"documentation": "AAC Profile."
12261228
},
12271229
"CodingMode": {
12281230
"shape": "AacCodingMode",
@@ -1232,7 +1234,7 @@
12321234
"RateControlMode": {
12331235
"shape": "AacRateControlMode",
12341236
"locationName": "rateControlMode",
1235-
"documentation": "Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality."
1237+
"documentation": "Rate Control Mode."
12361238
},
12371239
"RawFormat": {
12381240
"shape": "AacRawFormat",
@@ -1242,7 +1244,7 @@
12421244
"SampleRate": {
12431245
"shape": "__integerMin8000Max96000",
12441246
"locationName": "sampleRate",
1245-
"documentation": "Specify the AAC sample rate in samples per second (Hz). Valid sample rates depend on the AAC profile and Coding mode that you select. For a list of supported sample rates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html"
1247+
"documentation": "Specify the Sample rate in Hz. Valid sample rates depend on the Profile and Coding mode that you select. The following list shows valid sample rates for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000."
12461248
},
12471249
"Specification": {
12481250
"shape": "AacSpecification",
@@ -1252,7 +1254,7 @@
12521254
"VbrQuality": {
12531255
"shape": "AacVbrQuality",
12541256
"locationName": "vbrQuality",
1255-
"documentation": "Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr"
1257+
"documentation": "VBR Quality Level - Only used if rate_control_mode is VBR."
12561258
}
12571259
},
12581260
"documentation": "Required when you set Codec to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode to \"VBR\" or \"CBR\". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting Bitrate. Defaults and valid values depend on the rate control mode."
@@ -1267,7 +1269,7 @@
12671269
},
12681270
"AacVbrQuality": {
12691271
"type": "string",
1270-
"documentation": "Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr",
1272+
"documentation": "VBR Quality Level - Only used if rate_control_mode is VBR.",
12711273
"enum": [
12721274
"LOW",
12731275
"MEDIUM_LOW",
@@ -1775,7 +1777,7 @@
17751777
"documentation": "Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec."
17761778
},
17771779
"CustomLanguageCode": {
1778-
"shape": "__stringPatternAZaZ23AZaZ",
1780+
"shape": "__stringPatternAZaZ23AZaZ09",
17791781
"locationName": "customLanguageCode",
17801782
"documentation": "Specify the language for this audio output track. The service puts this language code into your output audio track when you set Language code control to Use configured. The service also uses your specified custom language code when you set Language code control to Follow input, but your input file doesn't specify a language code. For all outputs, you can use an ISO 639-2 or ISO 639-3 code. For streaming outputs, you can also use any other code in the full RFC-5646 specification. Streaming outputs are those that are in one of the following output groups: CMAF, DASH ISO, Apple HLS, or Microsoft Smooth Streaming."
17811783
},
@@ -3500,13 +3502,6 @@
35003502
},
35013503
"documentation": "Custom 3D lut settings"
35023504
},
3503-
"ColorConversion3DLUTSettings": {
3504-
"type": "list",
3505-
"documentation": "Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.",
3506-
"member": {
3507-
"shape": "ColorConversion3DLUTSetting"
3508-
}
3509-
},
35103505
"ColorCorrector": {
35113506
"type": "structure",
35123507
"members": {
@@ -4373,7 +4368,9 @@
43734368
"enum": [
43744369
"DEFAULT",
43754370
"GET_ONLY"
4376-
]
4371+
],
4372+
"deprecated": true,
4373+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
43774374
},
43784375
"DescribeEndpointsRequest": {
43794376
"type": "structure",
@@ -4394,7 +4391,9 @@
43944391
"documentation": "Use this string, provided with the response to a previous request, to request the next batch of endpoints."
43954392
}
43964393
},
4397-
"documentation": "DescribeEndpointsRequest"
4394+
"documentation": "DescribeEndpointsRequest",
4395+
"deprecated": true,
4396+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
43984397
},
43994398
"DescribeEndpointsResponse": {
44004399
"type": "structure",
@@ -4409,7 +4408,9 @@
44094408
"locationName": "nextToken",
44104409
"documentation": "Use this string to request the next batch of endpoints."
44114410
}
4412-
}
4411+
},
4412+
"deprecated": true,
4413+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
44134414
},
44144415
"DestinationSettings": {
44154416
"type": "structure",
@@ -8024,7 +8025,7 @@
80248025
"documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails."
80258026
},
80268027
"ColorConversion3DLUTSettings": {
8027-
"shape": "ColorConversion3DLUTSettings",
8028+
"shape": "__listOfColorConversion3DLUTSetting",
80288029
"locationName": "colorConversion3DLUTSettings",
80298030
"documentation": "Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs."
80308031
},
@@ -8195,7 +8196,7 @@
81958196
"documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails."
81968197
},
81978198
"ColorConversion3DLUTSettings": {
8198-
"shape": "ColorConversion3DLUTSettings",
8199+
"shape": "__listOfColorConversion3DLUTSetting",
81998200
"locationName": "colorConversion3DLUTSettings",
82008201
"documentation": "Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs."
82018202
},
@@ -11095,6 +11096,16 @@
1109511096
"RemixSettings": {
1109611097
"type": "structure",
1109711098
"members": {
11099+
"AudioDescriptionAudioChannel": {
11100+
"shape": "__integerMin1Max64",
11101+
"locationName": "audioDescriptionAudioChannel",
11102+
"documentation": "Optionally specify the channel in your input that contains your audio description audio signal. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description audio channel, you must also specify an audio description data channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers."
11103+
},
11104+
"AudioDescriptionDataChannel": {
11105+
"shape": "__integerMin1Max64",
11106+
"locationName": "audioDescriptionDataChannel",
11107+
"documentation": "Optionally specify the channel in your input that contains your audio description data stream. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description data channel, you must also specify an audio description audio channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers."
11108+
},
1109811109
"ChannelMapping": {
1109911110
"shape": "ChannelMapping",
1110011111
"locationName": "channelMapping",
@@ -13816,6 +13827,12 @@
1381613827
"shape": "CmafAdditionalManifest"
1381713828
}
1381813829
},
13830+
"__listOfColorConversion3DLUTSetting": {
13831+
"type": "list",
13832+
"member": {
13833+
"shape": "ColorConversion3DLUTSetting"
13834+
}
13835+
},
1381913836
"__listOfDashAdditionalManifest": {
1382013837
"type": "list",
1382113838
"member": {
@@ -14235,6 +14252,10 @@
1423514252
"type": "string",
1423614253
"pattern": "^[A-Za-z]{2,3}(-[A-Za-z-]+)?$"
1423714254
},
14255+
"__stringPatternAZaZ23AZaZ09": {
14256+
"type": "string",
14257+
"pattern": "^[A-Za-z]{2,3}(-[A-Za-z0-9-]+)?$"
14258+
},
1423814259
"__stringPatternArnAwsUsGovAcm": {
1423914260
"type": "string",
1424014261
"pattern": "^arn:aws(-us-gov)?:acm:"

0 commit comments

Comments
 (0)