aws-sdk-mediaconvert 1.100.0 → 1.102.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +64 -21
- data/lib/aws-sdk-mediaconvert/client_api.rb +13 -4
- data/lib/aws-sdk-mediaconvert/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-mediaconvert/endpoint_provider.rb +34 -31
- data/lib/aws-sdk-mediaconvert/types.rb +111 -33
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5797640049011bc02310afdaeb77eaf43183b9c611b35a56cb69ff1b39c9e4b8
|
4
|
+
data.tar.gz: 014dd24ff279b4dd6ce7c486f9dccc63a9e919c5bd71ec93826c0dcf581faed8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f32e5f8f327359e4e0438c0ee814b51b502e92c5e935afe6f9e8c9f647c1286c676dfdc358ec0cce2baca75a9e1efcbb990af5080b8441f3bbad47ce4277fc9
|
7
|
+
data.tar.gz: e0000c8a36e0b7c147e26f40a2a993644afad457194f2e6036ad37147b79338c8df8844ebf1550fa6b20c5d4aa766c134874c152814a44132d787da0c133330b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.102.0 (2023-03-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.
|
8
|
+
|
9
|
+
1.101.0 (2023-02-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.
|
13
|
+
|
4
14
|
1.100.0 (2023-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.102.0
|
@@ -633,7 +633,7 @@ module Aws::MediaConvert
|
|
633
633
|
# resp.job.settings.inputs[0].timecode_start #=> String
|
634
634
|
# resp.job.settings.inputs[0].video_generator.duration #=> Integer
|
635
635
|
# resp.job.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
636
|
-
# resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR"
|
636
|
+
# resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
|
637
637
|
# resp.job.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
638
638
|
# resp.job.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
639
639
|
# resp.job.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
@@ -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"
|
@@ -1416,7 +1418,7 @@ module Aws::MediaConvert
|
|
1416
1418
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
1417
1419
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
1418
1420
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
1419
|
-
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
1421
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
1420
1422
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
1421
1423
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
1422
1424
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -1663,7 +1666,7 @@ module Aws::MediaConvert
|
|
1663
1666
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
1664
1667
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
1665
1668
|
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
1666
|
-
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR"
|
1669
|
+
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
|
1667
1670
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
1668
1671
|
# resp.job_template.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
1669
1672
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> 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"
|
@@ -2446,7 +2451,7 @@ module Aws::MediaConvert
|
|
2446
2451
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
2447
2452
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
2448
2453
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
2449
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
2454
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
2450
2455
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
2451
2456
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
2452
2457
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -3212,7 +3222,7 @@ module Aws::MediaConvert
|
|
3212
3222
|
# minimum_rgb_tolerance: 1,
|
3213
3223
|
# minimum_yuv: 1,
|
3214
3224
|
# },
|
3215
|
-
# color_space_conversion: "NONE", # accepts NONE, FORCE_601, FORCE_709, FORCE_HDR10, FORCE_HLG_2020, FORCE_P3DCI, FORCE_P3D65_SDR
|
3225
|
+
# color_space_conversion: "NONE", # accepts NONE, FORCE_601, FORCE_709, FORCE_HDR10, FORCE_HLG_2020, FORCE_P3DCI, FORCE_P3D65_SDR, FORCE_P3D65_HDR
|
3216
3226
|
# contrast: 1,
|
3217
3227
|
# hdr_10_metadata: {
|
3218
3228
|
# blue_primary_x: 1,
|
@@ -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"
|
@@ -3842,7 +3855,7 @@ module Aws::MediaConvert
|
|
3842
3855
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
3843
3856
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
3844
3857
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
3845
|
-
# resp.preset.settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
3858
|
+
# resp.preset.settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
3846
3859
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
3847
3860
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
3848
3861
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -4292,7 +4306,7 @@ module Aws::MediaConvert
|
|
4292
4306
|
# resp.job.settings.inputs[0].timecode_start #=> String
|
4293
4307
|
# resp.job.settings.inputs[0].video_generator.duration #=> Integer
|
4294
4308
|
# resp.job.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
4295
|
-
# resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR"
|
4309
|
+
# resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
|
4296
4310
|
# resp.job.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
4297
4311
|
# resp.job.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
4298
4312
|
# resp.job.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> 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"
|
@@ -5075,7 +5091,7 @@ module Aws::MediaConvert
|
|
5075
5091
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
5076
5092
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
5077
5093
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
5078
|
-
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
5094
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
5079
5095
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
5080
5096
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
5081
5097
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -5281,7 +5298,7 @@ module Aws::MediaConvert
|
|
5281
5298
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
5282
5299
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
5283
5300
|
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
5284
|
-
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR"
|
5301
|
+
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
|
5285
5302
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
5286
5303
|
# resp.job_template.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
5287
5304
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> 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"
|
@@ -6064,7 +6083,7 @@ module Aws::MediaConvert
|
|
6064
6083
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
6065
6084
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
6066
6085
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
6067
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
6086
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
6068
6087
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
6069
6088
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
6070
6089
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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"
|
@@ -6711,7 +6733,7 @@ module Aws::MediaConvert
|
|
6711
6733
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
6712
6734
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
6713
6735
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
6714
|
-
# resp.preset.settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
6736
|
+
# resp.preset.settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
6715
6737
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
6716
6738
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
6717
6739
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -6976,7 +6999,7 @@ module Aws::MediaConvert
|
|
6976
6999
|
# resp.job_templates[0].settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
6977
7000
|
# resp.job_templates[0].settings.inputs[0].timecode_start #=> String
|
6978
7001
|
# resp.job_templates[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
6979
|
-
# resp.job_templates[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR"
|
7002
|
+
# resp.job_templates[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
|
6980
7003
|
# resp.job_templates[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
6981
7004
|
# resp.job_templates[0].settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
6982
7005
|
# resp.job_templates[0].settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> 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"
|
@@ -7759,7 +7784,7 @@ module Aws::MediaConvert
|
|
7759
7784
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
7760
7785
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
7761
7786
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
7762
|
-
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
7787
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
7763
7788
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
7764
7789
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
7765
7790
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -8016,7 +8042,7 @@ module Aws::MediaConvert
|
|
8016
8042
|
# resp.jobs[0].settings.inputs[0].timecode_start #=> String
|
8017
8043
|
# resp.jobs[0].settings.inputs[0].video_generator.duration #=> Integer
|
8018
8044
|
# resp.jobs[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
8019
|
-
# resp.jobs[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR"
|
8045
|
+
# resp.jobs[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
|
8020
8046
|
# resp.jobs[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
8021
8047
|
# resp.jobs[0].settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
8022
8048
|
# resp.jobs[0].settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> 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"
|
@@ -8799,7 +8827,7 @@ module Aws::MediaConvert
|
|
8799
8827
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
8800
8828
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
8801
8829
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
8802
|
-
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
8830
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
8803
8831
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
8804
8832
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
8805
8833
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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"
|
@@ -9463,7 +9494,7 @@ module Aws::MediaConvert
|
|
9463
9494
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
9464
9495
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
9465
9496
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
9466
|
-
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
9497
|
+
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
9467
9498
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
9468
9499
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
9469
9500
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -9884,7 +9916,7 @@ module Aws::MediaConvert
|
|
9884
9916
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
9885
9917
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
9886
9918
|
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
9887
|
-
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR"
|
9919
|
+
# resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
|
9888
9920
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
9889
9921
|
# resp.job_template.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
9890
9922
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> 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"
|
@@ -10667,7 +10701,7 @@ module Aws::MediaConvert
|
|
10667
10701
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
10668
10702
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
10669
10703
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
10670
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
10704
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
10671
10705
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
10672
10706
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
10673
10707
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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
|
@@ -11427,7 +11466,7 @@ module Aws::MediaConvert
|
|
11427
11466
|
# minimum_rgb_tolerance: 1,
|
11428
11467
|
# minimum_yuv: 1,
|
11429
11468
|
# },
|
11430
|
-
# color_space_conversion: "NONE", # accepts NONE, FORCE_601, FORCE_709, FORCE_HDR10, FORCE_HLG_2020, FORCE_P3DCI, FORCE_P3D65_SDR
|
11469
|
+
# color_space_conversion: "NONE", # accepts NONE, FORCE_601, FORCE_709, FORCE_HDR10, FORCE_HLG_2020, FORCE_P3DCI, FORCE_P3D65_SDR, FORCE_P3D65_HDR
|
11431
11470
|
# contrast: 1,
|
11432
11471
|
# hdr_10_metadata: {
|
11433
11472
|
# blue_primary_x: 1,
|
@@ -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"
|
@@ -12054,7 +12096,7 @@ module Aws::MediaConvert
|
|
12054
12096
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
12055
12097
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
12056
12098
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
12057
|
-
# resp.preset.settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR"
|
12099
|
+
# resp.preset.settings.video_description.video_preprocessors.color_corrector.color_space_conversion #=> String, one of "NONE", "FORCE_601", "FORCE_709", "FORCE_HDR10", "FORCE_HLG_2020", "FORCE_P3DCI", "FORCE_P3D65_SDR", "FORCE_P3D65_HDR"
|
12058
12100
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
12059
12101
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
12060
12102
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -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.
|
12250
|
+
context[:gem_version] = '1.102.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
|
-
|
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:
|
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:
|
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
|
18
|
-
if Aws::Endpoints::Matchers.
|
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
|
-
|
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
|
-
|
24
|
-
|
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
|
-
|
47
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
39
48
|
end
|
40
|
-
|
41
|
-
|
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
|
-
|
47
|
-
|
48
|
-
|
49
|
-
return Aws::Endpoints::Endpoint.new(url: "https://
|
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,44 @@ 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 noisy.
|
1339
|
+
# Outputs that use this feature incur pro-tier pricing. When you include
|
1340
|
+
# Bandwidth reduction filter, you cannot include the Noise reducer
|
1341
|
+
# 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 to reduce the bandwidth
|
1355
|
+
# of your output with little to no perceptual decrease in video
|
1356
|
+
# quality. For high quality and high bitrate outputs, choose Low. For
|
1357
|
+
# the most bandwidth reduction, choose High. We recommend that you
|
1358
|
+
# choose High for low bitrate outputs. Note that High may incur a
|
1359
|
+
# slight increase in the softness of your output.
|
1360
|
+
# @return [String]
|
1361
|
+
#
|
1362
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/BandwidthReductionFilter AWS API Documentation
|
1363
|
+
#
|
1364
|
+
class BandwidthReductionFilter < Struct.new(
|
1365
|
+
:sharpening,
|
1366
|
+
:strength)
|
1367
|
+
SENSITIVE = []
|
1368
|
+
include Aws::Structure
|
1369
|
+
end
|
1370
|
+
|
1333
1371
|
# Burn-in is a captions delivery method, rather than a captions format.
|
1334
1372
|
# Burn-in writes the captions directly on your video frames, replacing
|
1335
1373
|
# pixels of video content with the captions. Set up burn-in captions in
|
@@ -2585,7 +2623,7 @@ module Aws::MediaConvert
|
|
2585
2623
|
#
|
2586
2624
|
# @!attribute [rw] timed_metadata_scheme_id_uri
|
2587
2625
|
# Specify the event message box (eMSG) scheme ID URI (scheme\_id\_uri)
|
2588
|
-
# for ID3 timed metadata in your output. For more
|
2626
|
+
# for ID3 timed metadata in your output. For more information, see
|
2589
2627
|
# ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to
|
2590
2628
|
# use the default value: https://aomedia.org/emsg/ID3 When you specify
|
2591
2629
|
# a value for ID3 metadata scheme ID URI, you must also set ID3
|
@@ -2594,7 +2632,7 @@ module Aws::MediaConvert
|
|
2594
2632
|
#
|
2595
2633
|
# @!attribute [rw] timed_metadata_value
|
2596
2634
|
# Specify the event message box (eMSG) value for ID3 timed metadata in
|
2597
|
-
# your output. For more
|
2635
|
+
# your output. For more information, see ISO/IEC 23009-1:2022 section
|
2598
2636
|
# 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata
|
2599
2637
|
# Value, you must also set ID3 metadata (timedMetadata) to
|
2600
2638
|
# Passthrough.
|
@@ -2638,11 +2676,14 @@ module Aws::MediaConvert
|
|
2638
2676
|
# SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't
|
2639
2677
|
# upgrade the dynamic range. The converted video has an HDR format,
|
2640
2678
|
# but visually appears the same as an unconverted output. HDR to SDR
|
2641
|
-
# conversion uses
|
2642
|
-
#
|
2643
|
-
#
|
2644
|
-
#
|
2645
|
-
# *
|
2679
|
+
# conversion uses tone mapping to approximate the outcome of manually
|
2680
|
+
# regrading from HDR to SDR. When you specify an output color space,
|
2681
|
+
# MediaConvert uses the following color space metadata, which includes
|
2682
|
+
# color primaries, transfer characteristics, and matrix coefficients:
|
2683
|
+
# * HDR 10: BT.2020, PQ, BT.2020 non-constant * HLG 2020: BT.2020,
|
2684
|
+
# HLG, BT.2020 non-constant * P3DCI (Theater): DCIP3, SMPTE 428M,
|
2685
|
+
# BT.709 * P3D65 (SDR): Display P3, sRGB, BT.709 * P3D65 (HDR):
|
2686
|
+
# Display P3, PQ, BT.709
|
2646
2687
|
# @return [String]
|
2647
2688
|
#
|
2648
2689
|
# @!attribute [rw] contrast
|
@@ -2666,6 +2707,22 @@ module Aws::MediaConvert
|
|
2666
2707
|
# https://docs.aws.amazon.com/console/mediaconvert/hdr.
|
2667
2708
|
# @return [Types::Hdr10Metadata]
|
2668
2709
|
#
|
2710
|
+
# @!attribute [rw] hdr_to_sdr_tone_mapper
|
2711
|
+
# Specify how MediaConvert maps brightness and colors from your HDR
|
2712
|
+
# input to your SDR output. The mode that you select represents a
|
2713
|
+
# creative choice, with different tradeoffs in the details and tones
|
2714
|
+
# of your output. To maintain details in bright or saturated areas of
|
2715
|
+
# your output: Choose Preserve details. For some sources, your SDR
|
2716
|
+
# output may look less bright and less saturated when compared to your
|
2717
|
+
# HDR source. MediaConvert automatically applies this mode for HLG
|
2718
|
+
# sources, regardless of your choice. For a bright and saturated
|
2719
|
+
# output: Choose Vibrant. We recommend that you choose this mode when
|
2720
|
+
# any of your source content is HDR10, and for the best results when
|
2721
|
+
# it is mastered for 1000 nits. You may notice loss of details in
|
2722
|
+
# bright or saturated areas of your output. HDR to SDR tone mapping
|
2723
|
+
# has no effect when your input is SDR.
|
2724
|
+
# @return [String]
|
2725
|
+
#
|
2669
2726
|
# @!attribute [rw] hue
|
2670
2727
|
# Hue in degrees.
|
2671
2728
|
# @return [Integer]
|
@@ -2715,6 +2772,7 @@ module Aws::MediaConvert
|
|
2715
2772
|
:color_space_conversion,
|
2716
2773
|
:contrast,
|
2717
2774
|
:hdr_10_metadata,
|
2775
|
+
:hdr_to_sdr_tone_mapper,
|
2718
2776
|
:hue,
|
2719
2777
|
:sample_range_conversion,
|
2720
2778
|
:saturation,
|
@@ -4746,9 +4804,9 @@ module Aws::MediaConvert
|
|
4746
4804
|
# EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
|
4747
4805
|
#
|
4748
4806
|
# @!attribute [rw] copy_protection_action
|
4749
|
-
# The action to take on
|
4750
|
-
# PASSTHROUGH, packets will not be changed. If you
|
4751
|
-
# packets will be removed in output captions.
|
4807
|
+
# The action to take on copy and redistribution control XDS packets.
|
4808
|
+
# If you select PASSTHROUGH, packets will not be changed. If you
|
4809
|
+
# select STRIP, any packets will be removed in output captions.
|
4752
4810
|
# @return [String]
|
4753
4811
|
#
|
4754
4812
|
# @!attribute [rw] vchip_action
|
@@ -5183,6 +5241,18 @@ module Aws::MediaConvert
|
|
5183
5241
|
# H264TemporalAdaptiveQuantization.
|
5184
5242
|
# @return [String]
|
5185
5243
|
#
|
5244
|
+
# @!attribute [rw] bandwidth_reduction_filter
|
5245
|
+
# The Bandwidth reduction filter increases the video quality of your
|
5246
|
+
# output relative to its bitrate. Use to lower the bitrate of your
|
5247
|
+
# constant quality QVBR output, with little or no perceptual decrease
|
5248
|
+
# in quality. Or, use to increase the video quality of outputs with
|
5249
|
+
# other rate control modes relative to the bitrate that you specify.
|
5250
|
+
# Bandwidth reduction increases further when your input is low quality
|
5251
|
+
# or noisy. Outputs that use this feature incur pro-tier pricing. When
|
5252
|
+
# you include Bandwidth reduction filter, you cannot include the Noise
|
5253
|
+
# reducer preprocessor.
|
5254
|
+
# @return [Types::BandwidthReductionFilter]
|
5255
|
+
#
|
5186
5256
|
# @!attribute [rw] bitrate
|
5187
5257
|
# Specify the average bitrate in bits per second. Required for VBR and
|
5188
5258
|
# CBR. For MS Smooth outputs, bitrates must be unique when rounded
|
@@ -5609,6 +5679,7 @@ module Aws::MediaConvert
|
|
5609
5679
|
#
|
5610
5680
|
class H264Settings < Struct.new(
|
5611
5681
|
:adaptive_quantization,
|
5682
|
+
:bandwidth_reduction_filter,
|
5612
5683
|
:bitrate,
|
5613
5684
|
:codec_level,
|
5614
5685
|
:codec_profile,
|
@@ -9470,7 +9541,7 @@ module Aws::MediaConvert
|
|
9470
9541
|
#
|
9471
9542
|
# @!attribute [rw] timed_metadata_scheme_id_uri
|
9472
9543
|
# Specify the event message box (eMSG) scheme ID URI (scheme\_id\_uri)
|
9473
|
-
# for ID3 timed metadata in your output. For more
|
9544
|
+
# for ID3 timed metadata in your output. For more information, see
|
9474
9545
|
# ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to
|
9475
9546
|
# use the default value: https://aomedia.org/emsg/ID3 When you specify
|
9476
9547
|
# a value for ID3 metadata scheme ID URI, you must also set ID3
|
@@ -9479,7 +9550,7 @@ module Aws::MediaConvert
|
|
9479
9550
|
#
|
9480
9551
|
# @!attribute [rw] timed_metadata_value
|
9481
9552
|
# Specify the event message box (eMSG) value for ID3 timed metadata in
|
9482
|
-
# your output. For more
|
9553
|
+
# your output. For more information, see ISO/IEC 23009-1:2022 section
|
9483
9554
|
# 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata
|
9484
9555
|
# Value, you must also set ID3 metadata (timedMetadata) to
|
9485
9556
|
# Passthrough.
|
@@ -10263,11 +10334,12 @@ module Aws::MediaConvert
|
|
10263
10334
|
include Aws::Structure
|
10264
10335
|
end
|
10265
10336
|
|
10266
|
-
# Enable the Noise reducer
|
10267
|
-
#
|
10268
|
-
#
|
10269
|
-
#
|
10270
|
-
#
|
10337
|
+
# Enable the Noise reducer feature to remove noise from your video
|
10338
|
+
# output if necessary. Enable or disable this feature for each output
|
10339
|
+
# individually. This setting is disabled by default. When you enable
|
10340
|
+
# Noise reducer, you must also select a value for Noise reducer filter.
|
10341
|
+
# For AVC outputs, when you include Noise reducer, you cannot include
|
10342
|
+
# the Bandwidth reduction filter.
|
10271
10343
|
#
|
10272
10344
|
# @!attribute [rw] filter
|
10273
10345
|
# Use Noise reducer filter (NoiseReducerFilter) to select one of the
|
@@ -12527,9 +12599,12 @@ module Aws::MediaConvert
|
|
12527
12599
|
# @return [Types::ImageInserter]
|
12528
12600
|
#
|
12529
12601
|
# @!attribute [rw] noise_reducer
|
12530
|
-
# Enable the Noise reducer
|
12531
|
-
#
|
12532
|
-
#
|
12602
|
+
# Enable the Noise reducer feature to remove noise from your video
|
12603
|
+
# output if necessary. Enable or disable this feature for each output
|
12604
|
+
# individually. This setting is disabled by default. When you enable
|
12605
|
+
# Noise reducer, you must also select a value for Noise reducer
|
12606
|
+
# filter. For AVC outputs, when you include Noise reducer, you cannot
|
12607
|
+
# include the Bandwidth reduction filter.
|
12533
12608
|
# @return [Types::NoiseReducer]
|
12534
12609
|
#
|
12535
12610
|
# @!attribute [rw] partner_watermarking
|
@@ -12573,19 +12648,22 @@ module Aws::MediaConvert
|
|
12573
12648
|
#
|
12574
12649
|
# @!attribute [rw] color_space
|
12575
12650
|
# If your input video has accurate color space metadata, or if you
|
12576
|
-
# don't know about color space
|
12577
|
-
#
|
12578
|
-
#
|
12579
|
-
#
|
12580
|
-
# HDR 10 and the SMPTE ST 2086 Mastering Display Color
|
12581
|
-
# metadata isn't present in your video stream, or if
|
12582
|
-
# present but not accurate
|
12583
|
-
# correct values in the input HDR 10 metadata settings. For
|
12584
|
-
# information about
|
12585
|
-
# https://docs.aws.amazon.com/console/mediaconvert/hdr.
|
12586
|
-
#
|
12587
|
-
#
|
12588
|
-
#
|
12651
|
+
# don't know about color space: Keep the default value, Follow.
|
12652
|
+
# MediaConvert will automatically detect your input color space. If
|
12653
|
+
# your input video has metadata indicating the wrong color space, or
|
12654
|
+
# has missing metadata: Specify the accurate color space here. If your
|
12655
|
+
# input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color
|
12656
|
+
# Volume static metadata isn't present in your video stream, or if
|
12657
|
+
# that metadata is present but not accurate: Choose Force HDR 10.
|
12658
|
+
# Specify correct values in the input HDR 10 metadata settings. For
|
12659
|
+
# more information about HDR jobs, see
|
12660
|
+
# https://docs.aws.amazon.com/console/mediaconvert/hdr. When you
|
12661
|
+
# specify an input color space, MediaConvert uses the following color
|
12662
|
+
# space metadata, which includes color primaries, transfer
|
12663
|
+
# characteristics, and matrix coefficients: * HDR 10: BT.2020, PQ,
|
12664
|
+
# BT.2020 non-constant * HLG 2020: BT.2020, HLG, BT.2020 non-constant
|
12665
|
+
# * P3DCI (Theater): DCIP3, SMPTE 428M, BT.709 * P3D65 (SDR):
|
12666
|
+
# Display P3, sRGB, BT.709 * P3D65 (HDR): Display P3, PQ, BT.709
|
12589
12667
|
# @return [String]
|
12590
12668
|
#
|
12591
12669
|
# @!attribute [rw] color_space_usage
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
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.
|
4
|
+
version: 1.102.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-
|
11
|
+
date: 2023-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|