Skip to content

Commit eaedac7

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: This update adds additional bitrate options for Dolby AC-4 audio outputs.
1 parent df92653 commit eaedac7

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

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 update adds additional bitrate options for Dolby AC-4 audio outputs."
6+
}

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,9 +1850,9 @@
18501850
"type": "structure",
18511851
"members": {
18521852
"Bitrate": {
1853-
"shape": "__integerMin192000Max1024000",
1853+
"shape": "__integerMin48000Max768000",
18541854
"locationName": "bitrate",
1855-
"documentation": "Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 192000, 256000, or 320000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 512000. Valid bitrates for coding mode 5.1.4 (immersive): 512000, 768000, or 1024000."
1855+
"documentation": "Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 48000, 64000, 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1.4 (immersive): 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000."
18561856
},
18571857
"BitstreamMode": {
18581858
"shape": "Ac4BitstreamMode",
@@ -4443,7 +4443,7 @@
44434443
"Format": {
44444444
"shape": "Format",
44454445
"locationName": "format",
4446-
"documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, or AVI. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize."
4446+
"documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize."
44474447
},
44484448
"Tracks": {
44494449
"shape": "__listOfTrack",
@@ -6534,7 +6534,8 @@
65346534
"webm",
65356535
"mxf",
65366536
"wave",
6537-
"avi"
6537+
"avi",
6538+
"mpegts"
65386539
]
65396540
},
65406541
"FrameCaptureSettings": {
@@ -15724,11 +15725,6 @@
1572415725
"min": 16,
1572515726
"max": 24
1572615727
},
15727-
"__integerMin192000Max1024000": {
15728-
"type": "integer",
15729-
"min": 192000,
15730-
"max": 1024000
15731-
},
1573215728
"__integerMin1Max1": {
1573315729
"type": "integer",
1573415730
"min": 1,
@@ -15919,6 +15915,11 @@
1591915915
"min": 48000,
1592015916
"max": 48000
1592115917
},
15918+
"__integerMin48000Max768000": {
15919+
"type": "integer",
15920+
"min": 48000,
15921+
"max": 768000
15922+
},
1592215923
"__integerMin4Max12": {
1592315924
"type": "integer",
1592415925
"min": 4,

0 commit comments

Comments
 (0)