aws-sdk-mediaconvert 1.100.0 → 1.101.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e5e29198cd5f6114dbc9c6c2ca1cf610bf031e2b872fea773ecfdaff394ac88
4
- data.tar.gz: 527e56bc76d7a0ee6438c49db114f5cb1537acd8796d5b81bd243139e9f81ed9
3
+ metadata.gz: e698ad0ae6e0119c58a8e6b5fb69c2c87003975362a1657ca07ac6866b88d65d
4
+ data.tar.gz: 6dc4736d6307a823a0c729daa6fb8a6a25631a62854aaf84ccac76e65848893f
5
5
  SHA512:
6
- metadata.gz: 2464f203f3b84486af4a38489b19de51a4b29d86003c051f80ff5cb345f602462f05fe293b40d86173587f915c34083ca4ab923ec5ce836fd67b162627e9fd9d
7
- data.tar.gz: a4f10f61a2e00386a462621397cff51367fbc96acb5e8de2bf9ae671d698fdab4c4f222eabb7e60726d062caf7c5228d662d92bf84400ede1f474eed6e3db7f5
6
+ metadata.gz: 467570c61fae671869c6251b4a3c1b520172d46d364f6ac044482235128d2f4765040f5ba823d055ef7f04f725496c00ae4c7eebc65612c123aead4aea5d4b13
7
+ data.tar.gz: b9773d209f6a5d150301e4f2433817ae6ef20386a3968b7944467bf34201eafa9bb99e45154db41ab89c32abbfd03e0ba6a9e336745f7ce3e5568dac04653c4a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2023-02-27)
5
+ ------------------
6
+
7
+ * Feature - The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
8
+
4
9
  1.100.0 (2023-02-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -1198,6 +1198,8 @@ module Aws::MediaConvert
1198
1198
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
1199
1199
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
1200
1200
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
1201
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
1202
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
1201
1203
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
1202
1204
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
1203
1205
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -1430,6 +1432,7 @@ module Aws::MediaConvert
1430
1432
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
1431
1433
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
1432
1434
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
1435
+ # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
1433
1436
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hue #=> Integer
1434
1437
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
1435
1438
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -2228,6 +2231,8 @@ module Aws::MediaConvert
2228
2231
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
2229
2232
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
2230
2233
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
2234
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
2235
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
2231
2236
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
2232
2237
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
2233
2238
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -2460,6 +2465,7 @@ module Aws::MediaConvert
2460
2465
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
2461
2466
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
2462
2467
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
2468
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
2463
2469
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hue #=> Integer
2464
2470
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
2465
2471
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -2956,6 +2962,10 @@ module Aws::MediaConvert
2956
2962
  # },
2957
2963
  # h264_settings: {
2958
2964
  # adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
2965
+ # bandwidth_reduction_filter: {
2966
+ # sharpening: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
2967
+ # strength: "LOW", # accepts LOW, MEDIUM, HIGH, AUTO, OFF
2968
+ # },
2959
2969
  # bitrate: 1,
2960
2970
  # codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
2961
2971
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
@@ -3228,6 +3238,7 @@ module Aws::MediaConvert
3228
3238
  # white_point_x: 1,
3229
3239
  # white_point_y: 1,
3230
3240
  # },
3241
+ # hdr_to_sdr_tone_mapper: "PRESERVE_DETAILS", # accepts PRESERVE_DETAILS, VIBRANT
3231
3242
  # hue: 1,
3232
3243
  # sample_range_conversion: "LIMITED_RANGE_SQUEEZE", # accepts LIMITED_RANGE_SQUEEZE, NONE, LIMITED_RANGE_CLIP
3233
3244
  # saturation: 1,
@@ -3624,6 +3635,8 @@ module Aws::MediaConvert
3624
3635
  # resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
3625
3636
  # resp.preset.settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
3626
3637
  # resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
3638
+ # resp.preset.settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
3639
+ # resp.preset.settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
3627
3640
  # resp.preset.settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
3628
3641
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
3629
3642
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -3856,6 +3869,7 @@ module Aws::MediaConvert
3856
3869
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
3857
3870
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
3858
3871
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
3872
+ # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
3859
3873
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hue #=> Integer
3860
3874
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
3861
3875
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -4857,6 +4871,8 @@ module Aws::MediaConvert
4857
4871
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
4858
4872
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
4859
4873
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
4874
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
4875
+ # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
4860
4876
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
4861
4877
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
4862
4878
  # resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -5089,6 +5105,7 @@ module Aws::MediaConvert
5089
5105
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
5090
5106
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
5091
5107
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
5108
+ # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
5092
5109
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hue #=> Integer
5093
5110
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
5094
5111
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -5846,6 +5863,8 @@ module Aws::MediaConvert
5846
5863
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
5847
5864
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
5848
5865
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
5866
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
5867
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
5849
5868
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
5850
5869
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
5851
5870
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -6078,6 +6097,7 @@ module Aws::MediaConvert
6078
6097
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
6079
6098
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
6080
6099
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
6100
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
6081
6101
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hue #=> Integer
6082
6102
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
6083
6103
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -6493,6 +6513,8 @@ module Aws::MediaConvert
6493
6513
  # resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
6494
6514
  # resp.preset.settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
6495
6515
  # resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
6516
+ # resp.preset.settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
6517
+ # resp.preset.settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
6496
6518
  # resp.preset.settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
6497
6519
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
6498
6520
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -6725,6 +6747,7 @@ module Aws::MediaConvert
6725
6747
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
6726
6748
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
6727
6749
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
6750
+ # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
6728
6751
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hue #=> Integer
6729
6752
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
6730
6753
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -7541,6 +7564,8 @@ module Aws::MediaConvert
7541
7564
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
7542
7565
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
7543
7566
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
7567
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
7568
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
7544
7569
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
7545
7570
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
7546
7571
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -7773,6 +7798,7 @@ module Aws::MediaConvert
7773
7798
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
7774
7799
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
7775
7800
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
7801
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
7776
7802
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hue #=> Integer
7777
7803
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
7778
7804
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -8581,6 +8607,8 @@ module Aws::MediaConvert
8581
8607
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
8582
8608
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
8583
8609
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
8610
+ # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
8611
+ # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
8584
8612
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
8585
8613
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
8586
8614
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -8813,6 +8841,7 @@ module Aws::MediaConvert
8813
8841
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
8814
8842
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
8815
8843
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
8844
+ # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
8816
8845
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hue #=> Integer
8817
8846
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
8818
8847
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -9245,6 +9274,8 @@ module Aws::MediaConvert
9245
9274
  # resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
9246
9275
  # resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
9247
9276
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
9277
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
9278
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
9248
9279
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
9249
9280
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
9250
9281
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -9477,6 +9508,7 @@ module Aws::MediaConvert
9477
9508
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
9478
9509
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
9479
9510
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
9511
+ # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
9480
9512
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hue #=> Integer
9481
9513
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
9482
9514
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -10449,6 +10481,8 @@ module Aws::MediaConvert
10449
10481
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
10450
10482
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
10451
10483
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
10484
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
10485
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
10452
10486
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
10453
10487
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
10454
10488
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -10681,6 +10715,7 @@ module Aws::MediaConvert
10681
10715
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
10682
10716
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
10683
10717
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
10718
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
10684
10719
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hue #=> Integer
10685
10720
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
10686
10721
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -11171,6 +11206,10 @@ module Aws::MediaConvert
11171
11206
  # },
11172
11207
  # h264_settings: {
11173
11208
  # adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
11209
+ # bandwidth_reduction_filter: {
11210
+ # sharpening: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
11211
+ # strength: "LOW", # accepts LOW, MEDIUM, HIGH, AUTO, OFF
11212
+ # },
11174
11213
  # bitrate: 1,
11175
11214
  # codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
11176
11215
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
@@ -11443,6 +11482,7 @@ module Aws::MediaConvert
11443
11482
  # white_point_x: 1,
11444
11483
  # white_point_y: 1,
11445
11484
  # },
11485
+ # hdr_to_sdr_tone_mapper: "PRESERVE_DETAILS", # accepts PRESERVE_DETAILS, VIBRANT
11446
11486
  # hue: 1,
11447
11487
  # sample_range_conversion: "LIMITED_RANGE_SQUEEZE", # accepts LIMITED_RANGE_SQUEEZE, NONE, LIMITED_RANGE_CLIP
11448
11488
  # saturation: 1,
@@ -11836,6 +11876,8 @@ module Aws::MediaConvert
11836
11876
  # resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
11837
11877
  # resp.preset.settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
11838
11878
  # resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
11879
+ # resp.preset.settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
11880
+ # resp.preset.settings.video_description.codec_settings.h264_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
11839
11881
  # resp.preset.settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
11840
11882
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
11841
11883
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
@@ -12068,6 +12110,7 @@ module Aws::MediaConvert
12068
12110
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.red_primary_y #=> Integer
12069
12111
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_x #=> Integer
12070
12112
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.white_point_y #=> Integer
12113
+ # resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_to_sdr_tone_mapper #=> String, one of "PRESERVE_DETAILS", "VIBRANT"
12071
12114
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.hue #=> Integer
12072
12115
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.sample_range_conversion #=> String, one of "LIMITED_RANGE_SQUEEZE", "NONE", "LIMITED_RANGE_CLIP"
12073
12116
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.saturation #=> Integer
@@ -12204,7 +12247,7 @@ module Aws::MediaConvert
12204
12247
  params: params,
12205
12248
  config: config)
12206
12249
  context[:gem_name] = 'aws-sdk-mediaconvert'
12207
- context[:gem_version] = '1.100.0'
12250
+ context[:gem_version] = '1.101.0'
12208
12251
  Seahorse::Client::Request.new(handlers, context)
12209
12252
  end
12210
12253
 
@@ -82,6 +82,9 @@ module Aws::MediaConvert
82
82
  AvcIntraUhdQualityTuningLevel = Shapes::StringShape.new(name: 'AvcIntraUhdQualityTuningLevel')
83
83
  AvcIntraUhdSettings = Shapes::StructureShape.new(name: 'AvcIntraUhdSettings')
84
84
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
85
+ BandwidthReductionFilter = Shapes::StructureShape.new(name: 'BandwidthReductionFilter')
86
+ BandwidthReductionFilterSharpening = Shapes::StringShape.new(name: 'BandwidthReductionFilterSharpening')
87
+ BandwidthReductionFilterStrength = Shapes::StringShape.new(name: 'BandwidthReductionFilterStrength')
85
88
  BillingTagsSource = Shapes::StringShape.new(name: 'BillingTagsSource')
86
89
  BurnInSubtitleStylePassthrough = Shapes::StringShape.new(name: 'BurnInSubtitleStylePassthrough')
87
90
  BurninDestinationSettings = Shapes::StructureShape.new(name: 'BurninDestinationSettings')
@@ -326,6 +329,7 @@ module Aws::MediaConvert
326
329
  H265Tiles = Shapes::StringShape.new(name: 'H265Tiles')
327
330
  H265UnregisteredSeiTimecode = Shapes::StringShape.new(name: 'H265UnregisteredSeiTimecode')
328
331
  H265WriteMp4PackagingType = Shapes::StringShape.new(name: 'H265WriteMp4PackagingType')
332
+ HDRToSDRToneMapper = Shapes::StringShape.new(name: 'HDRToSDRToneMapper')
329
333
  Hdr10Metadata = Shapes::StructureShape.new(name: 'Hdr10Metadata')
330
334
  Hdr10Plus = Shapes::StructureShape.new(name: 'Hdr10Plus')
331
335
  HlsAdMarkers = Shapes::StringShape.new(name: 'HlsAdMarkers')
@@ -842,8 +846,7 @@ module Aws::MediaConvert
842
846
  __stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
843
847
  __stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
844
848
  __stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
845
- __stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCFFLLAAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAAATTMMOOSSHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAAATTMMOOSS = Shapes::StringShape.new(name: '__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCFFLLAAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAAATTMMOOSSHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAAATTMMOOSS')
846
- __stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCFFLLAAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEAATTMMOOSSOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEAATTMMOOSSOOGGGGaA = Shapes::StringShape.new(name: '__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCFFLLAAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEAATTMMOOSSOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEAATTMMOOSSOOGGGGaA')
849
+ __stringPatternS3Https = Shapes::StringShape.new(name: '__stringPatternS3Https')
847
850
  __stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
848
851
  __stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
849
852
  __stringPatternW = Shapes::StringShape.new(name: '__stringPatternW')
@@ -938,7 +941,7 @@ module Aws::MediaConvert
938
941
  AudioSelector.add_member(:audio_duration_correction, Shapes::ShapeRef.new(shape: AudioDurationCorrection, location_name: "audioDurationCorrection"))
939
942
  AudioSelector.add_member(:custom_language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3PatternAZaZ3, location_name: "customLanguageCode"))
940
943
  AudioSelector.add_member(:default_selection, Shapes::ShapeRef.new(shape: AudioDefaultSelection, location_name: "defaultSelection"))
941
- AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCFFLLAAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEAATTMMOOSSOOGGGGaAHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEAATTMMOOSSOOGGGGaA, location_name: "externalAudioFileInput"))
944
+ AudioSelector.add_member(:external_audio_file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "externalAudioFileInput"))
942
945
  AudioSelector.add_member(:hls_rendition_group_settings, Shapes::ShapeRef.new(shape: HlsRenditionGroupSettings, location_name: "hlsRenditionGroupSettings"))
943
946
  AudioSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "languageCode"))
944
947
  AudioSelector.add_member(:offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "offset"))
@@ -1008,6 +1011,10 @@ module Aws::MediaConvert
1008
1011
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1009
1012
  BadRequestException.struct_class = Types::BadRequestException
1010
1013
 
1014
+ BandwidthReductionFilter.add_member(:sharpening, Shapes::ShapeRef.new(shape: BandwidthReductionFilterSharpening, location_name: "sharpening"))
1015
+ BandwidthReductionFilter.add_member(:strength, Shapes::ShapeRef.new(shape: BandwidthReductionFilterStrength, location_name: "strength"))
1016
+ BandwidthReductionFilter.struct_class = Types::BandwidthReductionFilter
1017
+
1011
1018
  BurninDestinationSettings.add_member(:alignment, Shapes::ShapeRef.new(shape: BurninSubtitleAlignment, location_name: "alignment"))
1012
1019
  BurninDestinationSettings.add_member(:apply_font_color, Shapes::ShapeRef.new(shape: BurninSubtitleApplyFontColor, location_name: "applyFontColor"))
1013
1020
  BurninDestinationSettings.add_member(:background_color, Shapes::ShapeRef.new(shape: BurninSubtitleBackgroundColor, location_name: "backgroundColor"))
@@ -1159,6 +1166,7 @@ module Aws::MediaConvert
1159
1166
  ColorCorrector.add_member(:color_space_conversion, Shapes::ShapeRef.new(shape: ColorSpaceConversion, location_name: "colorSpaceConversion"))
1160
1167
  ColorCorrector.add_member(:contrast, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "contrast"))
1161
1168
  ColorCorrector.add_member(:hdr_10_metadata, Shapes::ShapeRef.new(shape: Hdr10Metadata, location_name: "hdr10Metadata"))
1169
+ ColorCorrector.add_member(:hdr_to_sdr_tone_mapper, Shapes::ShapeRef.new(shape: HDRToSDRToneMapper, location_name: "hdrToSdrToneMapper"))
1162
1170
  ColorCorrector.add_member(:hue, Shapes::ShapeRef.new(shape: __integerMinNegative180Max180, location_name: "hue"))
1163
1171
  ColorCorrector.add_member(:sample_range_conversion, Shapes::ShapeRef.new(shape: SampleRangeConversion, location_name: "sampleRangeConversion"))
1164
1172
  ColorCorrector.add_member(:saturation, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "saturation"))
@@ -1504,6 +1512,7 @@ module Aws::MediaConvert
1504
1512
  H264QvbrSettings.struct_class = Types::H264QvbrSettings
1505
1513
 
1506
1514
  H264Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H264AdaptiveQuantization, location_name: "adaptiveQuantization"))
1515
+ H264Settings.add_member(:bandwidth_reduction_filter, Shapes::ShapeRef.new(shape: BandwidthReductionFilter, location_name: "bandwidthReductionFilter"))
1507
1516
  H264Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "bitrate"))
1508
1517
  H264Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H264CodecLevel, location_name: "codecLevel"))
1509
1518
  H264Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H264CodecProfile, location_name: "codecProfile"))
@@ -1711,7 +1720,7 @@ module Aws::MediaConvert
1711
1720
  Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
1712
1721
  Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
1713
1722
  Input.add_member(:dolby_vision_metadata_xml, Shapes::ShapeRef.new(shape: __stringMin14PatternS3XmlXMLHttpsXmlXML, location_name: "dolbyVisionMetadataXml"))
1714
- Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCFFLLAAAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAAATTMMOOSSHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVaAFFLLAACCAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLOOGGGGaAAATTMMOOSS, location_name: "fileInput"))
1723
+ Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "fileInput"))
1715
1724
  Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
1716
1725
  Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin0Max5, location_name: "filterStrength"))
1717
1726
  Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
@@ -50,9 +50,6 @@ module Aws::MediaConvert
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?
@@ -14,45 +14,48 @@ module Aws::MediaConvert
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint)
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
+ end
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
19
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
37
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.amazonaws.com", headers: {}, properties: {})
38
+ end
39
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
40
+ end
41
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
21
42
  end
22
43
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
33
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
36
- return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.amazonaws.com", headers: {}, properties: {})
44
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
45
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
37
46
  end
38
- return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
47
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
39
48
  end
40
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
41
- end
42
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
43
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
44
- return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
49
+ if Aws::Endpoints::Matchers.string_equals?(region, "cn-northwest-1")
50
+ return Aws::Endpoints::Endpoint.new(url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {})
45
51
  end
46
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
47
- end
48
- if Aws::Endpoints::Matchers.string_equals?(region, "cn-northwest-1")
49
- return Aws::Endpoints::Endpoint.new(url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {})
50
- end
51
- if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
52
- return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
52
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
53
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
54
+ end
55
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
53
56
  end
54
- return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
55
57
  end
58
+ raise ArgumentError, "Invalid Configuration: Missing Region"
56
59
  raise ArgumentError, 'No endpoint could be resolved'
57
60
 
58
61
  end
@@ -1330,6 +1330,46 @@ module Aws::MediaConvert
1330
1330
  include Aws::Structure
1331
1331
  end
1332
1332
 
1333
+ # The Bandwidth reduction filter increases the video quality of your
1334
+ # output relative to its bitrate. Use to lower the bitrate of your
1335
+ # constant quality QVBR output, with little or no perceptual decrease in
1336
+ # quality. Or, use to increase the video quality of outputs with other
1337
+ # rate control modes relative to the bitrate that you specify. Bandwidth
1338
+ # reduction increases further when your input is low quality or
1339
+ # noisy.Outputs that use this feature incur pro-tier pricing.When you
1340
+ # include Bandwidth reduction filter, you cannot include the Noise
1341
+ # reducer preprocessor.
1342
+ #
1343
+ # @!attribute [rw] sharpening
1344
+ # Optionally specify the level of sharpening to apply when you use the
1345
+ # Bandwidth reduction filter. Sharpening adds contrast to the edges of
1346
+ # your video content and can reduce softness. Keep the default value
1347
+ # Off to apply no sharpening. Set Sharpening strength to Low to apply
1348
+ # a minimal amount of sharpening, or High to apply a maximum amount of
1349
+ # sharpening.
1350
+ # @return [String]
1351
+ #
1352
+ # @!attribute [rw] strength
1353
+ # Specify the strength of the Bandwidth reduction filter. For most
1354
+ # workflows, we recommend that you choose Auto. Your output bandwidth
1355
+ # will be reduced by at least 8 percent with no perceptual decrease in
1356
+ # video quality. If your output bandwidth isn't constrained, set
1357
+ # Filter strength to Low or Medium. Low results in minimal to no
1358
+ # impact in perceptual quality. For more bandwidth reduction, choose
1359
+ # High. The filter helps equalize quality between all scenes and
1360
+ # increases video softness. We recommend that you choose High for low
1361
+ # bitrate outputs.
1362
+ # @return [String]
1363
+ #
1364
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/BandwidthReductionFilter AWS API Documentation
1365
+ #
1366
+ class BandwidthReductionFilter < Struct.new(
1367
+ :sharpening,
1368
+ :strength)
1369
+ SENSITIVE = []
1370
+ include Aws::Structure
1371
+ end
1372
+
1333
1373
  # Burn-in is a captions delivery method, rather than a captions format.
1334
1374
  # Burn-in writes the captions directly on your video frames, replacing
1335
1375
  # pixels of video content with the captions. Set up burn-in captions in
@@ -2585,7 +2625,7 @@ module Aws::MediaConvert
2585
2625
  #
2586
2626
  # @!attribute [rw] timed_metadata_scheme_id_uri
2587
2627
  # Specify the event message box (eMSG) scheme ID URI (scheme\_id\_uri)
2588
- # for ID3 timed metadata in your output. For more informaiton, see
2628
+ # for ID3 timed metadata in your output. For more information, see
2589
2629
  # ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to
2590
2630
  # use the default value: https://aomedia.org/emsg/ID3 When you specify
2591
2631
  # a value for ID3 metadata scheme ID URI, you must also set ID3
@@ -2594,7 +2634,7 @@ module Aws::MediaConvert
2594
2634
  #
2595
2635
  # @!attribute [rw] timed_metadata_value
2596
2636
  # Specify the event message box (eMSG) value for ID3 timed metadata in
2597
- # your output. For more informaiton, see ISO/IEC 23009-1:2022 section
2637
+ # your output. For more information, see ISO/IEC 23009-1:2022 section
2598
2638
  # 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata
2599
2639
  # Value, you must also set ID3 metadata (timedMetadata) to
2600
2640
  # Passthrough.
@@ -2666,6 +2706,22 @@ module Aws::MediaConvert
2666
2706
  # https://docs.aws.amazon.com/console/mediaconvert/hdr.
2667
2707
  # @return [Types::Hdr10Metadata]
2668
2708
  #
2709
+ # @!attribute [rw] hdr_to_sdr_tone_mapper
2710
+ # Specify how MediaConvert maps brightness and colors from your HDR
2711
+ # input to your SDR output. The mode that you select represents a
2712
+ # creative choice, with different tradeoffs in the details and tones
2713
+ # of your output. To maintain details in bright or saturated areas of
2714
+ # your output: Choose Preserve details. For some sources, your SDR
2715
+ # output may look less bright and less saturated when compared to your
2716
+ # HDR source. MediaConvert automatically applies this mode for HLG
2717
+ # sources, regardless of your choice. For a bright and saturated
2718
+ # output: Choose Vibrant. We recommend that you choose this mode when
2719
+ # any of your source content is HDR10, and for the best results when
2720
+ # it is mastered for 1000 nits. You may notice loss of details in
2721
+ # bright or saturated areas of your output. HDR to SDR tone mapping
2722
+ # has no effect when your input is SDR.
2723
+ # @return [String]
2724
+ #
2669
2725
  # @!attribute [rw] hue
2670
2726
  # Hue in degrees.
2671
2727
  # @return [Integer]
@@ -2715,6 +2771,7 @@ module Aws::MediaConvert
2715
2771
  :color_space_conversion,
2716
2772
  :contrast,
2717
2773
  :hdr_10_metadata,
2774
+ :hdr_to_sdr_tone_mapper,
2718
2775
  :hue,
2719
2776
  :sample_range_conversion,
2720
2777
  :saturation,
@@ -4746,9 +4803,9 @@ module Aws::MediaConvert
4746
4803
  # EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
4747
4804
  #
4748
4805
  # @!attribute [rw] copy_protection_action
4749
- # The action to take on content advisory XDS packets. If you select
4750
- # PASSTHROUGH, packets will not be changed. If you select STRIP, any
4751
- # packets will be removed in output captions.
4806
+ # The action to take on copy and redistribution control XDS packets.
4807
+ # If you select PASSTHROUGH, packets will not be changed. If you
4808
+ # select STRIP, any packets will be removed in output captions.
4752
4809
  # @return [String]
4753
4810
  #
4754
4811
  # @!attribute [rw] vchip_action
@@ -5183,6 +5240,18 @@ module Aws::MediaConvert
5183
5240
  # H264TemporalAdaptiveQuantization.
5184
5241
  # @return [String]
5185
5242
  #
5243
+ # @!attribute [rw] bandwidth_reduction_filter
5244
+ # The Bandwidth reduction filter increases the video quality of your
5245
+ # output relative to its bitrate. Use to lower the bitrate of your
5246
+ # constant quality QVBR output, with little or no perceptual decrease
5247
+ # in quality. Or, use to increase the video quality of outputs with
5248
+ # other rate control modes relative to the bitrate that you specify.
5249
+ # Bandwidth reduction increases further when your input is low quality
5250
+ # or noisy.Outputs that use this feature incur pro-tier pricing.When
5251
+ # you include Bandwidth reduction filter, you cannot include the Noise
5252
+ # reducer preprocessor.
5253
+ # @return [Types::BandwidthReductionFilter]
5254
+ #
5186
5255
  # @!attribute [rw] bitrate
5187
5256
  # Specify the average bitrate in bits per second. Required for VBR and
5188
5257
  # CBR. For MS Smooth outputs, bitrates must be unique when rounded
@@ -5609,6 +5678,7 @@ module Aws::MediaConvert
5609
5678
  #
5610
5679
  class H264Settings < Struct.new(
5611
5680
  :adaptive_quantization,
5681
+ :bandwidth_reduction_filter,
5612
5682
  :bitrate,
5613
5683
  :codec_level,
5614
5684
  :codec_profile,
@@ -9470,7 +9540,7 @@ module Aws::MediaConvert
9470
9540
  #
9471
9541
  # @!attribute [rw] timed_metadata_scheme_id_uri
9472
9542
  # Specify the event message box (eMSG) scheme ID URI (scheme\_id\_uri)
9473
- # for ID3 timed metadata in your output. For more informaiton, see
9543
+ # for ID3 timed metadata in your output. For more information, see
9474
9544
  # ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to
9475
9545
  # use the default value: https://aomedia.org/emsg/ID3 When you specify
9476
9546
  # a value for ID3 metadata scheme ID URI, you must also set ID3
@@ -9479,7 +9549,7 @@ module Aws::MediaConvert
9479
9549
  #
9480
9550
  # @!attribute [rw] timed_metadata_value
9481
9551
  # Specify the event message box (eMSG) value for ID3 timed metadata in
9482
- # your output. For more informaiton, see ISO/IEC 23009-1:2022 section
9552
+ # your output. For more information, see ISO/IEC 23009-1:2022 section
9483
9553
  # 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata
9484
9554
  # Value, you must also set ID3 metadata (timedMetadata) to
9485
9555
  # Passthrough.
@@ -10263,11 +10333,12 @@ module Aws::MediaConvert
10263
10333
  include Aws::Structure
10264
10334
  end
10265
10335
 
10266
- # Enable the Noise reducer (NoiseReducer) feature to remove noise from
10267
- # your video output if necessary. Enable or disable this feature for
10268
- # each output individually. This setting is disabled by default. When
10269
- # you enable Noise reducer (NoiseReducer), you must also select a value
10270
- # for Noise reducer filter (NoiseReducerFilter).
10336
+ # Enable the Noise reducer feature to remove noise from your video
10337
+ # output if necessary. Enable or disable this feature for each output
10338
+ # individually. This setting is disabled by default. When you enable
10339
+ # Noise reducer, you must also select a value for Noise reducer filter.
10340
+ # For AVC outputs, when you include Noise reducer, you cannot include
10341
+ # the Bandwidth reduction filter.
10271
10342
  #
10272
10343
  # @!attribute [rw] filter
10273
10344
  # Use Noise reducer filter (NoiseReducerFilter) to select one of the
@@ -12527,9 +12598,12 @@ module Aws::MediaConvert
12527
12598
  # @return [Types::ImageInserter]
12528
12599
  #
12529
12600
  # @!attribute [rw] noise_reducer
12530
- # Enable the Noise reducer (NoiseReducer) feature to remove noise from
12531
- # your video output if necessary. Enable or disable this feature for
12532
- # each output individually. This setting is disabled by default.
12601
+ # Enable the Noise reducer feature to remove noise from your video
12602
+ # output if necessary. Enable or disable this feature for each output
12603
+ # individually. This setting is disabled by default. When you enable
12604
+ # Noise reducer, you must also select a value for Noise reducer
12605
+ # filter. For AVC outputs, when you include Noise reducer, you cannot
12606
+ # include the Bandwidth reduction filter.
12533
12607
  # @return [Types::NoiseReducer]
12534
12608
  #
12535
12609
  # @!attribute [rw] partner_watermarking
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.100.0'
55
+ GEM_VERSION = '1.101.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-06 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core