aws-sdk-mediaconvert 1.101.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +21 -21
- data/lib/aws-sdk-mediaconvert/types.rb +35 -31
- 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,11 @@
|
|
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
|
+
|
4
9
|
1.101.0 (2023-02-27)
|
5
10
|
------------------
|
6
11
|
|
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
|
@@ -1418,7 +1418,7 @@ module Aws::MediaConvert
|
|
1418
1418
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
1419
1419
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
1420
1420
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
1422
1422
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
1423
1423
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
1424
1424
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -1666,7 +1666,7 @@ module Aws::MediaConvert
|
|
1666
1666
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
1667
1667
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
1668
1668
|
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
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"
|
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"
|
1670
1670
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
1671
1671
|
# resp.job_template.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
1672
1672
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
@@ -2451,7 +2451,7 @@ module Aws::MediaConvert
|
|
2451
2451
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
2452
2452
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
2453
2453
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
2455
2455
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
2456
2456
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
2457
2457
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -3222,7 +3222,7 @@ module Aws::MediaConvert
|
|
3222
3222
|
# minimum_rgb_tolerance: 1,
|
3223
3223
|
# minimum_yuv: 1,
|
3224
3224
|
# },
|
3225
|
-
# 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
|
3226
3226
|
# contrast: 1,
|
3227
3227
|
# hdr_10_metadata: {
|
3228
3228
|
# blue_primary_x: 1,
|
@@ -3855,7 +3855,7 @@ module Aws::MediaConvert
|
|
3855
3855
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
3856
3856
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
3857
3857
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
3859
3859
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
3860
3860
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
3861
3861
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -4306,7 +4306,7 @@ module Aws::MediaConvert
|
|
4306
4306
|
# resp.job.settings.inputs[0].timecode_start #=> String
|
4307
4307
|
# resp.job.settings.inputs[0].video_generator.duration #=> Integer
|
4308
4308
|
# resp.job.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
4309
|
-
# 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"
|
4310
4310
|
# resp.job.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
4311
4311
|
# resp.job.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
4312
4312
|
# resp.job.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
@@ -5091,7 +5091,7 @@ module Aws::MediaConvert
|
|
5091
5091
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
5092
5092
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
5093
5093
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
5095
5095
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
5096
5096
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
5097
5097
|
# resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -5298,7 +5298,7 @@ module Aws::MediaConvert
|
|
5298
5298
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
5299
5299
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
5300
5300
|
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
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"
|
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"
|
5302
5302
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
5303
5303
|
# resp.job_template.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
5304
5304
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
@@ -6083,7 +6083,7 @@ module Aws::MediaConvert
|
|
6083
6083
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
6084
6084
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
6085
6085
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
6087
6087
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
6088
6088
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
6089
6089
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -6733,7 +6733,7 @@ module Aws::MediaConvert
|
|
6733
6733
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
6734
6734
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
6735
6735
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
6737
6737
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
6738
6738
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
6739
6739
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -6999,7 +6999,7 @@ module Aws::MediaConvert
|
|
6999
6999
|
# resp.job_templates[0].settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
7000
7000
|
# resp.job_templates[0].settings.inputs[0].timecode_start #=> String
|
7001
7001
|
# resp.job_templates[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
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"
|
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"
|
7003
7003
|
# resp.job_templates[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
7004
7004
|
# resp.job_templates[0].settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
7005
7005
|
# resp.job_templates[0].settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
@@ -7784,7 +7784,7 @@ module Aws::MediaConvert
|
|
7784
7784
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
7785
7785
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
7786
7786
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
7788
7788
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
7789
7789
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
7790
7790
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -8042,7 +8042,7 @@ module Aws::MediaConvert
|
|
8042
8042
|
# resp.jobs[0].settings.inputs[0].timecode_start #=> String
|
8043
8043
|
# resp.jobs[0].settings.inputs[0].video_generator.duration #=> Integer
|
8044
8044
|
# resp.jobs[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
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"
|
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"
|
8046
8046
|
# resp.jobs[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
8047
8047
|
# resp.jobs[0].settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
8048
8048
|
# resp.jobs[0].settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
@@ -8827,7 +8827,7 @@ module Aws::MediaConvert
|
|
8827
8827
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
8828
8828
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
8829
8829
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
8831
8831
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
8832
8832
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
8833
8833
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -9494,7 +9494,7 @@ module Aws::MediaConvert
|
|
9494
9494
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
9495
9495
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
9496
9496
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
9498
9498
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
9499
9499
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
9500
9500
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -9916,7 +9916,7 @@ module Aws::MediaConvert
|
|
9916
9916
|
# resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
|
9917
9917
|
# resp.job_template.settings.inputs[0].timecode_start #=> String
|
9918
9918
|
# resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
|
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"
|
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"
|
9920
9920
|
# resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
|
9921
9921
|
# resp.job_template.settings.inputs[0].video_selector.embedded_timecode_override #=> String, one of "NONE", "USE_MDPM"
|
9922
9922
|
# resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.blue_primary_x #=> Integer
|
@@ -10701,7 +10701,7 @@ module Aws::MediaConvert
|
|
10701
10701
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
10702
10702
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
10703
10703
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
10705
10705
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
10706
10706
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
10707
10707
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -11466,7 +11466,7 @@ module Aws::MediaConvert
|
|
11466
11466
|
# minimum_rgb_tolerance: 1,
|
11467
11467
|
# minimum_yuv: 1,
|
11468
11468
|
# },
|
11469
|
-
# 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
|
11470
11470
|
# contrast: 1,
|
11471
11471
|
# hdr_10_metadata: {
|
11472
11472
|
# blue_primary_x: 1,
|
@@ -12096,7 +12096,7 @@ module Aws::MediaConvert
|
|
12096
12096
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
|
12097
12097
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_rgb_tolerance #=> Integer
|
12098
12098
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.minimum_yuv #=> Integer
|
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"
|
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"
|
12100
12100
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.contrast #=> Integer
|
12101
12101
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_x #=> Integer
|
12102
12102
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.hdr_10_metadata.blue_primary_y #=> Integer
|
@@ -12247,7 +12247,7 @@ module Aws::MediaConvert
|
|
12247
12247
|
params: params,
|
12248
12248
|
config: config)
|
12249
12249
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
12250
|
-
context[:gem_version] = '1.
|
12250
|
+
context[:gem_version] = '1.102.0'
|
12251
12251
|
Seahorse::Client::Request.new(handlers, context)
|
12252
12252
|
end
|
12253
12253
|
|
@@ -1335,10 +1335,10 @@ module Aws::MediaConvert
|
|
1335
1335
|
# constant quality QVBR output, with little or no perceptual decrease in
|
1336
1336
|
# quality. Or, use to increase the video quality of outputs with other
|
1337
1337
|
# rate control modes relative to the bitrate that you specify. Bandwidth
|
1338
|
-
# reduction increases further when your input is low quality or
|
1339
|
-
#
|
1340
|
-
#
|
1341
|
-
#
|
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
1342
|
#
|
1343
1343
|
# @!attribute [rw] sharpening
|
1344
1344
|
# Optionally specify the level of sharpening to apply when you use the
|
@@ -1351,14 +1351,12 @@ module Aws::MediaConvert
|
|
1351
1351
|
#
|
1352
1352
|
# @!attribute [rw] strength
|
1353
1353
|
# Specify the strength of the Bandwidth reduction filter. For most
|
1354
|
-
# workflows, we recommend that you choose Auto
|
1355
|
-
#
|
1356
|
-
#
|
1357
|
-
#
|
1358
|
-
#
|
1359
|
-
#
|
1360
|
-
# increases video softness. We recommend that you choose High for low
|
1361
|
-
# bitrate outputs.
|
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.
|
1362
1360
|
# @return [String]
|
1363
1361
|
#
|
1364
1362
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/BandwidthReductionFilter AWS API Documentation
|
@@ -2678,11 +2676,14 @@ module Aws::MediaConvert
|
|
2678
2676
|
# SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't
|
2679
2677
|
# upgrade the dynamic range. The converted video has an HDR format,
|
2680
2678
|
# but visually appears the same as an unconverted output. HDR to SDR
|
2681
|
-
# conversion uses
|
2682
|
-
#
|
2683
|
-
#
|
2684
|
-
#
|
2685
|
-
# *
|
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
|
2686
2687
|
# @return [String]
|
2687
2688
|
#
|
2688
2689
|
# @!attribute [rw] contrast
|
@@ -5247,7 +5248,7 @@ module Aws::MediaConvert
|
|
5247
5248
|
# in quality. Or, use to increase the video quality of outputs with
|
5248
5249
|
# other rate control modes relative to the bitrate that you specify.
|
5249
5250
|
# Bandwidth reduction increases further when your input is low quality
|
5250
|
-
# or noisy.Outputs that use this feature incur pro-tier pricing.When
|
5251
|
+
# or noisy. Outputs that use this feature incur pro-tier pricing. When
|
5251
5252
|
# you include Bandwidth reduction filter, you cannot include the Noise
|
5252
5253
|
# reducer preprocessor.
|
5253
5254
|
# @return [Types::BandwidthReductionFilter]
|
@@ -12647,19 +12648,22 @@ module Aws::MediaConvert
|
|
12647
12648
|
#
|
12648
12649
|
# @!attribute [rw] color_space
|
12649
12650
|
# If your input video has accurate color space metadata, or if you
|
12650
|
-
# don't know about color space
|
12651
|
-
#
|
12652
|
-
#
|
12653
|
-
#
|
12654
|
-
# HDR 10 and the SMPTE ST 2086 Mastering Display Color
|
12655
|
-
# metadata isn't present in your video stream, or if
|
12656
|
-
# present but not accurate
|
12657
|
-
# correct values in the input HDR 10 metadata settings. For
|
12658
|
-
# information about
|
12659
|
-
# https://docs.aws.amazon.com/console/mediaconvert/hdr.
|
12660
|
-
#
|
12661
|
-
#
|
12662
|
-
#
|
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
|
12663
12667
|
# @return [String]
|
12664
12668
|
#
|
12665
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
|