aws-sdk-mediaconvert 1.108.0 → 1.109.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08785a5156ef033b651385708993703066a604369c2b36a26ad1adc25fb7e18e'
4
- data.tar.gz: c7f335c9a1a274b16a8218ab09b8cc206f3820a0b0d78f802b559dfc5c27bfa1
3
+ metadata.gz: 4d039c154b6740d5e0f83a6f1dde2b8cf812a38f7d9c4a78bf8a9c81f39360c4
4
+ data.tar.gz: 305d7b02e0154283ea43517e5a243872fa711e4d6441b7c80f6421ee2d24e6ab
5
5
  SHA512:
6
- metadata.gz: 7c90c5e5e622d91e33b060464571c26d4f05c54ed0a5384409a24d736ae2107f656159cea1ef6967e06e756e0dc38ac2966aefbd5192d9bc8deec6aa9d470bef
7
- data.tar.gz: 7f6166433b1e6592e9067e6bffca76855de2615b49358ee15366ff875186b070510b1d1e1210af51d880b948e765aa0561dff92eaa845e240f83e662b7557610
6
+ metadata.gz: 357cda0be2830aad09cfbbd890517b73b3ac23b45b9bb9746e12aa68c1e41acddfaec6bab4e1f0b3d31b672007f2565217d69cc19d58170e4a643eead2790343
7
+ data.tar.gz: c64b6d625bf2724a567348266edc354c2ca7576f33859c106cb9ef39f51b764aa3e40f078aee7a4407b5573e26ac06cee139e8f89028df63149e8a32d8d4617c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2023-06-21)
5
+ ------------------
6
+
7
+ * Feature - This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.
8
+
4
9
  1.108.0 (2023-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
1
+ 1.109.0
@@ -898,6 +898,7 @@ module Aws::MediaConvert
898
898
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
899
899
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
900
900
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
901
+ # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
901
902
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
902
903
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
903
904
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -1291,6 +1292,8 @@ module Aws::MediaConvert
1291
1292
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
1292
1293
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
1293
1294
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
1295
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
1296
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
1294
1297
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
1295
1298
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
1296
1299
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -2028,6 +2031,10 @@ module Aws::MediaConvert
2028
2031
  # h265_settings: {
2029
2032
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
2030
2033
  # alternate_transfer_function_sei: "DISABLED", # accepts DISABLED, ENABLED
2034
+ # bandwidth_reduction_filter: {
2035
+ # sharpening: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
2036
+ # strength: "LOW", # accepts LOW, MEDIUM, HIGH, AUTO, OFF
2037
+ # },
2031
2038
  # bitrate: 1,
2032
2039
  # codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
2033
2040
  # codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
@@ -2695,6 +2702,8 @@ module Aws::MediaConvert
2695
2702
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
2696
2703
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
2697
2704
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
2705
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
2706
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
2698
2707
  # resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
2699
2708
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
2700
2709
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -3539,6 +3548,7 @@ module Aws::MediaConvert
3539
3548
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
3540
3549
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
3541
3550
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
3551
+ # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
3542
3552
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
3543
3553
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
3544
3554
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -3932,6 +3942,8 @@ module Aws::MediaConvert
3932
3942
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
3933
3943
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
3934
3944
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
3945
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
3946
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
3935
3947
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
3936
3948
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
3937
3949
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -4582,6 +4594,8 @@ module Aws::MediaConvert
4582
4594
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
4583
4595
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
4584
4596
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
4597
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
4598
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
4585
4599
  # resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
4586
4600
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
4587
4601
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -5244,6 +5258,7 @@ module Aws::MediaConvert
5244
5258
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
5245
5259
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
5246
5260
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
5261
+ # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
5247
5262
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
5248
5263
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
5249
5264
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -5637,6 +5652,8 @@ module Aws::MediaConvert
5637
5652
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
5638
5653
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
5639
5654
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
5655
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
5656
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
5640
5657
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
5641
5658
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
5642
5659
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -6350,6 +6367,8 @@ module Aws::MediaConvert
6350
6367
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
6351
6368
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
6352
6369
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
6370
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
6371
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
6353
6372
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
6354
6373
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
6355
6374
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -7168,6 +7187,7 @@ module Aws::MediaConvert
7168
7187
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
7169
7188
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "INCLUDE", "EXCLUDE"
7170
7189
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
7190
+ # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.progressive_write_hls_manifest #=> String, one of "ENABLED", "DISABLED"
7171
7191
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_control #=> String, one of "SINGLE_FILE", "SEGMENTED_FILES"
7172
7192
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
7173
7193
  # resp.job_template.settings.output_groups[0].output_group_settings.hls_group_settings.segment_length_control #=> String, one of "EXACT", "GOP_MULTIPLE"
@@ -7561,6 +7581,8 @@ module Aws::MediaConvert
7561
7581
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
7562
7582
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
7563
7583
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
7584
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
7585
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
7564
7586
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.bitrate #=> Integer
7565
7587
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
7566
7588
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -8292,6 +8314,10 @@ module Aws::MediaConvert
8292
8314
  # h265_settings: {
8293
8315
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
8294
8316
  # alternate_transfer_function_sei: "DISABLED", # accepts DISABLED, ENABLED
8317
+ # bandwidth_reduction_filter: {
8318
+ # sharpening: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
8319
+ # strength: "LOW", # accepts LOW, MEDIUM, HIGH, AUTO, OFF
8320
+ # },
8295
8321
  # bitrate: 1,
8296
8322
  # codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
8297
8323
  # codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
@@ -8956,6 +8982,8 @@ module Aws::MediaConvert
8956
8982
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
8957
8983
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
8958
8984
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
8985
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
8986
+ # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.strength #=> String, one of "LOW", "MEDIUM", "HIGH", "AUTO", "OFF"
8959
8987
  # resp.preset.settings.video_description.codec_settings.h265_settings.bitrate #=> Integer
8960
8988
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
8961
8989
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
@@ -9281,7 +9309,7 @@ module Aws::MediaConvert
9281
9309
  params: params,
9282
9310
  config: config)
9283
9311
  context[:gem_name] = 'aws-sdk-mediaconvert'
9284
- context[:gem_version] = '1.108.0'
9312
+ context[:gem_version] = '1.109.0'
9285
9313
  Seahorse::Client::Request.new(handlers, context)
9286
9314
  end
9287
9315
 
@@ -363,6 +363,7 @@ module Aws::MediaConvert
363
363
  HlsOfflineEncrypted = Shapes::StringShape.new(name: 'HlsOfflineEncrypted')
364
364
  HlsOutputSelection = Shapes::StringShape.new(name: 'HlsOutputSelection')
365
365
  HlsProgramDateTime = Shapes::StringShape.new(name: 'HlsProgramDateTime')
366
+ HlsProgressiveWriteHlsManifest = Shapes::StringShape.new(name: 'HlsProgressiveWriteHlsManifest')
366
367
  HlsRenditionGroupSettings = Shapes::StructureShape.new(name: 'HlsRenditionGroupSettings')
367
368
  HlsSegmentControl = Shapes::StringShape.new(name: 'HlsSegmentControl')
368
369
  HlsSegmentLengthControl = Shapes::StringShape.new(name: 'HlsSegmentLengthControl')
@@ -1574,6 +1575,7 @@ module Aws::MediaConvert
1574
1575
 
1575
1576
  H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
1576
1577
  H265Settings.add_member(:alternate_transfer_function_sei, Shapes::ShapeRef.new(shape: H265AlternateTransferFunctionSei, location_name: "alternateTransferFunctionSei"))
1578
+ H265Settings.add_member(:bandwidth_reduction_filter, Shapes::ShapeRef.new(shape: BandwidthReductionFilter, location_name: "bandwidthReductionFilter"))
1577
1579
  H265Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "bitrate"))
1578
1580
  H265Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H265CodecLevel, location_name: "codecLevel"))
1579
1581
  H265Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H265CodecProfile, location_name: "codecProfile"))
@@ -1674,6 +1676,7 @@ module Aws::MediaConvert
1674
1676
  HlsGroupSettings.add_member(:output_selection, Shapes::ShapeRef.new(shape: HlsOutputSelection, location_name: "outputSelection"))
1675
1677
  HlsGroupSettings.add_member(:program_date_time, Shapes::ShapeRef.new(shape: HlsProgramDateTime, location_name: "programDateTime"))
1676
1678
  HlsGroupSettings.add_member(:program_date_time_period, Shapes::ShapeRef.new(shape: __integerMin0Max3600, location_name: "programDateTimePeriod"))
1679
+ HlsGroupSettings.add_member(:progressive_write_hls_manifest, Shapes::ShapeRef.new(shape: HlsProgressiveWriteHlsManifest, location_name: "progressiveWriteHlsManifest"))
1677
1680
  HlsGroupSettings.add_member(:segment_control, Shapes::ShapeRef.new(shape: HlsSegmentControl, location_name: "segmentControl"))
1678
1681
  HlsGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "segmentLength"))
1679
1682
  HlsGroupSettings.add_member(:segment_length_control, Shapes::ShapeRef.new(shape: HlsSegmentLengthControl, location_name: "segmentLengthControl"))
@@ -1869,7 +1869,7 @@ module Aws::MediaConvert
1869
1869
  end
1870
1870
 
1871
1871
  # Use captions selectors to specify the captions data from your input
1872
- # that you use in your outputs. You can use up to 20 captions selectors
1872
+ # that you use in your outputs. You can use up to 100 captions selectors
1873
1873
  # per input.
1874
1874
  #
1875
1875
  # @!attribute [rw] custom_language_code
@@ -5842,6 +5842,18 @@ module Aws::MediaConvert
5842
5842
  # Hybrid Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).
5843
5843
  # @return [String]
5844
5844
  #
5845
+ # @!attribute [rw] bandwidth_reduction_filter
5846
+ # The Bandwidth reduction filter increases the video quality of your
5847
+ # output relative to its bitrate. Use to lower the bitrate of your
5848
+ # constant quality QVBR output, with little or no perceptual decrease
5849
+ # in quality. Or, use to increase the video quality of outputs with
5850
+ # other rate control modes relative to the bitrate that you specify.
5851
+ # Bandwidth reduction increases further when your input is low quality
5852
+ # or noisy. Outputs that use this feature incur pro-tier pricing. When
5853
+ # you include Bandwidth reduction filter, you cannot include the Noise
5854
+ # reducer preprocessor.
5855
+ # @return [Types::BandwidthReductionFilter]
5856
+ #
5845
5857
  # @!attribute [rw] bitrate
5846
5858
  # Specify the average bitrate in bits per second. Required for VBR and
5847
5859
  # CBR. For MS Smooth outputs, bitrates must be unique when rounded
@@ -6245,6 +6257,7 @@ module Aws::MediaConvert
6245
6257
  class H265Settings < Struct.new(
6246
6258
  :adaptive_quantization,
6247
6259
  :alternate_transfer_function_sei,
6260
+ :bandwidth_reduction_filter,
6248
6261
  :bitrate,
6249
6262
  :codec_level,
6250
6263
  :codec_profile,
@@ -6698,6 +6711,21 @@ module Aws::MediaConvert
6698
6711
  # Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
6699
6712
  # @return [Integer]
6700
6713
  #
6714
+ # @!attribute [rw] progressive_write_hls_manifest
6715
+ # Specify whether MediaConvert generates HLS manifests while your job
6716
+ # is running or when your job is complete. To generate HLS manifests
6717
+ # while your job is running: Choose Enabled. Use if you want to play
6718
+ # back your content as soon as it's available. MediaConvert writes
6719
+ # the parent and child manifests after the first three media segments
6720
+ # are written to your destination S3 bucket. It then writes new
6721
+ # updated manifests after each additional segment is written. The
6722
+ # parent manifest includes the latest BANDWIDTH and AVERAGE-BANDWIDTH
6723
+ # attributes, and child manifests include the latest available media
6724
+ # segment. When your job completes, the final child playlists include
6725
+ # an EXT-X-ENDLIST tag. To generate HLS manifests only when your job
6726
+ # completes: Choose Disabled.
6727
+ # @return [String]
6728
+ #
6701
6729
  # @!attribute [rw] segment_control
6702
6730
  # When set to SINGLE\_FILE, emits program as a single media resource
6703
6731
  # (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for
@@ -6795,6 +6823,7 @@ module Aws::MediaConvert
6795
6823
  :output_selection,
6796
6824
  :program_date_time,
6797
6825
  :program_date_time_period,
6826
+ :progressive_write_hls_manifest,
6798
6827
  :segment_control,
6799
6828
  :segment_length,
6800
6829
  :segment_length_control,
@@ -7154,7 +7183,7 @@ module Aws::MediaConvert
7154
7183
  #
7155
7184
  # @!attribute [rw] caption_selectors
7156
7185
  # Use captions selectors to specify the captions data from your input
7157
- # that you use in your outputs. You can use up to 20 captions
7186
+ # that you use in your outputs. You can use up to 100 captions
7158
7187
  # selectors per input.
7159
7188
  # @return [Hash<String,Types::CaptionSelector>]
7160
7189
  #
@@ -7484,7 +7513,7 @@ module Aws::MediaConvert
7484
7513
  #
7485
7514
  # @!attribute [rw] caption_selectors
7486
7515
  # Use captions selectors to specify the captions data from your input
7487
- # that you use in your outputs. You can use up to 20 captions
7516
+ # that you use in your outputs. You can use up to 100 captions
7488
7517
  # selectors per input.
7489
7518
  # @return [Hash<String,Types::CaptionSelector>]
7490
7519
  #
@@ -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.108.0'
55
+ GEM_VERSION = '1.109.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.108.0
4
+ version: 1.109.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-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core