aws-sdk-mediaconvert 1.162.0 → 1.164.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +27 -9
- data/lib/aws-sdk-mediaconvert/client_api.rb +19 -1
- data/lib/aws-sdk-mediaconvert/types.rb +142 -19
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +26 -5
- data/sig/types.rbs +15 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6375592b45cac2f723809e1a910e23eadcab7d49c51c7a8efa811c9d058a1787
|
4
|
+
data.tar.gz: 3af23339a0ac3e524b9223338b92a9f6f46c76897104bbddd9268f83b940d28d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9495b072741172215323770e06e972a4a325e849a2d5b9353649cad89effba336d8a0eb5d25bb9bbfb2dcbe4d2f08505876ba18829e369be0dc9145622a0ad07
|
7
|
+
data.tar.gz: c1f440710d24f993c56b327a54a857b54468230a225d0118a430d1f817fff2d2fb28a4aea32e1685c870a4faccbeed7dc3024e299b77b36d3b2754d4c2d07b6b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.164.0 (2025-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for TAMS server integration with MediaConvert inputs.
|
8
|
+
|
9
|
+
1.163.0 (2025-07-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release expands the range of supported audio outputs to include xHE, 192khz FLAC and the deprecation of dual mono for AC3.
|
13
|
+
|
4
14
|
1.162.0 (2025-06-20)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.164.0
|
@@ -732,12 +732,15 @@ module Aws::MediaConvert
|
|
732
732
|
# aac_settings: {
|
733
733
|
# audio_description_broadcaster_mix: "BROADCASTER_MIXED_AD", # accepts BROADCASTER_MIXED_AD, NORMAL
|
734
734
|
# bitrate: 1,
|
735
|
-
# codec_profile: "LC", # accepts LC, HEV1, HEV2
|
735
|
+
# codec_profile: "LC", # accepts LC, HEV1, HEV2, XHE
|
736
736
|
# coding_mode: "AD_RECEIVER_MIX", # accepts AD_RECEIVER_MIX, CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_5_1
|
737
|
+
# loudness_measurement_mode: "PROGRAM", # accepts PROGRAM, ANCHOR
|
738
|
+
# rap_interval: 1,
|
737
739
|
# rate_control_mode: "CBR", # accepts CBR, VBR
|
738
740
|
# raw_format: "LATM_LOAS", # accepts LATM_LOAS, NONE
|
739
741
|
# sample_rate: 1,
|
740
742
|
# specification: "MPEG2", # accepts MPEG2, MPEG4
|
743
|
+
# target_loudness_range: 1,
|
741
744
|
# vbr_quality: "LOW", # accepts LOW, MEDIUM_LOW, MEDIUM_HIGH, HIGH
|
742
745
|
# },
|
743
746
|
# ac_3_settings: {
|
@@ -1557,12 +1560,15 @@ module Aws::MediaConvert
|
|
1557
1560
|
# resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
1558
1561
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.audio_description_broadcaster_mix #=> String, one of "BROADCASTER_MIXED_AD", "NORMAL"
|
1559
1562
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.bitrate #=> Integer
|
1560
|
-
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2"
|
1563
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2", "XHE"
|
1561
1564
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.coding_mode #=> String, one of "AD_RECEIVER_MIX", "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_5_1"
|
1565
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.loudness_measurement_mode #=> String, one of "PROGRAM", "ANCHOR"
|
1566
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.rap_interval #=> Integer
|
1562
1567
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.rate_control_mode #=> String, one of "CBR", "VBR"
|
1563
1568
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.raw_format #=> String, one of "LATM_LOAS", "NONE"
|
1564
1569
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.sample_rate #=> Integer
|
1565
1570
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.specification #=> String, one of "MPEG2", "MPEG4"
|
1571
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.target_loudness_range #=> Integer
|
1566
1572
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.vbr_quality #=> String, one of "LOW", "MEDIUM_LOW", "MEDIUM_HIGH", "HIGH"
|
1567
1573
|
# resp.preset.settings.audio_descriptions[0].codec_settings.ac_3_settings.bitrate #=> Integer
|
1568
1574
|
# resp.preset.settings.audio_descriptions[0].codec_settings.ac_3_settings.bitstream_mode #=> String, one of "COMPLETE_MAIN", "COMMENTARY", "DIALOGUE", "EMERGENCY", "HEARING_IMPAIRED", "MUSIC_AND_EFFECTS", "VISUALLY_IMPAIRED", "VOICE_OVER"
|
@@ -2559,12 +2565,15 @@ module Aws::MediaConvert
|
|
2559
2565
|
# resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
2560
2566
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.audio_description_broadcaster_mix #=> String, one of "BROADCASTER_MIXED_AD", "NORMAL"
|
2561
2567
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.bitrate #=> Integer
|
2562
|
-
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2"
|
2568
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2", "XHE"
|
2563
2569
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.coding_mode #=> String, one of "AD_RECEIVER_MIX", "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_5_1"
|
2570
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.loudness_measurement_mode #=> String, one of "PROGRAM", "ANCHOR"
|
2571
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.rap_interval #=> Integer
|
2564
2572
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.rate_control_mode #=> String, one of "CBR", "VBR"
|
2565
2573
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.raw_format #=> String, one of "LATM_LOAS", "NONE"
|
2566
2574
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.sample_rate #=> Integer
|
2567
2575
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.specification #=> String, one of "MPEG2", "MPEG4"
|
2576
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.target_loudness_range #=> Integer
|
2568
2577
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.vbr_quality #=> String, one of "LOW", "MEDIUM_LOW", "MEDIUM_HIGH", "HIGH"
|
2569
2578
|
# resp.preset.settings.audio_descriptions[0].codec_settings.ac_3_settings.bitrate #=> Integer
|
2570
2579
|
# resp.preset.settings.audio_descriptions[0].codec_settings.ac_3_settings.bitstream_mode #=> String, one of "COMPLETE_MAIN", "COMMENTARY", "DIALOGUE", "EMERGENCY", "HEARING_IMPAIRED", "MUSIC_AND_EFFECTS", "VISUALLY_IMPAIRED", "VOICE_OVER"
|
@@ -3429,12 +3438,15 @@ module Aws::MediaConvert
|
|
3429
3438
|
# resp.presets[0].settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
3430
3439
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.audio_description_broadcaster_mix #=> String, one of "BROADCASTER_MIXED_AD", "NORMAL"
|
3431
3440
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.bitrate #=> Integer
|
3432
|
-
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2"
|
3441
|
+
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2", "XHE"
|
3433
3442
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.coding_mode #=> String, one of "AD_RECEIVER_MIX", "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_5_1"
|
3443
|
+
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.loudness_measurement_mode #=> String, one of "PROGRAM", "ANCHOR"
|
3444
|
+
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.rap_interval #=> Integer
|
3434
3445
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.rate_control_mode #=> String, one of "CBR", "VBR"
|
3435
3446
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.raw_format #=> String, one of "LATM_LOAS", "NONE"
|
3436
3447
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.sample_rate #=> Integer
|
3437
3448
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.specification #=> String, one of "MPEG2", "MPEG4"
|
3449
|
+
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.target_loudness_range #=> Integer
|
3438
3450
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.aac_settings.vbr_quality #=> String, one of "LOW", "MEDIUM_LOW", "MEDIUM_HIGH", "HIGH"
|
3439
3451
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.ac_3_settings.bitrate #=> Integer
|
3440
3452
|
# resp.presets[0].settings.audio_descriptions[0].codec_settings.ac_3_settings.bitstream_mode #=> String, one of "COMPLETE_MAIN", "COMMENTARY", "DIALOGUE", "EMERGENCY", "HEARING_IMPAIRED", "MUSIC_AND_EFFECTS", "VISUALLY_IMPAIRED", "VOICE_OVER"
|
@@ -4252,7 +4264,7 @@ module Aws::MediaConvert
|
|
4252
4264
|
#
|
4253
4265
|
# resp.probe_results #=> Array
|
4254
4266
|
# resp.probe_results[0].container.duration #=> Float
|
4255
|
-
# resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm"
|
4267
|
+
# resp.probe_results[0].container.format #=> String, one of "mp4", "quicktime", "matroska", "webm", "mxf"
|
4256
4268
|
# resp.probe_results[0].container.tracks #=> Array
|
4257
4269
|
# resp.probe_results[0].container.tracks[0].audio_properties.bit_depth #=> Integer
|
4258
4270
|
# resp.probe_results[0].container.tracks[0].audio_properties.bit_rate #=> Integer
|
@@ -4261,7 +4273,7 @@ module Aws::MediaConvert
|
|
4261
4273
|
# resp.probe_results[0].container.tracks[0].audio_properties.frame_rate.numerator #=> Integer
|
4262
4274
|
# resp.probe_results[0].container.tracks[0].audio_properties.language_code #=> String
|
4263
4275
|
# resp.probe_results[0].container.tracks[0].audio_properties.sample_rate #=> Integer
|
4264
|
-
# resp.probe_results[0].container.tracks[0].codec #=> String, one of "UNKNOWN", "AAC", "AC3", "EAC3", "FLAC", "MP3", "OPUS", "PCM", "VORBIS", "AV1", "AVC", "HEVC", "MJPEG", "MP4V", "MPEG2", "PRORES", "THEORA", "VP8", "VP9", "C608", "C708", "WEBVTT"
|
4276
|
+
# resp.probe_results[0].container.tracks[0].codec #=> String, one of "UNKNOWN", "AAC", "AC3", "EAC3", "FLAC", "MP3", "OPUS", "PCM", "VORBIS", "AV1", "AVC", "HEVC", "JPEG2000", "MJPEG", "MP4V", "MPEG2", "PRORES", "THEORA", "VP8", "VP9", "C608", "C708", "WEBVTT"
|
4265
4277
|
# resp.probe_results[0].container.tracks[0].data_properties.language_code #=> String
|
4266
4278
|
# resp.probe_results[0].container.tracks[0].duration #=> Float
|
4267
4279
|
# resp.probe_results[0].container.tracks[0].index #=> Integer
|
@@ -4554,12 +4566,15 @@ module Aws::MediaConvert
|
|
4554
4566
|
# aac_settings: {
|
4555
4567
|
# audio_description_broadcaster_mix: "BROADCASTER_MIXED_AD", # accepts BROADCASTER_MIXED_AD, NORMAL
|
4556
4568
|
# bitrate: 1,
|
4557
|
-
# codec_profile: "LC", # accepts LC, HEV1, HEV2
|
4569
|
+
# codec_profile: "LC", # accepts LC, HEV1, HEV2, XHE
|
4558
4570
|
# coding_mode: "AD_RECEIVER_MIX", # accepts AD_RECEIVER_MIX, CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_5_1
|
4571
|
+
# loudness_measurement_mode: "PROGRAM", # accepts PROGRAM, ANCHOR
|
4572
|
+
# rap_interval: 1,
|
4559
4573
|
# rate_control_mode: "CBR", # accepts CBR, VBR
|
4560
4574
|
# raw_format: "LATM_LOAS", # accepts LATM_LOAS, NONE
|
4561
4575
|
# sample_rate: 1,
|
4562
4576
|
# specification: "MPEG2", # accepts MPEG2, MPEG4
|
4577
|
+
# target_loudness_range: 1,
|
4563
4578
|
# vbr_quality: "LOW", # accepts LOW, MEDIUM_LOW, MEDIUM_HIGH, HIGH
|
4564
4579
|
# },
|
4565
4580
|
# ac_3_settings: {
|
@@ -5376,12 +5391,15 @@ module Aws::MediaConvert
|
|
5376
5391
|
# resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
5377
5392
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.audio_description_broadcaster_mix #=> String, one of "BROADCASTER_MIXED_AD", "NORMAL"
|
5378
5393
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.bitrate #=> Integer
|
5379
|
-
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2"
|
5394
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.codec_profile #=> String, one of "LC", "HEV1", "HEV2", "XHE"
|
5380
5395
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.coding_mode #=> String, one of "AD_RECEIVER_MIX", "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_5_1"
|
5396
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.loudness_measurement_mode #=> String, one of "PROGRAM", "ANCHOR"
|
5397
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.rap_interval #=> Integer
|
5381
5398
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.rate_control_mode #=> String, one of "CBR", "VBR"
|
5382
5399
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.raw_format #=> String, one of "LATM_LOAS", "NONE"
|
5383
5400
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.sample_rate #=> Integer
|
5384
5401
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.specification #=> String, one of "MPEG2", "MPEG4"
|
5402
|
+
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.target_loudness_range #=> Integer
|
5385
5403
|
# resp.preset.settings.audio_descriptions[0].codec_settings.aac_settings.vbr_quality #=> String, one of "LOW", "MEDIUM_LOW", "MEDIUM_HIGH", "HIGH"
|
5386
5404
|
# resp.preset.settings.audio_descriptions[0].codec_settings.ac_3_settings.bitrate #=> Integer
|
5387
5405
|
# resp.preset.settings.audio_descriptions[0].codec_settings.ac_3_settings.bitstream_mode #=> String, one of "COMPLETE_MAIN", "COMMENTARY", "DIALOGUE", "EMERGENCY", "HEARING_IMPAIRED", "MUSIC_AND_EFFECTS", "VISUALLY_IMPAIRED", "VOICE_OVER"
|
@@ -6122,7 +6140,7 @@ module Aws::MediaConvert
|
|
6122
6140
|
tracer: tracer
|
6123
6141
|
)
|
6124
6142
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
6125
|
-
context[:gem_version] = '1.
|
6143
|
+
context[:gem_version] = '1.164.0'
|
6126
6144
|
Seahorse::Client::Request.new(handlers, context)
|
6127
6145
|
end
|
6128
6146
|
|
@@ -17,6 +17,7 @@ module Aws::MediaConvert
|
|
17
17
|
AacAudioDescriptionBroadcasterMix = Shapes::StringShape.new(name: 'AacAudioDescriptionBroadcasterMix')
|
18
18
|
AacCodecProfile = Shapes::StringShape.new(name: 'AacCodecProfile')
|
19
19
|
AacCodingMode = Shapes::StringShape.new(name: 'AacCodingMode')
|
20
|
+
AacLoudnessMeasurementMode = Shapes::StringShape.new(name: 'AacLoudnessMeasurementMode')
|
20
21
|
AacRateControlMode = Shapes::StringShape.new(name: 'AacRateControlMode')
|
21
22
|
AacRawFormat = Shapes::StringShape.new(name: 'AacRawFormat')
|
22
23
|
AacSettings = Shapes::StructureShape.new(name: 'AacSettings')
|
@@ -414,6 +415,7 @@ module Aws::MediaConvert
|
|
414
415
|
InputRotate = Shapes::StringShape.new(name: 'InputRotate')
|
415
416
|
InputSampleRange = Shapes::StringShape.new(name: 'InputSampleRange')
|
416
417
|
InputScanType = Shapes::StringShape.new(name: 'InputScanType')
|
418
|
+
InputTamsSettings = Shapes::StructureShape.new(name: 'InputTamsSettings')
|
417
419
|
InputTemplate = Shapes::StructureShape.new(name: 'InputTemplate')
|
418
420
|
InputTimecodeSource = Shapes::StringShape.new(name: 'InputTimecodeSource')
|
419
421
|
InputVideoGenerator = Shapes::StructureShape.new(name: 'InputVideoGenerator')
|
@@ -617,6 +619,7 @@ module Aws::MediaConvert
|
|
617
619
|
StatusUpdateInterval = Shapes::StringShape.new(name: 'StatusUpdateInterval')
|
618
620
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
619
621
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
622
|
+
TamsGapHandling = Shapes::StringShape.new(name: 'TamsGapHandling')
|
620
623
|
TeletextDestinationSettings = Shapes::StructureShape.new(name: 'TeletextDestinationSettings')
|
621
624
|
TeletextPageType = Shapes::StringShape.new(name: 'TeletextPageType')
|
622
625
|
TeletextSourceSettings = Shapes::StructureShape.new(name: 'TeletextSourceSettings')
|
@@ -803,6 +806,8 @@ module Aws::MediaConvert
|
|
803
806
|
__integerMin1Max60000 = Shapes::IntegerShape.new(name: '__integerMin1Max60000')
|
804
807
|
__integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
|
805
808
|
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
809
|
+
__integerMin2000Max30000 = Shapes::IntegerShape.new(name: '__integerMin2000Max30000')
|
810
|
+
__integerMin22050Max192000 = Shapes::IntegerShape.new(name: '__integerMin22050Max192000')
|
806
811
|
__integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
|
807
812
|
__integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
|
808
813
|
__integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
|
@@ -822,6 +827,7 @@ module Aws::MediaConvert
|
|
822
827
|
__integerMin50Max86400000 = Shapes::IntegerShape.new(name: '__integerMin50Max86400000')
|
823
828
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
824
829
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
830
|
+
__integerMin6Max16 = Shapes::IntegerShape.new(name: '__integerMin6Max16')
|
825
831
|
__integerMin8000Max192000 = Shapes::IntegerShape.new(name: '__integerMin8000Max192000')
|
826
832
|
__integerMin8000Max96000 = Shapes::IntegerShape.new(name: '__integerMin8000Max96000')
|
827
833
|
__integerMin8Max12 = Shapes::IntegerShape.new(name: '__integerMin8Max12')
|
@@ -932,6 +938,7 @@ module Aws::MediaConvert
|
|
932
938
|
__stringPattern = Shapes::StringShape.new(name: '__stringPattern')
|
933
939
|
__stringPattern010920405090509092 = Shapes::StringShape.new(name: '__stringPattern010920405090509092')
|
934
940
|
__stringPattern010920405090509092090909 = Shapes::StringShape.new(name: '__stringPattern010920405090509092090909')
|
941
|
+
__stringPattern019090190908019090190908 = Shapes::StringShape.new(name: '__stringPattern019090190908019090190908')
|
935
942
|
__stringPattern01D20305D205D = Shapes::StringShape.new(name: '__stringPattern01D20305D205D')
|
936
943
|
__stringPattern0940191020191209301 = Shapes::StringShape.new(name: '__stringPattern0940191020191209301')
|
937
944
|
__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
|
@@ -940,6 +947,7 @@ module Aws::MediaConvert
|
|
940
947
|
__stringPatternAZaZ0932 = Shapes::StringShape.new(name: '__stringPatternAZaZ0932')
|
941
948
|
__stringPatternAZaZ23AZaZ = Shapes::StringShape.new(name: '__stringPatternAZaZ23AZaZ')
|
942
949
|
__stringPatternAZaZ23AZaZ09 = Shapes::StringShape.new(name: '__stringPatternAZaZ23AZaZ09')
|
950
|
+
__stringPatternArnAwsAZ09EventsAZ090912ConnectionAZAZ09AF0936 = Shapes::StringShape.new(name: '__stringPatternArnAwsAZ09EventsAZ090912ConnectionAZAZ09AF0936')
|
943
951
|
__stringPatternArnAwsUsGovAcm = Shapes::StringShape.new(name: '__stringPatternArnAwsUsGovAcm')
|
944
952
|
__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932 = Shapes::StringShape.new(name: '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932')
|
945
953
|
__stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
|
@@ -962,10 +970,13 @@ module Aws::MediaConvert
|
|
962
970
|
AacSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin6000Max1024000, location_name: "bitrate"))
|
963
971
|
AacSettings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: AacCodecProfile, location_name: "codecProfile"))
|
964
972
|
AacSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: AacCodingMode, location_name: "codingMode"))
|
973
|
+
AacSettings.add_member(:loudness_measurement_mode, Shapes::ShapeRef.new(shape: AacLoudnessMeasurementMode, location_name: "loudnessMeasurementMode"))
|
974
|
+
AacSettings.add_member(:rap_interval, Shapes::ShapeRef.new(shape: __integerMin2000Max30000, location_name: "rapInterval"))
|
965
975
|
AacSettings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: AacRateControlMode, location_name: "rateControlMode"))
|
966
976
|
AacSettings.add_member(:raw_format, Shapes::ShapeRef.new(shape: AacRawFormat, location_name: "rawFormat"))
|
967
977
|
AacSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin8000Max96000, location_name: "sampleRate"))
|
968
978
|
AacSettings.add_member(:specification, Shapes::ShapeRef.new(shape: AacSpecification, location_name: "specification"))
|
979
|
+
AacSettings.add_member(:target_loudness_range, Shapes::ShapeRef.new(shape: __integerMin6Max16, location_name: "targetLoudnessRange"))
|
969
980
|
AacSettings.add_member(:vbr_quality, Shapes::ShapeRef.new(shape: AacVbrQuality, location_name: "vbrQuality"))
|
970
981
|
AacSettings.struct_class = Types::AacSettings
|
971
982
|
|
@@ -1631,7 +1642,7 @@ module Aws::MediaConvert
|
|
1631
1642
|
|
1632
1643
|
FlacSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integerMin16Max24, location_name: "bitDepth"))
|
1633
1644
|
FlacSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channels"))
|
1634
|
-
FlacSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape:
|
1645
|
+
FlacSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin22050Max192000, location_name: "sampleRate"))
|
1635
1646
|
FlacSettings.struct_class = Types::FlacSettings
|
1636
1647
|
|
1637
1648
|
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -1922,6 +1933,7 @@ module Aws::MediaConvert
|
|
1922
1933
|
Input.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "programNumber"))
|
1923
1934
|
Input.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
|
1924
1935
|
Input.add_member(:supplemental_imps, Shapes::ShapeRef.new(shape: __listOf__stringPatternS3ASSETMAPXml, location_name: "supplementalImps"))
|
1936
|
+
Input.add_member(:tams_settings, Shapes::ShapeRef.new(shape: InputTamsSettings, location_name: "tamsSettings"))
|
1925
1937
|
Input.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
|
1926
1938
|
Input.add_member(:timecode_start, Shapes::ShapeRef.new(shape: __stringMin11Max11Pattern01D20305D205D, location_name: "timecodeStart"))
|
1927
1939
|
Input.add_member(:video_generator, Shapes::ShapeRef.new(shape: InputVideoGenerator, location_name: "videoGenerator"))
|
@@ -1939,6 +1951,12 @@ module Aws::MediaConvert
|
|
1939
1951
|
InputDecryptionSettings.add_member(:kms_key_region, Shapes::ShapeRef.new(shape: __stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912, location_name: "kmsKeyRegion"))
|
1940
1952
|
InputDecryptionSettings.struct_class = Types::InputDecryptionSettings
|
1941
1953
|
|
1954
|
+
InputTamsSettings.add_member(:auth_connection_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsAZ09EventsAZ090912ConnectionAZAZ09AF0936, location_name: "authConnectionArn"))
|
1955
|
+
InputTamsSettings.add_member(:gap_handling, Shapes::ShapeRef.new(shape: TamsGapHandling, location_name: "gapHandling"))
|
1956
|
+
InputTamsSettings.add_member(:source_id, Shapes::ShapeRef.new(shape: __string, location_name: "sourceId"))
|
1957
|
+
InputTamsSettings.add_member(:timerange, Shapes::ShapeRef.new(shape: __stringPattern019090190908019090190908, location_name: "timerange"))
|
1958
|
+
InputTamsSettings.struct_class = Types::InputTamsSettings
|
1959
|
+
|
1942
1960
|
InputTemplate.add_member(:advanced_input_filter, Shapes::ShapeRef.new(shape: AdvancedInputFilter, location_name: "advancedInputFilter"))
|
1943
1961
|
InputTemplate.add_member(:advanced_input_filter_settings, Shapes::ShapeRef.new(shape: AdvancedInputFilterSettings, location_name: "advancedInputFilterSettings"))
|
1944
1962
|
InputTemplate.add_member(:audio_selector_groups, Shapes::ShapeRef.new(shape: __mapOfAudioSelectorGroup, location_name: "audioSelectorGroups"))
|
@@ -64,6 +64,26 @@ module Aws::MediaConvert
|
|
64
64
|
# 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.
|
65
65
|
# @return [String]
|
66
66
|
#
|
67
|
+
# @!attribute [rw] loudness_measurement_mode
|
68
|
+
# Choose the loudness measurement mode for your audio content. For
|
69
|
+
# music or advertisements: We recommend that you keep the default
|
70
|
+
# value, Program. For speech or other content: We recommend that you
|
71
|
+
# choose Anchor. When you do, MediaConvert optimizes the loudness of
|
72
|
+
# your output for clarify by applying speech gates.
|
73
|
+
# @return [String]
|
74
|
+
#
|
75
|
+
# @!attribute [rw] rap_interval
|
76
|
+
# Specify the RAP (Random Access Point) interval for your xHE-AAC
|
77
|
+
# audio output. A RAP allows a decoder to decode audio data
|
78
|
+
# mid-stream, without the need to reference previous audio frames, and
|
79
|
+
# perform adaptive audio bitrate switching. To specify the RAP
|
80
|
+
# interval: Enter an integer from 2000 to 30000, in milliseconds.
|
81
|
+
# Smaller values allow for better seeking and more frequent stream
|
82
|
+
# switching, while large values improve compression efficiency. To
|
83
|
+
# have MediaConvert automatically determine the RAP interval: Leave
|
84
|
+
# blank.
|
85
|
+
# @return [Integer]
|
86
|
+
#
|
67
87
|
# @!attribute [rw] rate_control_mode
|
68
88
|
# Specify the AAC rate control mode. For a constant bitrate: Choose
|
69
89
|
# CBR. Your AAC output bitrate will be equal to the value that you
|
@@ -90,6 +110,13 @@ module Aws::MediaConvert
|
|
90
110
|
# Transport Stream containers.
|
91
111
|
# @return [String]
|
92
112
|
#
|
113
|
+
# @!attribute [rw] target_loudness_range
|
114
|
+
# Specify the xHE-AAC loudness target. Enter an integer from 6 to 16,
|
115
|
+
# representing "loudness units". For more information, see the
|
116
|
+
# following specification: Supplementary information for R 128 EBU
|
117
|
+
# Tech 3342-2023.
|
118
|
+
# @return [Integer]
|
119
|
+
#
|
93
120
|
# @!attribute [rw] vbr_quality
|
94
121
|
# Specify the quality of your variable bitrate (VBR) AAC audio. For a
|
95
122
|
# list of approximate VBR bitrates, see:
|
@@ -103,10 +130,13 @@ module Aws::MediaConvert
|
|
103
130
|
:bitrate,
|
104
131
|
:codec_profile,
|
105
132
|
:coding_mode,
|
133
|
+
:loudness_measurement_mode,
|
134
|
+
:rap_interval,
|
106
135
|
:rate_control_mode,
|
107
136
|
:raw_format,
|
108
137
|
:sample_rate,
|
109
138
|
:specification,
|
139
|
+
:target_loudness_range,
|
110
140
|
:vbr_quality)
|
111
141
|
SENSITIVE = []
|
112
142
|
include Aws::Structure
|
@@ -3016,9 +3046,9 @@ module Aws::MediaConvert
|
|
3016
3046
|
#
|
3017
3047
|
# @!attribute [rw] format
|
3018
3048
|
# The format of your media file. For example: MP4, QuickTime (MOV),
|
3019
|
-
# Matroska (MKV), or
|
3020
|
-
# file has a format that the MediaConvert Probe operation does
|
3021
|
-
# recognize.
|
3049
|
+
# Matroska (MKV), WebM or MXF. Note that this will be blank if your
|
3050
|
+
# media file has a format that the MediaConvert Probe operation does
|
3051
|
+
# not recognize.
|
3022
3052
|
# @return [String]
|
3023
3053
|
#
|
3024
3054
|
# @!attribute [rw] tracks
|
@@ -7801,11 +7831,18 @@ module Aws::MediaConvert
|
|
7801
7831
|
# Specify the source file for your transcoding job. You can use
|
7802
7832
|
# multiple inputs in a single job. The service concatenates these
|
7803
7833
|
# inputs, in the order that you specify them in the job, to create the
|
7804
|
-
# outputs.
|
7805
|
-
#
|
7806
|
-
#
|
7807
|
-
#
|
7808
|
-
#
|
7834
|
+
# outputs. For standard inputs, provide the path to your S3, HTTP, or
|
7835
|
+
# HTTPS source file. For example, s3://amzn-s3-demo-bucket/input.mp4
|
7836
|
+
# for an Amazon S3 input or https://example.com/input.mp4 for an HTTPS
|
7837
|
+
# input. For TAMS inputs, specify the HTTPS endpoint of your TAMS
|
7838
|
+
# server. For example, https://tams-server.example.com . When you do,
|
7839
|
+
# also specify Source ID, Timerange, GAP handling, and the
|
7840
|
+
# Authorization connection ARN under TAMS settings. (Don't include
|
7841
|
+
# these parameters in the Input file URL.) For IMF inputs, specify
|
7842
|
+
# your input by providing the path to your CPL. For example,
|
7843
|
+
# s3://amzn-s3-demo-bucket/vf/cpl.xml . If the CPL is in an incomplete
|
7844
|
+
# IMP, make sure to use Supplemental IMPsto specify any supplemental
|
7845
|
+
# IMPs that contain assets referenced by the CPL.
|
7809
7846
|
# @return [String]
|
7810
7847
|
#
|
7811
7848
|
# @!attribute [rw] filter_enable
|
@@ -7890,6 +7927,21 @@ module Aws::MediaConvert
|
|
7890
7927
|
# the service automatically detects it.
|
7891
7928
|
# @return [Array<String>]
|
7892
7929
|
#
|
7930
|
+
# @!attribute [rw] tams_settings
|
7931
|
+
# Specify a Time Addressable Media Store (TAMS) server as an input
|
7932
|
+
# source. TAMS is an open-source API specification that provides
|
7933
|
+
# access to time-segmented media content. Use TAMS to retrieve
|
7934
|
+
# specific time ranges from live or archived media streams. When you
|
7935
|
+
# specify TAMS settings, MediaConvert connects to your TAMS server,
|
7936
|
+
# retrieves the media segments for your specified time range, and
|
7937
|
+
# processes them as a single input. This enables workflows like
|
7938
|
+
# extracting clips from live streams or processing specific portions
|
7939
|
+
# of archived content. To use TAMS, you must: 1. Have access to a
|
7940
|
+
# TAMS-compliant server 2. Specify the server URL in the Input file
|
7941
|
+
# URL field 3. Provide the required SourceId and Timerange parameters
|
7942
|
+
# 4. Configure authentication, if your TAMS server requires it
|
7943
|
+
# @return [Types::InputTamsSettings]
|
7944
|
+
#
|
7893
7945
|
# @!attribute [rw] timecode_source
|
7894
7946
|
# Use this Timecode source setting, located under the input settings,
|
7895
7947
|
# to specify how the service counts input video frames. This input
|
@@ -7954,6 +8006,7 @@ module Aws::MediaConvert
|
|
7954
8006
|
:program_number,
|
7955
8007
|
:psi_control,
|
7956
8008
|
:supplemental_imps,
|
8009
|
+
:tams_settings,
|
7957
8010
|
:timecode_source,
|
7958
8011
|
:timecode_start,
|
7959
8012
|
:video_generator,
|
@@ -8045,6 +8098,77 @@ module Aws::MediaConvert
|
|
8045
8098
|
include Aws::Structure
|
8046
8099
|
end
|
8047
8100
|
|
8101
|
+
# Specify a Time Addressable Media Store (TAMS) server as an input
|
8102
|
+
# source. TAMS is an open-source API specification that provides access
|
8103
|
+
# to time-segmented media content. Use TAMS to retrieve specific time
|
8104
|
+
# ranges from live or archived media streams. When you specify TAMS
|
8105
|
+
# settings, MediaConvert connects to your TAMS server, retrieves the
|
8106
|
+
# media segments for your specified time range, and processes them as a
|
8107
|
+
# single input. This enables workflows like extracting clips from live
|
8108
|
+
# streams or processing specific portions of archived content. To use
|
8109
|
+
# TAMS, you must: 1. Have access to a TAMS-compliant server 2. Specify
|
8110
|
+
# the server URL in the Input file URL field 3. Provide the required
|
8111
|
+
# SourceId and Timerange parameters 4. Configure authentication, if your
|
8112
|
+
# TAMS server requires it
|
8113
|
+
#
|
8114
|
+
# @!attribute [rw] auth_connection_arn
|
8115
|
+
# Specify the ARN (Amazon Resource Name) of an EventBridge Connection
|
8116
|
+
# to authenticate with your TAMS server. The EventBridge Connection
|
8117
|
+
# stores your authentication credentials securely. MediaConvert
|
8118
|
+
# assumes your job's IAM role to access this connection, so ensure
|
8119
|
+
# the role has the events:RetrieveConnectionCredentials,
|
8120
|
+
# secretsmanager:DescribeSecret, and secretsmanager:GetSecretValue
|
8121
|
+
# permissions. Format:
|
8122
|
+
# arn:aws:events:region:account-id:connection/connection-name/unique-id
|
8123
|
+
# @return [String]
|
8124
|
+
#
|
8125
|
+
# @!attribute [rw] gap_handling
|
8126
|
+
# Specify how MediaConvert handles gaps between media segments in your
|
8127
|
+
# TAMS source. Gaps can occur in live streams due to network issues or
|
8128
|
+
# other interruptions. Choose from the following options: * Skip gaps
|
8129
|
+
# - Default. Skip over gaps and join segments together. This creates a
|
8130
|
+
# continuous output with no blank frames, but may cause timeline
|
8131
|
+
# discontinuities. * Fill with black - Insert black frames to fill
|
8132
|
+
# gaps between segments. This maintains timeline continuity but adds
|
8133
|
+
# black frames where content is missing. * Hold last frame - Repeat
|
8134
|
+
# the last frame before a gap until the next segment begins. This
|
8135
|
+
# maintains visual continuity during gaps.
|
8136
|
+
# @return [String]
|
8137
|
+
#
|
8138
|
+
# @!attribute [rw] source_id
|
8139
|
+
# Specify the unique identifier for the media source in your TAMS
|
8140
|
+
# server. MediaConvert uses this source ID to locate the appropriate
|
8141
|
+
# flows containing the media segments you want to process. The source
|
8142
|
+
# ID corresponds to a specific media source registered in your TAMS
|
8143
|
+
# server. This source must be of type urn:x-nmos:format:multi, and can
|
8144
|
+
# can reference multiple flows for audio, video, or combined
|
8145
|
+
# audio/video content. MediaConvert automatically selects the highest
|
8146
|
+
# quality flows available for your job. This setting is required when
|
8147
|
+
# include TAMS settings in your job.
|
8148
|
+
# @return [String]
|
8149
|
+
#
|
8150
|
+
# @!attribute [rw] timerange
|
8151
|
+
# Specify the time range of media segments to retrieve from your TAMS
|
8152
|
+
# server. MediaConvert fetches only the segments that fall within this
|
8153
|
+
# range. Use the format specified by your TAMS server implementation.
|
8154
|
+
# This must be two timestamp values with the format
|
8155
|
+
# \{sign?}\{seconds}:\{nanoseconds}, separated by an underscore,
|
8156
|
+
# surrounded by either parentheses or square brackets. Example:
|
8157
|
+
# \[15:0\_35:0) This setting is required when include TAMS settings in
|
8158
|
+
# your job.
|
8159
|
+
# @return [String]
|
8160
|
+
#
|
8161
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputTamsSettings AWS API Documentation
|
8162
|
+
#
|
8163
|
+
class InputTamsSettings < Struct.new(
|
8164
|
+
:auth_connection_arn,
|
8165
|
+
:gap_handling,
|
8166
|
+
:source_id,
|
8167
|
+
:timerange)
|
8168
|
+
SENSITIVE = []
|
8169
|
+
include Aws::Structure
|
8170
|
+
end
|
8171
|
+
|
8048
8172
|
# Specified video input in a template.
|
8049
8173
|
#
|
8050
8174
|
# @!attribute [rw] advanced_input_filter
|
@@ -13735,11 +13859,10 @@ module Aws::MediaConvert
|
|
13735
13859
|
# @!attribute [rw] codec
|
13736
13860
|
# Specifies the video codec. This must be equal to one of the enum
|
13737
13861
|
# values defined by the object VideoCodec. To passthrough the video
|
13738
|
-
# stream of your input
|
13739
|
-
#
|
13740
|
-
#
|
13741
|
-
#
|
13742
|
-
# be MXF or QuickTime MOV.
|
13862
|
+
# stream of your input without any video encoding: Choose Passthrough.
|
13863
|
+
# More information about passthrough codec support and job settings
|
13864
|
+
# requirements, see:
|
13865
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/video-passthrough-feature-restrictions.html
|
13743
13866
|
# @return [String]
|
13744
13867
|
#
|
13745
13868
|
# @!attribute [rw] frame_capture_settings
|
@@ -14089,9 +14212,9 @@ module Aws::MediaConvert
|
|
14089
14212
|
# To specify a different height for the cropping rectangle: Enter an
|
14090
14213
|
# integer representing the Unit type that you choose, either Pixels or
|
14091
14214
|
# Percentage. For example, when you enter 100 and choose Pixels, the
|
14092
|
-
# cropping rectangle will 100 pixels high. When you enter 10,
|
14093
|
-
# Percentage, and your overlay input video is 1920x1080, the
|
14094
|
-
# rectangle will be 108 pixels high.
|
14215
|
+
# cropping rectangle will be 100 pixels high. When you enter 10,
|
14216
|
+
# choose Percentage, and your overlay input video is 1920x1080, the
|
14217
|
+
# cropping rectangle will be 108 pixels high.
|
14095
14218
|
# @return [Integer]
|
14096
14219
|
#
|
14097
14220
|
# @!attribute [rw] unit
|
@@ -14106,9 +14229,9 @@ module Aws::MediaConvert
|
|
14106
14229
|
# To specify a different width for the cropping rectangle: Enter an
|
14107
14230
|
# integer representing the Unit type that you choose, either Pixels or
|
14108
14231
|
# Percentage. For example, when you enter 100 and choose Pixels, the
|
14109
|
-
# cropping rectangle will 100 pixels wide. When you enter 10,
|
14110
|
-
# Percentage, and your overlay input video is 1920x1080, the
|
14111
|
-
# rectangle will be 192 pixels wide.
|
14232
|
+
# cropping rectangle will be 100 pixels wide. When you enter 10,
|
14233
|
+
# choose Percentage, and your overlay input video is 1920x1080, the
|
14234
|
+
# cropping rectangle will be 192 pixels wide.
|
14112
14235
|
# @return [Integer]
|
14113
14236
|
#
|
14114
14237
|
# @!attribute [rw] x
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -291,6 +291,12 @@ module Aws
|
|
291
291
|
program_number: ::Integer?,
|
292
292
|
psi_control: ("IGNORE_PSI" | "USE_PSI")?,
|
293
293
|
supplemental_imps: Array[::String]?,
|
294
|
+
tams_settings: {
|
295
|
+
auth_connection_arn: ::String?,
|
296
|
+
gap_handling: ("SKIP_GAPS" | "FILL_WITH_BLACK" | "HOLD_LAST_FRAME")?,
|
297
|
+
source_id: ::String?,
|
298
|
+
timerange: ::String?
|
299
|
+
}?,
|
294
300
|
timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")?,
|
295
301
|
timecode_start: ::String?,
|
296
302
|
video_generator: {
|
@@ -762,12 +768,15 @@ module Aws
|
|
762
768
|
aac_settings: {
|
763
769
|
audio_description_broadcaster_mix: ("BROADCASTER_MIXED_AD" | "NORMAL")?,
|
764
770
|
bitrate: ::Integer?,
|
765
|
-
codec_profile: ("LC" | "HEV1" | "HEV2")?,
|
771
|
+
codec_profile: ("LC" | "HEV1" | "HEV2" | "XHE")?,
|
766
772
|
coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")?,
|
773
|
+
loudness_measurement_mode: ("PROGRAM" | "ANCHOR")?,
|
774
|
+
rap_interval: ::Integer?,
|
767
775
|
rate_control_mode: ("CBR" | "VBR")?,
|
768
776
|
raw_format: ("LATM_LOAS" | "NONE")?,
|
769
777
|
sample_rate: ::Integer?,
|
770
778
|
specification: ("MPEG2" | "MPEG4")?,
|
779
|
+
target_loudness_range: ::Integer?,
|
771
780
|
vbr_quality: ("LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH")?
|
772
781
|
}?,
|
773
782
|
ac_3_settings: {
|
@@ -2248,12 +2257,15 @@ module Aws
|
|
2248
2257
|
aac_settings: {
|
2249
2258
|
audio_description_broadcaster_mix: ("BROADCASTER_MIXED_AD" | "NORMAL")?,
|
2250
2259
|
bitrate: ::Integer?,
|
2251
|
-
codec_profile: ("LC" | "HEV1" | "HEV2")?,
|
2260
|
+
codec_profile: ("LC" | "HEV1" | "HEV2" | "XHE")?,
|
2252
2261
|
coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")?,
|
2262
|
+
loudness_measurement_mode: ("PROGRAM" | "ANCHOR")?,
|
2263
|
+
rap_interval: ::Integer?,
|
2253
2264
|
rate_control_mode: ("CBR" | "VBR")?,
|
2254
2265
|
raw_format: ("LATM_LOAS" | "NONE")?,
|
2255
2266
|
sample_rate: ::Integer?,
|
2256
2267
|
specification: ("MPEG2" | "MPEG4")?,
|
2268
|
+
target_loudness_range: ::Integer?,
|
2257
2269
|
vbr_quality: ("LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH")?
|
2258
2270
|
}?,
|
2259
2271
|
ac_3_settings: {
|
@@ -3114,12 +3126,15 @@ module Aws
|
|
3114
3126
|
aac_settings: {
|
3115
3127
|
audio_description_broadcaster_mix: ("BROADCASTER_MIXED_AD" | "NORMAL")?,
|
3116
3128
|
bitrate: ::Integer?,
|
3117
|
-
codec_profile: ("LC" | "HEV1" | "HEV2")?,
|
3129
|
+
codec_profile: ("LC" | "HEV1" | "HEV2" | "XHE")?,
|
3118
3130
|
coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")?,
|
3131
|
+
loudness_measurement_mode: ("PROGRAM" | "ANCHOR")?,
|
3132
|
+
rap_interval: ::Integer?,
|
3119
3133
|
rate_control_mode: ("CBR" | "VBR")?,
|
3120
3134
|
raw_format: ("LATM_LOAS" | "NONE")?,
|
3121
3135
|
sample_rate: ::Integer?,
|
3122
3136
|
specification: ("MPEG2" | "MPEG4")?,
|
3137
|
+
target_loudness_range: ::Integer?,
|
3123
3138
|
vbr_quality: ("LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH")?
|
3124
3139
|
}?,
|
3125
3140
|
ac_3_settings: {
|
@@ -4837,12 +4852,15 @@ module Aws
|
|
4837
4852
|
aac_settings: {
|
4838
4853
|
audio_description_broadcaster_mix: ("BROADCASTER_MIXED_AD" | "NORMAL")?,
|
4839
4854
|
bitrate: ::Integer?,
|
4840
|
-
codec_profile: ("LC" | "HEV1" | "HEV2")?,
|
4855
|
+
codec_profile: ("LC" | "HEV1" | "HEV2" | "XHE")?,
|
4841
4856
|
coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")?,
|
4857
|
+
loudness_measurement_mode: ("PROGRAM" | "ANCHOR")?,
|
4858
|
+
rap_interval: ::Integer?,
|
4842
4859
|
rate_control_mode: ("CBR" | "VBR")?,
|
4843
4860
|
raw_format: ("LATM_LOAS" | "NONE")?,
|
4844
4861
|
sample_rate: ::Integer?,
|
4845
4862
|
specification: ("MPEG2" | "MPEG4")?,
|
4863
|
+
target_loudness_range: ::Integer?,
|
4846
4864
|
vbr_quality: ("LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH")?
|
4847
4865
|
}?,
|
4848
4866
|
ac_3_settings: {
|
@@ -5702,12 +5720,15 @@ module Aws
|
|
5702
5720
|
aac_settings: {
|
5703
5721
|
audio_description_broadcaster_mix: ("BROADCASTER_MIXED_AD" | "NORMAL")?,
|
5704
5722
|
bitrate: ::Integer?,
|
5705
|
-
codec_profile: ("LC" | "HEV1" | "HEV2")?,
|
5723
|
+
codec_profile: ("LC" | "HEV1" | "HEV2" | "XHE")?,
|
5706
5724
|
coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")?,
|
5725
|
+
loudness_measurement_mode: ("PROGRAM" | "ANCHOR")?,
|
5726
|
+
rap_interval: ::Integer?,
|
5707
5727
|
rate_control_mode: ("CBR" | "VBR")?,
|
5708
5728
|
raw_format: ("LATM_LOAS" | "NONE")?,
|
5709
5729
|
sample_rate: ::Integer?,
|
5710
5730
|
specification: ("MPEG2" | "MPEG4")?,
|
5731
|
+
target_loudness_range: ::Integer?,
|
5711
5732
|
vbr_quality: ("LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH")?
|
5712
5733
|
}?,
|
5713
5734
|
ac_3_settings: {
|
data/sig/types.rbs
CHANGED
@@ -11,12 +11,15 @@ module Aws::MediaConvert
|
|
11
11
|
class AacSettings
|
12
12
|
attr_accessor audio_description_broadcaster_mix: ("BROADCASTER_MIXED_AD" | "NORMAL")
|
13
13
|
attr_accessor bitrate: ::Integer
|
14
|
-
attr_accessor codec_profile: ("LC" | "HEV1" | "HEV2")
|
14
|
+
attr_accessor codec_profile: ("LC" | "HEV1" | "HEV2" | "XHE")
|
15
15
|
attr_accessor coding_mode: ("AD_RECEIVER_MIX" | "CODING_MODE_1_0" | "CODING_MODE_1_1" | "CODING_MODE_2_0" | "CODING_MODE_5_1")
|
16
|
+
attr_accessor loudness_measurement_mode: ("PROGRAM" | "ANCHOR")
|
17
|
+
attr_accessor rap_interval: ::Integer
|
16
18
|
attr_accessor rate_control_mode: ("CBR" | "VBR")
|
17
19
|
attr_accessor raw_format: ("LATM_LOAS" | "NONE")
|
18
20
|
attr_accessor sample_rate: ::Integer
|
19
21
|
attr_accessor specification: ("MPEG2" | "MPEG4")
|
22
|
+
attr_accessor target_loudness_range: ::Integer
|
20
23
|
attr_accessor vbr_quality: ("LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH")
|
21
24
|
SENSITIVE: []
|
22
25
|
end
|
@@ -452,7 +455,7 @@ module Aws::MediaConvert
|
|
452
455
|
|
453
456
|
class Container
|
454
457
|
attr_accessor duration: ::Float
|
455
|
-
attr_accessor format: ("mp4" | "quicktime" | "matroska" | "webm")
|
458
|
+
attr_accessor format: ("mp4" | "quicktime" | "matroska" | "webm" | "mxf")
|
456
459
|
attr_accessor tracks: ::Array[Types::Track]
|
457
460
|
SENSITIVE: []
|
458
461
|
end
|
@@ -1222,6 +1225,7 @@ module Aws::MediaConvert
|
|
1222
1225
|
attr_accessor program_number: ::Integer
|
1223
1226
|
attr_accessor psi_control: ("IGNORE_PSI" | "USE_PSI")
|
1224
1227
|
attr_accessor supplemental_imps: ::Array[::String]
|
1228
|
+
attr_accessor tams_settings: Types::InputTamsSettings
|
1225
1229
|
attr_accessor timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")
|
1226
1230
|
attr_accessor timecode_start: ::String
|
1227
1231
|
attr_accessor video_generator: Types::InputVideoGenerator
|
@@ -1244,6 +1248,14 @@ module Aws::MediaConvert
|
|
1244
1248
|
SENSITIVE: []
|
1245
1249
|
end
|
1246
1250
|
|
1251
|
+
class InputTamsSettings
|
1252
|
+
attr_accessor auth_connection_arn: ::String
|
1253
|
+
attr_accessor gap_handling: ("SKIP_GAPS" | "FILL_WITH_BLACK" | "HOLD_LAST_FRAME")
|
1254
|
+
attr_accessor source_id: ::String
|
1255
|
+
attr_accessor timerange: ::String
|
1256
|
+
SENSITIVE: []
|
1257
|
+
end
|
1258
|
+
|
1247
1259
|
class InputTemplate
|
1248
1260
|
attr_accessor advanced_input_filter: ("ENABLED" | "DISABLED")
|
1249
1261
|
attr_accessor advanced_input_filter_settings: Types::AdvancedInputFilterSettings
|
@@ -2148,7 +2160,7 @@ module Aws::MediaConvert
|
|
2148
2160
|
|
2149
2161
|
class Track
|
2150
2162
|
attr_accessor audio_properties: Types::AudioProperties
|
2151
|
-
attr_accessor codec: ("UNKNOWN" | "AAC" | "AC3" | "EAC3" | "FLAC" | "MP3" | "OPUS" | "PCM" | "VORBIS" | "AV1" | "AVC" | "HEVC" | "MJPEG" | "MP4V" | "MPEG2" | "PRORES" | "THEORA" | "VP8" | "VP9" | "C608" | "C708" | "WEBVTT")
|
2163
|
+
attr_accessor codec: ("UNKNOWN" | "AAC" | "AC3" | "EAC3" | "FLAC" | "MP3" | "OPUS" | "PCM" | "VORBIS" | "AV1" | "AVC" | "HEVC" | "JPEG2000" | "MJPEG" | "MP4V" | "MPEG2" | "PRORES" | "THEORA" | "VP8" | "VP9" | "C608" | "C708" | "WEBVTT")
|
2152
2164
|
attr_accessor data_properties: Types::DataProperties
|
2153
2165
|
attr_accessor duration: ::Float
|
2154
2166
|
attr_accessor index: ::Integer
|