aws-sdk-mediaconvert 1.43.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +245 -17
- data/lib/aws-sdk-mediaconvert/client_api.rb +27 -0
- data/lib/aws-sdk-mediaconvert/types.rb +408 -22
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: a36c993f1e2441a910c97ba282f87fc1d4d03bb8
|
|
4
|
+
data.tar.gz: 896a6bae54eebde6b8321a8b4ef3340859f7db11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6d36ca4b0534349b537ada8628ff61af2305a20eb8fa895269a99f3b41787e43ab44af5b6e6b3b64b191d76ba7f9f90707554070c656220e1925ef8b7493ea0
|
|
7
|
+
data.tar.gz: 87ed4f0eebc5e21873e2e93bee09abf72d516dc860e7d4fe705b1c555d52874932351cb1a607683135a852f2821e3fb94114daeda11f20ff34f3ef623bba38dc
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
|
@@ -1124,7 +1124,24 @@ module Aws::MediaConvert
|
|
|
1124
1124
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
1125
1125
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
1126
1126
|
# codec_settings: {
|
|
1127
|
-
#
|
|
1127
|
+
# av_1_settings: {
|
|
1128
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
1129
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
1130
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
1131
|
+
# framerate_denominator: 1,
|
|
1132
|
+
# framerate_numerator: 1,
|
|
1133
|
+
# gop_size: 1.0,
|
|
1134
|
+
# max_bitrate: 1,
|
|
1135
|
+
# number_b_frames_between_reference_frames: 1,
|
|
1136
|
+
# qvbr_settings: {
|
|
1137
|
+
# qvbr_quality_level: 1,
|
|
1138
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
1139
|
+
# },
|
|
1140
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
1141
|
+
# slices: 1,
|
|
1142
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
1143
|
+
# },
|
|
1144
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
1128
1145
|
# frame_capture_settings: {
|
|
1129
1146
|
# framerate_denominator: 1,
|
|
1130
1147
|
# framerate_numerator: 1,
|
|
@@ -1886,7 +1903,20 @@ module Aws::MediaConvert
|
|
|
1886
1903
|
# resp.job.settings.output_groups[0].outputs[0].preset #=> String
|
|
1887
1904
|
# resp.job.settings.output_groups[0].outputs[0].video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
1888
1905
|
# resp.job.settings.output_groups[0].outputs[0].video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
1889
|
-
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.
|
|
1906
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
1907
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
1908
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
1909
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
1910
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
1911
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
1912
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
1913
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
1914
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
1915
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
1916
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
1917
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
1918
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
1919
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
1890
1920
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
1891
1921
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
1892
1922
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -2839,7 +2869,24 @@ module Aws::MediaConvert
|
|
|
2839
2869
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
2840
2870
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
2841
2871
|
# codec_settings: {
|
|
2842
|
-
#
|
|
2872
|
+
# av_1_settings: {
|
|
2873
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
2874
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
2875
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
2876
|
+
# framerate_denominator: 1,
|
|
2877
|
+
# framerate_numerator: 1,
|
|
2878
|
+
# gop_size: 1.0,
|
|
2879
|
+
# max_bitrate: 1,
|
|
2880
|
+
# number_b_frames_between_reference_frames: 1,
|
|
2881
|
+
# qvbr_settings: {
|
|
2882
|
+
# qvbr_quality_level: 1,
|
|
2883
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
2884
|
+
# },
|
|
2885
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
2886
|
+
# slices: 1,
|
|
2887
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
2888
|
+
# },
|
|
2889
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
2843
2890
|
# frame_capture_settings: {
|
|
2844
2891
|
# framerate_denominator: 1,
|
|
2845
2892
|
# framerate_numerator: 1,
|
|
@@ -3575,7 +3622,20 @@ module Aws::MediaConvert
|
|
|
3575
3622
|
# resp.job_template.settings.output_groups[0].outputs[0].preset #=> String
|
|
3576
3623
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
3577
3624
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
3578
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.
|
|
3625
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
3626
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
3627
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
3628
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
3629
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
3630
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
3631
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
3632
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
3633
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
3634
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
3635
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
3636
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
3637
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
3638
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
3579
3639
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
3580
3640
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
3581
3641
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -4103,7 +4163,24 @@ module Aws::MediaConvert
|
|
|
4103
4163
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
4104
4164
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
4105
4165
|
# codec_settings: {
|
|
4106
|
-
#
|
|
4166
|
+
# av_1_settings: {
|
|
4167
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
4168
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
4169
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
4170
|
+
# framerate_denominator: 1,
|
|
4171
|
+
# framerate_numerator: 1,
|
|
4172
|
+
# gop_size: 1.0,
|
|
4173
|
+
# max_bitrate: 1,
|
|
4174
|
+
# number_b_frames_between_reference_frames: 1,
|
|
4175
|
+
# qvbr_settings: {
|
|
4176
|
+
# qvbr_quality_level: 1,
|
|
4177
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
4178
|
+
# },
|
|
4179
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
4180
|
+
# slices: 1,
|
|
4181
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
4182
|
+
# },
|
|
4183
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
4107
4184
|
# frame_capture_settings: {
|
|
4108
4185
|
# framerate_denominator: 1,
|
|
4109
4186
|
# framerate_numerator: 1,
|
|
@@ -4572,7 +4649,20 @@ module Aws::MediaConvert
|
|
|
4572
4649
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
4573
4650
|
# resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
4574
4651
|
# resp.preset.settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
4575
|
-
# resp.preset.settings.video_description.codec_settings.
|
|
4652
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
4653
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
4654
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
4655
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
4656
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
4657
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
4658
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
4659
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
4660
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
4661
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
4662
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
4663
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
4664
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
4665
|
+
# resp.preset.settings.video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
4576
4666
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
4577
4667
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
4578
4668
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -5500,7 +5590,20 @@ module Aws::MediaConvert
|
|
|
5500
5590
|
# resp.job.settings.output_groups[0].outputs[0].preset #=> String
|
|
5501
5591
|
# resp.job.settings.output_groups[0].outputs[0].video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
5502
5592
|
# resp.job.settings.output_groups[0].outputs[0].video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
5503
|
-
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.
|
|
5593
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
5594
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
5595
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
5596
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
5597
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
5598
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
5599
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
5600
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
5601
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
5602
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
5603
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
5604
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
5605
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
5606
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
5504
5607
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
5505
5608
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
5506
5609
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -6204,7 +6307,20 @@ module Aws::MediaConvert
|
|
|
6204
6307
|
# resp.job_template.settings.output_groups[0].outputs[0].preset #=> String
|
|
6205
6308
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
6206
6309
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
6207
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.
|
|
6310
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
6311
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
6312
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
6313
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
6314
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
6315
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
6316
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
6317
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
6318
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
6319
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
6320
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
6321
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
6322
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
6323
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
6208
6324
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
6209
6325
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
6210
6326
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -6654,7 +6770,20 @@ module Aws::MediaConvert
|
|
|
6654
6770
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
6655
6771
|
# resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
6656
6772
|
# resp.preset.settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
6657
|
-
# resp.preset.settings.video_description.codec_settings.
|
|
6773
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
6774
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
6775
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
6776
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
6777
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
6778
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
6779
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
6780
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
6781
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
6782
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
6783
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
6784
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
6785
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
6786
|
+
# resp.preset.settings.video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
6658
6787
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
6659
6788
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
6660
6789
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -7415,7 +7544,20 @@ module Aws::MediaConvert
|
|
|
7415
7544
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].preset #=> String
|
|
7416
7545
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
7417
7546
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
7418
|
-
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.
|
|
7547
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
7548
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
7549
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
7550
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
7551
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
7552
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
7553
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
7554
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
7555
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
7556
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
7557
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
7558
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
7559
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
7560
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
7419
7561
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
7420
7562
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
7421
7563
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -8163,7 +8305,20 @@ module Aws::MediaConvert
|
|
|
8163
8305
|
# resp.jobs[0].settings.output_groups[0].outputs[0].preset #=> String
|
|
8164
8306
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
8165
8307
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
8166
|
-
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.
|
|
8308
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
8309
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
8310
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
8311
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
8312
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
8313
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
8314
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
8315
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
8316
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
8317
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
8318
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
8319
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
8320
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
8321
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
8167
8322
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
8168
8323
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
8169
8324
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -8649,7 +8804,20 @@ module Aws::MediaConvert
|
|
|
8649
8804
|
# resp.presets[0].settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
8650
8805
|
# resp.presets[0].settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
8651
8806
|
# resp.presets[0].settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
8652
|
-
# resp.presets[0].settings.video_description.codec_settings.
|
|
8807
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
8808
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
8809
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
8810
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
8811
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
8812
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
8813
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
8814
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
8815
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
8816
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
8817
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
8818
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
8819
|
+
# resp.presets[0].settings.video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
8820
|
+
# resp.presets[0].settings.video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
8653
8821
|
# resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
8654
8822
|
# resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
8655
8823
|
# resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -9739,7 +9907,24 @@ module Aws::MediaConvert
|
|
|
9739
9907
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
9740
9908
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
9741
9909
|
# codec_settings: {
|
|
9742
|
-
#
|
|
9910
|
+
# av_1_settings: {
|
|
9911
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
9912
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
9913
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
9914
|
+
# framerate_denominator: 1,
|
|
9915
|
+
# framerate_numerator: 1,
|
|
9916
|
+
# gop_size: 1.0,
|
|
9917
|
+
# max_bitrate: 1,
|
|
9918
|
+
# number_b_frames_between_reference_frames: 1,
|
|
9919
|
+
# qvbr_settings: {
|
|
9920
|
+
# qvbr_quality_level: 1,
|
|
9921
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
9922
|
+
# },
|
|
9923
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
9924
|
+
# slices: 1,
|
|
9925
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
9926
|
+
# },
|
|
9927
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
9743
9928
|
# frame_capture_settings: {
|
|
9744
9929
|
# framerate_denominator: 1,
|
|
9745
9930
|
# framerate_numerator: 1,
|
|
@@ -10472,7 +10657,20 @@ module Aws::MediaConvert
|
|
|
10472
10657
|
# resp.job_template.settings.output_groups[0].outputs[0].preset #=> String
|
|
10473
10658
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
10474
10659
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
10475
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.
|
|
10660
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
10661
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
10662
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
10663
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
10664
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
10665
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
10666
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
10667
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
10668
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
10669
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
10670
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
10671
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
10672
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
10673
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
10476
10674
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
10477
10675
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
10478
10676
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -10994,7 +11192,24 @@ module Aws::MediaConvert
|
|
|
10994
11192
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
10995
11193
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
10996
11194
|
# codec_settings: {
|
|
10997
|
-
#
|
|
11195
|
+
# av_1_settings: {
|
|
11196
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
11197
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
11198
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
11199
|
+
# framerate_denominator: 1,
|
|
11200
|
+
# framerate_numerator: 1,
|
|
11201
|
+
# gop_size: 1.0,
|
|
11202
|
+
# max_bitrate: 1,
|
|
11203
|
+
# number_b_frames_between_reference_frames: 1,
|
|
11204
|
+
# qvbr_settings: {
|
|
11205
|
+
# qvbr_quality_level: 1,
|
|
11206
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
11207
|
+
# },
|
|
11208
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
11209
|
+
# slices: 1,
|
|
11210
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
11211
|
+
# },
|
|
11212
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
10998
11213
|
# frame_capture_settings: {
|
|
10999
11214
|
# framerate_denominator: 1,
|
|
11000
11215
|
# framerate_numerator: 1,
|
|
@@ -11460,7 +11675,20 @@ module Aws::MediaConvert
|
|
|
11460
11675
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
11461
11676
|
# resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
|
|
11462
11677
|
# resp.preset.settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
|
|
11463
|
-
# resp.preset.settings.video_description.codec_settings.
|
|
11678
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
|
11679
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
11680
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE"
|
|
11681
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_denominator #=> Integer
|
|
11682
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.framerate_numerator #=> Integer
|
|
11683
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.gop_size #=> Float
|
|
11684
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.max_bitrate #=> Integer
|
|
11685
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.number_b_frames_between_reference_frames #=> Integer
|
|
11686
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level #=> Integer
|
|
11687
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
|
|
11688
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.rate_control_mode #=> String, one of "QVBR"
|
|
11689
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.slices #=> Integer
|
|
11690
|
+
# resp.preset.settings.video_description.codec_settings.av_1_settings.spatial_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
11691
|
+
# resp.preset.settings.video_description.codec_settings.codec #=> String, one of "FRAME_CAPTURE", "AV1", "H_264", "H_265", "MPEG2", "PRORES"
|
|
11464
11692
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_denominator #=> Integer
|
|
11465
11693
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
|
11466
11694
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
|
@@ -11744,7 +11972,7 @@ module Aws::MediaConvert
|
|
|
11744
11972
|
params: params,
|
|
11745
11973
|
config: config)
|
|
11746
11974
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
11747
|
-
context[:gem_version] = '1.
|
|
11975
|
+
context[:gem_version] = '1.44.0'
|
|
11748
11976
|
Seahorse::Client::Request.new(handlers, context)
|
|
11749
11977
|
end
|
|
11750
11978
|
|
|
@@ -51,6 +51,13 @@ module Aws::MediaConvert
|
|
|
51
51
|
AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
|
|
52
52
|
AudioSelectorType = Shapes::StringShape.new(name: 'AudioSelectorType')
|
|
53
53
|
AudioTypeControl = Shapes::StringShape.new(name: 'AudioTypeControl')
|
|
54
|
+
Av1AdaptiveQuantization = Shapes::StringShape.new(name: 'Av1AdaptiveQuantization')
|
|
55
|
+
Av1FramerateControl = Shapes::StringShape.new(name: 'Av1FramerateControl')
|
|
56
|
+
Av1FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Av1FramerateConversionAlgorithm')
|
|
57
|
+
Av1QvbrSettings = Shapes::StructureShape.new(name: 'Av1QvbrSettings')
|
|
58
|
+
Av1RateControlMode = Shapes::StringShape.new(name: 'Av1RateControlMode')
|
|
59
|
+
Av1Settings = Shapes::StructureShape.new(name: 'Av1Settings')
|
|
60
|
+
Av1SpatialAdaptiveQuantization = Shapes::StringShape.new(name: 'Av1SpatialAdaptiveQuantization')
|
|
54
61
|
AvailBlanking = Shapes::StructureShape.new(name: 'AvailBlanking')
|
|
55
62
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
|
56
63
|
BillingTagsSource = Shapes::StringShape.new(name: 'BillingTagsSource')
|
|
@@ -533,6 +540,7 @@ module Aws::MediaConvert
|
|
|
533
540
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
|
534
541
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
|
535
542
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
|
543
|
+
__integerMin7Max15 = Shapes::IntegerShape.new(name: '__integerMin7Max15')
|
|
536
544
|
__integerMin8000Max192000 = Shapes::IntegerShape.new(name: '__integerMin8000Max192000')
|
|
537
545
|
__integerMin8000Max96000 = Shapes::IntegerShape.new(name: '__integerMin8000Max96000')
|
|
538
546
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
|
@@ -707,6 +715,24 @@ module Aws::MediaConvert
|
|
|
707
715
|
AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "audioSelectorNames"))
|
|
708
716
|
AudioSelectorGroup.struct_class = Types::AudioSelectorGroup
|
|
709
717
|
|
|
718
|
+
Av1QvbrSettings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
|
719
|
+
Av1QvbrSettings.add_member(:qvbr_quality_level_fine_tune, Shapes::ShapeRef.new(shape: __doubleMin0Max1, location_name: "qvbrQualityLevelFineTune"))
|
|
720
|
+
Av1QvbrSettings.struct_class = Types::Av1QvbrSettings
|
|
721
|
+
|
|
722
|
+
Av1Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: Av1AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
|
723
|
+
Av1Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: Av1FramerateControl, location_name: "framerateControl"))
|
|
724
|
+
Av1Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: Av1FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
|
|
725
|
+
Av1Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
|
|
726
|
+
Av1Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
|
|
727
|
+
Av1Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
|
|
728
|
+
Av1Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1152000000, location_name: "maxBitrate"))
|
|
729
|
+
Av1Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin7Max15, location_name: "numberBFramesBetweenReferenceFrames"))
|
|
730
|
+
Av1Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: Av1QvbrSettings, location_name: "qvbrSettings"))
|
|
731
|
+
Av1Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Av1RateControlMode, location_name: "rateControlMode"))
|
|
732
|
+
Av1Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
|
|
733
|
+
Av1Settings.add_member(:spatial_adaptive_quantization, Shapes::ShapeRef.new(shape: Av1SpatialAdaptiveQuantization, location_name: "spatialAdaptiveQuantization"))
|
|
734
|
+
Av1Settings.struct_class = Types::Av1Settings
|
|
735
|
+
|
|
710
736
|
AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG, location_name: "availBlankingImage"))
|
|
711
737
|
AvailBlanking.struct_class = Types::AvailBlanking
|
|
712
738
|
|
|
@@ -1852,6 +1878,7 @@ module Aws::MediaConvert
|
|
|
1852
1878
|
UpdateQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
|
|
1853
1879
|
UpdateQueueResponse.struct_class = Types::UpdateQueueResponse
|
|
1854
1880
|
|
|
1881
|
+
VideoCodecSettings.add_member(:av_1_settings, Shapes::ShapeRef.new(shape: Av1Settings, location_name: "av1Settings"))
|
|
1855
1882
|
VideoCodecSettings.add_member(:codec, Shapes::ShapeRef.new(shape: VideoCodec, location_name: "codec"))
|
|
1856
1883
|
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
|
1857
1884
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
|
@@ -908,6 +908,181 @@ module Aws::MediaConvert
|
|
|
908
908
|
include Aws::Structure
|
|
909
909
|
end
|
|
910
910
|
|
|
911
|
+
# Settings for quality-defined variable bitrate encoding with the AV1
|
|
912
|
+
# codec. Required when you set Rate control mode to QVBR. Not valid when
|
|
913
|
+
# you set Rate control mode to a value other than QVBR, or when you
|
|
914
|
+
# don't define Rate control mode.
|
|
915
|
+
#
|
|
916
|
+
# @note When making an API call, you may pass Av1QvbrSettings
|
|
917
|
+
# data as a hash:
|
|
918
|
+
#
|
|
919
|
+
# {
|
|
920
|
+
# qvbr_quality_level: 1,
|
|
921
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
922
|
+
# }
|
|
923
|
+
#
|
|
924
|
+
# @!attribute [rw] qvbr_quality_level
|
|
925
|
+
# Required when you use QVBR rate control mode. That is, when you
|
|
926
|
+
# specify qvbrSettings within av1Settings. Specify the general target
|
|
927
|
+
# quality level for this output, from 1 to 10. Use higher numbers for
|
|
928
|
+
# greater quality. Level 10 results in nearly lossless compression.
|
|
929
|
+
# The quality level for most broadcast-quality transcodes is between 6
|
|
930
|
+
# and 9. Optionally, to specify a value between whole numbers, also
|
|
931
|
+
# provide a value for the setting qvbrQualityLevelFineTune. For
|
|
932
|
+
# example, if you want your QVBR quality level to be 7.33, set
|
|
933
|
+
# qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.
|
|
934
|
+
# @return [Integer]
|
|
935
|
+
#
|
|
936
|
+
# @!attribute [rw] qvbr_quality_level_fine_tune
|
|
937
|
+
# Optional. Specify a value here to set the QVBR quality to a level
|
|
938
|
+
# that is between whole numbers. For example, if you want your QVBR
|
|
939
|
+
# quality level to be 7.33, set qvbrQualityLevel to 7 and set
|
|
940
|
+
# qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR
|
|
941
|
+
# quality level to the nearest third of a whole number. For example,
|
|
942
|
+
# if you set qvbrQualityLevel to 7 and you set
|
|
943
|
+
# qvbrQualityLevelFineTune to .25, your actual QVBR quality level is
|
|
944
|
+
# 7.33.
|
|
945
|
+
# @return [Float]
|
|
946
|
+
#
|
|
947
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Av1QvbrSettings AWS API Documentation
|
|
948
|
+
#
|
|
949
|
+
class Av1QvbrSettings < Struct.new(
|
|
950
|
+
:qvbr_quality_level,
|
|
951
|
+
:qvbr_quality_level_fine_tune)
|
|
952
|
+
include Aws::Structure
|
|
953
|
+
end
|
|
954
|
+
|
|
955
|
+
# Required when you set Codec, under VideoDescription>CodecSettings to
|
|
956
|
+
# the value AV1.
|
|
957
|
+
#
|
|
958
|
+
# @note When making an API call, you may pass Av1Settings
|
|
959
|
+
# data as a hash:
|
|
960
|
+
#
|
|
961
|
+
# {
|
|
962
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
963
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
964
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
965
|
+
# framerate_denominator: 1,
|
|
966
|
+
# framerate_numerator: 1,
|
|
967
|
+
# gop_size: 1.0,
|
|
968
|
+
# max_bitrate: 1,
|
|
969
|
+
# number_b_frames_between_reference_frames: 1,
|
|
970
|
+
# qvbr_settings: {
|
|
971
|
+
# qvbr_quality_level: 1,
|
|
972
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
973
|
+
# },
|
|
974
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
975
|
+
# slices: 1,
|
|
976
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
977
|
+
# }
|
|
978
|
+
#
|
|
979
|
+
# @!attribute [rw] adaptive_quantization
|
|
980
|
+
# Adaptive quantization. Allows intra-frame quantizers to vary to
|
|
981
|
+
# improve visual quality.
|
|
982
|
+
# @return [String]
|
|
983
|
+
#
|
|
984
|
+
# @!attribute [rw] framerate_control
|
|
985
|
+
# If you are using the console, use the Framerate setting to specify
|
|
986
|
+
# the frame rate for this output. If you want to keep the same frame
|
|
987
|
+
# rate as the input video, choose Follow source. If you want to do
|
|
988
|
+
# frame rate conversion, choose a frame rate from the dropdown list or
|
|
989
|
+
# choose Custom. The framerates shown in the dropdown list are decimal
|
|
990
|
+
# approximations of fractions. If you choose Custom, specify your
|
|
991
|
+
# frame rate as a fraction. If you are creating your transcoding job
|
|
992
|
+
# specification as a JSON file without the console, use
|
|
993
|
+
# FramerateControl to specify which value the service uses for the
|
|
994
|
+
# frame rate for this output. Choose INITIALIZE\_FROM\_SOURCE if you
|
|
995
|
+
# want the service to use the frame rate from the input. Choose
|
|
996
|
+
# SPECIFIED if you want the service to use the frame rate you specify
|
|
997
|
+
# in the settings FramerateNumerator and FramerateDenominator.
|
|
998
|
+
# @return [String]
|
|
999
|
+
#
|
|
1000
|
+
# @!attribute [rw] framerate_conversion_algorithm
|
|
1001
|
+
# When set to INTERPOLATE, produces smoother motion during frame rate
|
|
1002
|
+
# conversion.
|
|
1003
|
+
# @return [String]
|
|
1004
|
+
#
|
|
1005
|
+
# @!attribute [rw] framerate_denominator
|
|
1006
|
+
# When you use the API for transcode jobs that use frame rate
|
|
1007
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
|
1008
|
+
# / 1001 = 23.976 fps. Use FramerateDenominator to specify the
|
|
1009
|
+
# denominator of this fraction. In this example, use 1001 for the
|
|
1010
|
+
# value of FramerateDenominator. When you use the console for
|
|
1011
|
+
# transcode jobs that use frame rate conversion, provide the value as
|
|
1012
|
+
# a decimal number for Framerate. In this example, specify 23.976.
|
|
1013
|
+
# @return [Integer]
|
|
1014
|
+
#
|
|
1015
|
+
# @!attribute [rw] framerate_numerator
|
|
1016
|
+
# When you use the API for transcode jobs that use frame rate
|
|
1017
|
+
# conversion, specify the frame rate as a fraction. For example, 24000
|
|
1018
|
+
# / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator
|
|
1019
|
+
# of this fraction. In this example, use 24000 for the value of
|
|
1020
|
+
# FramerateNumerator. When you use the console for transcode jobs that
|
|
1021
|
+
# use frame rate conversion, provide the value as a decimal number for
|
|
1022
|
+
# Framerate. In this example, specify 23.976.
|
|
1023
|
+
# @return [Integer]
|
|
1024
|
+
#
|
|
1025
|
+
# @!attribute [rw] gop_size
|
|
1026
|
+
# Specify the GOP length (keyframe interval) in frames. With AV1,
|
|
1027
|
+
# MediaConvert doesn't support GOP length in seconds. This value must
|
|
1028
|
+
# be greater than zero and preferably equal to 1 + ((numberBFrames +
|
|
1029
|
+
# 1) * x), where x is an integer value.
|
|
1030
|
+
# @return [Float]
|
|
1031
|
+
#
|
|
1032
|
+
# @!attribute [rw] max_bitrate
|
|
1033
|
+
# Maximum bitrate in bits/second. For example, enter five megabits per
|
|
1034
|
+
# second as 5000000. Required when Rate control mode is QVBR.
|
|
1035
|
+
# @return [Integer]
|
|
1036
|
+
#
|
|
1037
|
+
# @!attribute [rw] number_b_frames_between_reference_frames
|
|
1038
|
+
# Specify the number of B-frames. With AV1, MediaConvert supports only
|
|
1039
|
+
# 7 or 15.
|
|
1040
|
+
# @return [Integer]
|
|
1041
|
+
#
|
|
1042
|
+
# @!attribute [rw] qvbr_settings
|
|
1043
|
+
# Settings for quality-defined variable bitrate encoding with the AV1
|
|
1044
|
+
# codec. Required when you set Rate control mode to QVBR. Not valid
|
|
1045
|
+
# when you set Rate control mode to a value other than QVBR, or when
|
|
1046
|
+
# you don't define Rate control mode.
|
|
1047
|
+
# @return [Types::Av1QvbrSettings]
|
|
1048
|
+
#
|
|
1049
|
+
# @!attribute [rw] rate_control_mode
|
|
1050
|
+
# 'With AV1 outputs, for rate control mode, MediaConvert supports
|
|
1051
|
+
# only quality-defined variable bitrate (QVBR). You can''t use CBR
|
|
1052
|
+
# or VBR.'
|
|
1053
|
+
# @return [String]
|
|
1054
|
+
#
|
|
1055
|
+
# @!attribute [rw] slices
|
|
1056
|
+
# Specify the number of slices per picture. This value must be 1, 2,
|
|
1057
|
+
# 4, 8, 16, or 32. For progressive pictures, this value must be less
|
|
1058
|
+
# than or equal to the number of macroblock rows. For interlaced
|
|
1059
|
+
# pictures, this value must be less than or equal to half the number
|
|
1060
|
+
# of macroblock rows.
|
|
1061
|
+
# @return [Integer]
|
|
1062
|
+
#
|
|
1063
|
+
# @!attribute [rw] spatial_adaptive_quantization
|
|
1064
|
+
# Adjust quantization within each frame based on spatial variation of
|
|
1065
|
+
# content complexity.
|
|
1066
|
+
# @return [String]
|
|
1067
|
+
#
|
|
1068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Av1Settings AWS API Documentation
|
|
1069
|
+
#
|
|
1070
|
+
class Av1Settings < Struct.new(
|
|
1071
|
+
:adaptive_quantization,
|
|
1072
|
+
:framerate_control,
|
|
1073
|
+
:framerate_conversion_algorithm,
|
|
1074
|
+
:framerate_denominator,
|
|
1075
|
+
:framerate_numerator,
|
|
1076
|
+
:gop_size,
|
|
1077
|
+
:max_bitrate,
|
|
1078
|
+
:number_b_frames_between_reference_frames,
|
|
1079
|
+
:qvbr_settings,
|
|
1080
|
+
:rate_control_mode,
|
|
1081
|
+
:slices,
|
|
1082
|
+
:spatial_adaptive_quantization)
|
|
1083
|
+
include Aws::Structure
|
|
1084
|
+
end
|
|
1085
|
+
|
|
911
1086
|
# Settings for Avail Blanking
|
|
912
1087
|
#
|
|
913
1088
|
# @note When making an API call, you may pass AvailBlanking
|
|
@@ -2091,11 +2266,12 @@ module Aws::MediaConvert
|
|
|
2091
2266
|
#
|
|
2092
2267
|
# @!attribute [rw] color_space_conversion
|
|
2093
2268
|
# Specify the color space you want for this output. The service
|
|
2094
|
-
# supports conversion between HDR formats, between SDR formats,
|
|
2095
|
-
#
|
|
2096
|
-
#
|
|
2097
|
-
#
|
|
2098
|
-
#
|
|
2269
|
+
# supports conversion between HDR formats, between SDR formats, from
|
|
2270
|
+
# SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't
|
|
2271
|
+
# upgrade the dynamic range. The converted video has an HDR format,
|
|
2272
|
+
# but visually appears the same as an unconverted output. HDR to SDR
|
|
2273
|
+
# conversion uses Elemental tone mapping technology to approximate the
|
|
2274
|
+
# outcome of manually regrading from HDR to SDR.
|
|
2099
2275
|
# @return [String]
|
|
2100
2276
|
#
|
|
2101
2277
|
# @!attribute [rw] contrast
|
|
@@ -3011,7 +3187,24 @@ module Aws::MediaConvert
|
|
|
3011
3187
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
3012
3188
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
3013
3189
|
# codec_settings: {
|
|
3014
|
-
#
|
|
3190
|
+
# av_1_settings: {
|
|
3191
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
3192
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
3193
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
3194
|
+
# framerate_denominator: 1,
|
|
3195
|
+
# framerate_numerator: 1,
|
|
3196
|
+
# gop_size: 1.0,
|
|
3197
|
+
# max_bitrate: 1,
|
|
3198
|
+
# number_b_frames_between_reference_frames: 1,
|
|
3199
|
+
# qvbr_settings: {
|
|
3200
|
+
# qvbr_quality_level: 1,
|
|
3201
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
3202
|
+
# },
|
|
3203
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
3204
|
+
# slices: 1,
|
|
3205
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
3206
|
+
# },
|
|
3207
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
3015
3208
|
# frame_capture_settings: {
|
|
3016
3209
|
# framerate_denominator: 1,
|
|
3017
3210
|
# framerate_numerator: 1,
|
|
@@ -4082,7 +4275,24 @@ module Aws::MediaConvert
|
|
|
4082
4275
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
4083
4276
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
4084
4277
|
# codec_settings: {
|
|
4085
|
-
#
|
|
4278
|
+
# av_1_settings: {
|
|
4279
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
4280
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
4281
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
4282
|
+
# framerate_denominator: 1,
|
|
4283
|
+
# framerate_numerator: 1,
|
|
4284
|
+
# gop_size: 1.0,
|
|
4285
|
+
# max_bitrate: 1,
|
|
4286
|
+
# number_b_frames_between_reference_frames: 1,
|
|
4287
|
+
# qvbr_settings: {
|
|
4288
|
+
# qvbr_quality_level: 1,
|
|
4289
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
4290
|
+
# },
|
|
4291
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
4292
|
+
# slices: 1,
|
|
4293
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
4294
|
+
# },
|
|
4295
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
4086
4296
|
# frame_capture_settings: {
|
|
4087
4297
|
# framerate_denominator: 1,
|
|
4088
4298
|
# framerate_numerator: 1,
|
|
@@ -4723,7 +4933,24 @@ module Aws::MediaConvert
|
|
|
4723
4933
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
4724
4934
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
4725
4935
|
# codec_settings: {
|
|
4726
|
-
#
|
|
4936
|
+
# av_1_settings: {
|
|
4937
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
4938
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
4939
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
4940
|
+
# framerate_denominator: 1,
|
|
4941
|
+
# framerate_numerator: 1,
|
|
4942
|
+
# gop_size: 1.0,
|
|
4943
|
+
# max_bitrate: 1,
|
|
4944
|
+
# number_b_frames_between_reference_frames: 1,
|
|
4945
|
+
# qvbr_settings: {
|
|
4946
|
+
# qvbr_quality_level: 1,
|
|
4947
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
4948
|
+
# },
|
|
4949
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
4950
|
+
# slices: 1,
|
|
4951
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
4952
|
+
# },
|
|
4953
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
4727
4954
|
# frame_capture_settings: {
|
|
4728
4955
|
# framerate_denominator: 1,
|
|
4729
4956
|
# framerate_numerator: 1,
|
|
@@ -10034,7 +10261,24 @@ module Aws::MediaConvert
|
|
|
10034
10261
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
10035
10262
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
10036
10263
|
# codec_settings: {
|
|
10037
|
-
#
|
|
10264
|
+
# av_1_settings: {
|
|
10265
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
10266
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
10267
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
10268
|
+
# framerate_denominator: 1,
|
|
10269
|
+
# framerate_numerator: 1,
|
|
10270
|
+
# gop_size: 1.0,
|
|
10271
|
+
# max_bitrate: 1,
|
|
10272
|
+
# number_b_frames_between_reference_frames: 1,
|
|
10273
|
+
# qvbr_settings: {
|
|
10274
|
+
# qvbr_quality_level: 1,
|
|
10275
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
10276
|
+
# },
|
|
10277
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
10278
|
+
# slices: 1,
|
|
10279
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
10280
|
+
# },
|
|
10281
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
10038
10282
|
# frame_capture_settings: {
|
|
10039
10283
|
# framerate_denominator: 1,
|
|
10040
10284
|
# framerate_numerator: 1,
|
|
@@ -11133,7 +11377,24 @@ module Aws::MediaConvert
|
|
|
11133
11377
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
11134
11378
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
11135
11379
|
# codec_settings: {
|
|
11136
|
-
#
|
|
11380
|
+
# av_1_settings: {
|
|
11381
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
11382
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
11383
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
11384
|
+
# framerate_denominator: 1,
|
|
11385
|
+
# framerate_numerator: 1,
|
|
11386
|
+
# gop_size: 1.0,
|
|
11387
|
+
# max_bitrate: 1,
|
|
11388
|
+
# number_b_frames_between_reference_frames: 1,
|
|
11389
|
+
# qvbr_settings: {
|
|
11390
|
+
# qvbr_quality_level: 1,
|
|
11391
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
11392
|
+
# },
|
|
11393
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
11394
|
+
# slices: 1,
|
|
11395
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
11396
|
+
# },
|
|
11397
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
11137
11398
|
# frame_capture_settings: {
|
|
11138
11399
|
# framerate_denominator: 1,
|
|
11139
11400
|
# framerate_numerator: 1,
|
|
@@ -13631,7 +13892,24 @@ module Aws::MediaConvert
|
|
|
13631
13892
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
13632
13893
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
13633
13894
|
# codec_settings: {
|
|
13634
|
-
#
|
|
13895
|
+
# av_1_settings: {
|
|
13896
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
13897
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
13898
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
13899
|
+
# framerate_denominator: 1,
|
|
13900
|
+
# framerate_numerator: 1,
|
|
13901
|
+
# gop_size: 1.0,
|
|
13902
|
+
# max_bitrate: 1,
|
|
13903
|
+
# number_b_frames_between_reference_frames: 1,
|
|
13904
|
+
# qvbr_settings: {
|
|
13905
|
+
# qvbr_quality_level: 1,
|
|
13906
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
13907
|
+
# },
|
|
13908
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
13909
|
+
# slices: 1,
|
|
13910
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
13911
|
+
# },
|
|
13912
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
13635
13913
|
# frame_capture_settings: {
|
|
13636
13914
|
# framerate_denominator: 1,
|
|
13637
13915
|
# framerate_numerator: 1,
|
|
@@ -14496,7 +14774,24 @@ module Aws::MediaConvert
|
|
|
14496
14774
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
14497
14775
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
14498
14776
|
# codec_settings: {
|
|
14499
|
-
#
|
|
14777
|
+
# av_1_settings: {
|
|
14778
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
14779
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
14780
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
14781
|
+
# framerate_denominator: 1,
|
|
14782
|
+
# framerate_numerator: 1,
|
|
14783
|
+
# gop_size: 1.0,
|
|
14784
|
+
# max_bitrate: 1,
|
|
14785
|
+
# number_b_frames_between_reference_frames: 1,
|
|
14786
|
+
# qvbr_settings: {
|
|
14787
|
+
# qvbr_quality_level: 1,
|
|
14788
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
14789
|
+
# },
|
|
14790
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
14791
|
+
# slices: 1,
|
|
14792
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
14793
|
+
# },
|
|
14794
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
14500
14795
|
# frame_capture_settings: {
|
|
14501
14796
|
# framerate_denominator: 1,
|
|
14502
14797
|
# framerate_numerator: 1,
|
|
@@ -15411,7 +15706,24 @@ module Aws::MediaConvert
|
|
|
15411
15706
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
15412
15707
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
15413
15708
|
# codec_settings: {
|
|
15414
|
-
#
|
|
15709
|
+
# av_1_settings: {
|
|
15710
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
15711
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
15712
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
15713
|
+
# framerate_denominator: 1,
|
|
15714
|
+
# framerate_numerator: 1,
|
|
15715
|
+
# gop_size: 1.0,
|
|
15716
|
+
# max_bitrate: 1,
|
|
15717
|
+
# number_b_frames_between_reference_frames: 1,
|
|
15718
|
+
# qvbr_settings: {
|
|
15719
|
+
# qvbr_quality_level: 1,
|
|
15720
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
15721
|
+
# },
|
|
15722
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
15723
|
+
# slices: 1,
|
|
15724
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
15725
|
+
# },
|
|
15726
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
15415
15727
|
# frame_capture_settings: {
|
|
15416
15728
|
# framerate_denominator: 1,
|
|
15417
15729
|
# framerate_numerator: 1,
|
|
@@ -17424,7 +17736,24 @@ module Aws::MediaConvert
|
|
|
17424
17736
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
17425
17737
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
17426
17738
|
# codec_settings: {
|
|
17427
|
-
#
|
|
17739
|
+
# av_1_settings: {
|
|
17740
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
17741
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
17742
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
17743
|
+
# framerate_denominator: 1,
|
|
17744
|
+
# framerate_numerator: 1,
|
|
17745
|
+
# gop_size: 1.0,
|
|
17746
|
+
# max_bitrate: 1,
|
|
17747
|
+
# number_b_frames_between_reference_frames: 1,
|
|
17748
|
+
# qvbr_settings: {
|
|
17749
|
+
# qvbr_quality_level: 1,
|
|
17750
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
17751
|
+
# },
|
|
17752
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
17753
|
+
# slices: 1,
|
|
17754
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
17755
|
+
# },
|
|
17756
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
17428
17757
|
# frame_capture_settings: {
|
|
17429
17758
|
# framerate_denominator: 1,
|
|
17430
17759
|
# framerate_numerator: 1,
|
|
@@ -18056,7 +18385,24 @@ module Aws::MediaConvert
|
|
|
18056
18385
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
18057
18386
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
18058
18387
|
# codec_settings: {
|
|
18059
|
-
#
|
|
18388
|
+
# av_1_settings: {
|
|
18389
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
18390
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
18391
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
18392
|
+
# framerate_denominator: 1,
|
|
18393
|
+
# framerate_numerator: 1,
|
|
18394
|
+
# gop_size: 1.0,
|
|
18395
|
+
# max_bitrate: 1,
|
|
18396
|
+
# number_b_frames_between_reference_frames: 1,
|
|
18397
|
+
# qvbr_settings: {
|
|
18398
|
+
# qvbr_quality_level: 1,
|
|
18399
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
18400
|
+
# },
|
|
18401
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
18402
|
+
# slices: 1,
|
|
18403
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
18404
|
+
# },
|
|
18405
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
18060
18406
|
# frame_capture_settings: {
|
|
18061
18407
|
# framerate_denominator: 1,
|
|
18062
18408
|
# framerate_numerator: 1,
|
|
@@ -18414,15 +18760,32 @@ module Aws::MediaConvert
|
|
|
18414
18760
|
# in this group vary depending on the value that you choose for Video
|
|
18415
18761
|
# codec (Codec). For each codec enum that you choose, define the
|
|
18416
18762
|
# corresponding settings object. The following lists the codec enum,
|
|
18417
|
-
# settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings *
|
|
18418
|
-
# H\_264, H264Settings * H\_265, H265Settings * MPEG2,
|
|
18419
|
-
# * PRORES, ProresSettings
|
|
18763
|
+
# settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings * AV1,
|
|
18764
|
+
# Av1Settings * H\_264, H264Settings * H\_265, H265Settings * MPEG2,
|
|
18765
|
+
# Mpeg2Settings * PRORES, ProresSettings
|
|
18420
18766
|
#
|
|
18421
18767
|
# @note When making an API call, you may pass VideoCodecSettings
|
|
18422
18768
|
# data as a hash:
|
|
18423
18769
|
#
|
|
18424
18770
|
# {
|
|
18425
|
-
#
|
|
18771
|
+
# av_1_settings: {
|
|
18772
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
18773
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
18774
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
18775
|
+
# framerate_denominator: 1,
|
|
18776
|
+
# framerate_numerator: 1,
|
|
18777
|
+
# gop_size: 1.0,
|
|
18778
|
+
# max_bitrate: 1,
|
|
18779
|
+
# number_b_frames_between_reference_frames: 1,
|
|
18780
|
+
# qvbr_settings: {
|
|
18781
|
+
# qvbr_quality_level: 1,
|
|
18782
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
18783
|
+
# },
|
|
18784
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
18785
|
+
# slices: 1,
|
|
18786
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
18787
|
+
# },
|
|
18788
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
18426
18789
|
# frame_capture_settings: {
|
|
18427
18790
|
# framerate_denominator: 1,
|
|
18428
18791
|
# framerate_numerator: 1,
|
|
@@ -18567,6 +18930,11 @@ module Aws::MediaConvert
|
|
|
18567
18930
|
# },
|
|
18568
18931
|
# }
|
|
18569
18932
|
#
|
|
18933
|
+
# @!attribute [rw] av_1_settings
|
|
18934
|
+
# Required when you set Codec, under VideoDescription>CodecSettings to
|
|
18935
|
+
# the value AV1.
|
|
18936
|
+
# @return [Types::Av1Settings]
|
|
18937
|
+
#
|
|
18570
18938
|
# @!attribute [rw] codec
|
|
18571
18939
|
# Specifies the video codec. This must be equal to one of the enum
|
|
18572
18940
|
# values defined by the object VideoCodec.
|
|
@@ -18599,6 +18967,7 @@ module Aws::MediaConvert
|
|
|
18599
18967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoCodecSettings AWS API Documentation
|
|
18600
18968
|
#
|
|
18601
18969
|
class VideoCodecSettings < Struct.new(
|
|
18970
|
+
:av_1_settings,
|
|
18602
18971
|
:codec,
|
|
18603
18972
|
:frame_capture_settings,
|
|
18604
18973
|
:h264_settings,
|
|
@@ -18617,7 +18986,24 @@ module Aws::MediaConvert
|
|
|
18617
18986
|
# afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
|
|
18618
18987
|
# anti_alias: "DISABLED", # accepts DISABLED, ENABLED
|
|
18619
18988
|
# codec_settings: {
|
|
18620
|
-
#
|
|
18989
|
+
# av_1_settings: {
|
|
18990
|
+
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
|
18991
|
+
# framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
18992
|
+
# framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE
|
|
18993
|
+
# framerate_denominator: 1,
|
|
18994
|
+
# framerate_numerator: 1,
|
|
18995
|
+
# gop_size: 1.0,
|
|
18996
|
+
# max_bitrate: 1,
|
|
18997
|
+
# number_b_frames_between_reference_frames: 1,
|
|
18998
|
+
# qvbr_settings: {
|
|
18999
|
+
# qvbr_quality_level: 1,
|
|
19000
|
+
# qvbr_quality_level_fine_tune: 1.0,
|
|
19001
|
+
# },
|
|
19002
|
+
# rate_control_mode: "QVBR", # accepts QVBR
|
|
19003
|
+
# slices: 1,
|
|
19004
|
+
# spatial_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
19005
|
+
# },
|
|
19006
|
+
# codec: "FRAME_CAPTURE", # accepts FRAME_CAPTURE, AV1, H_264, H_265, MPEG2, PRORES
|
|
18621
19007
|
# frame_capture_settings: {
|
|
18622
19008
|
# framerate_denominator: 1,
|
|
18623
19009
|
# framerate_numerator: 1,
|
|
@@ -18881,8 +19267,8 @@ module Aws::MediaConvert
|
|
|
18881
19267
|
# for Video codec (Codec). For each codec enum that you choose, define
|
|
18882
19268
|
# the corresponding settings object. The following lists the codec
|
|
18883
19269
|
# enum, settings object pairs. * FRAME\_CAPTURE, FrameCaptureSettings
|
|
18884
|
-
# * H\_264, H264Settings * H\_265, H265Settings
|
|
18885
|
-
# Mpeg2Settings * PRORES, ProresSettings
|
|
19270
|
+
# * AV1, Av1Settings * H\_264, H264Settings * H\_265, H265Settings
|
|
19271
|
+
# * MPEG2, Mpeg2Settings * PRORES, ProresSettings
|
|
18886
19272
|
# @return [Types::VideoCodecSettings]
|
|
18887
19273
|
#
|
|
18888
19274
|
# @!attribute [rw] color_metadata
|
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.44.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: 2020-03-
|
|
11
|
+
date: 2020-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '0'
|
|
82
82
|
requirements: []
|
|
83
|
-
|
|
83
|
+
rubyforge_project:
|
|
84
|
+
rubygems_version: 2.5.2.3
|
|
84
85
|
signing_key:
|
|
85
86
|
specification_version: 4
|
|
86
87
|
summary: AWS SDK for Ruby - MediaConvert
|