aws-sdk-mediaconvert 1.58.0 → 1.59.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 +4 -4
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +59 -17
- data/lib/aws-sdk-mediaconvert/client_api.rb +13 -0
- data/lib/aws-sdk-mediaconvert/types.rb +196 -37
- 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: c89deb821c414d826ec0a2028eac13935cb1b9327e3116cb0f64303409fe1694
|
4
|
+
data.tar.gz: ec8576ab1fe225551266aa4abe3e25bf3c370034c16ce9b0e64b8eb96716d1d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb9c6cdcc8656d2b7d48adb7a176b485eb840d77bec48cbb147399a51d9465d94ac4c5853d9302d9f592c049e3b4f426ee9ee0a7bfc74e7145f7a2022a94463c
|
7
|
+
data.tar.gz: 2594fd0d42fe3badcbec0ee8b292fb7beb41b4632fb65a75b80e4e9477a875e84e0c035bdb0f907d38e749a6411424e7a9ab0b1813f30c252d1aed17f34d1fe9
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
@@ -665,6 +665,13 @@ module Aws::MediaConvert
|
|
665
665
|
# },
|
666
666
|
# output_groups: [
|
667
667
|
# {
|
668
|
+
# automated_encoding_settings: {
|
669
|
+
# abr_settings: {
|
670
|
+
# max_abr_bitrate: 1,
|
671
|
+
# max_renditions: 1,
|
672
|
+
# min_abr_bitrate: 1,
|
673
|
+
# },
|
674
|
+
# },
|
668
675
|
# custom_name: "__string",
|
669
676
|
# name: "__string",
|
670
677
|
# output_group_settings: {
|
@@ -1227,7 +1234,7 @@ module Aws::MediaConvert
|
|
1227
1234
|
# quality: 1,
|
1228
1235
|
# },
|
1229
1236
|
# h264_settings: {
|
1230
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
1237
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
1231
1238
|
# bitrate: 1,
|
1232
1239
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
1233
1240
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -1695,6 +1702,9 @@ module Aws::MediaConvert
|
|
1695
1702
|
# resp.job.settings.nielsen_non_linear_watermark.tic_server_url #=> String
|
1696
1703
|
# resp.job.settings.nielsen_non_linear_watermark.unique_tic_per_audio_track #=> String, one of "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
|
1697
1704
|
# resp.job.settings.output_groups #=> Array
|
1705
|
+
# resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
|
1706
|
+
# resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
|
1707
|
+
# resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
|
1698
1708
|
# resp.job.settings.output_groups[0].custom_name #=> String
|
1699
1709
|
# resp.job.settings.output_groups[0].name #=> String
|
1700
1710
|
# resp.job.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
|
@@ -2088,7 +2098,7 @@ module Aws::MediaConvert
|
|
2088
2098
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
2089
2099
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
2090
2100
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
2091
|
-
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
2101
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
2092
2102
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
|
2093
2103
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
2094
2104
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -2598,6 +2608,13 @@ module Aws::MediaConvert
|
|
2598
2608
|
# },
|
2599
2609
|
# output_groups: [
|
2600
2610
|
# {
|
2611
|
+
# automated_encoding_settings: {
|
2612
|
+
# abr_settings: {
|
2613
|
+
# max_abr_bitrate: 1,
|
2614
|
+
# max_renditions: 1,
|
2615
|
+
# min_abr_bitrate: 1,
|
2616
|
+
# },
|
2617
|
+
# },
|
2601
2618
|
# custom_name: "__string",
|
2602
2619
|
# name: "__string",
|
2603
2620
|
# output_group_settings: {
|
@@ -3160,7 +3177,7 @@ module Aws::MediaConvert
|
|
3160
3177
|
# quality: 1,
|
3161
3178
|
# },
|
3162
3179
|
# h264_settings: {
|
3163
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3180
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3164
3181
|
# bitrate: 1,
|
3165
3182
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
3166
3183
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -3598,6 +3615,9 @@ module Aws::MediaConvert
|
|
3598
3615
|
# resp.job_template.settings.nielsen_non_linear_watermark.tic_server_url #=> String
|
3599
3616
|
# resp.job_template.settings.nielsen_non_linear_watermark.unique_tic_per_audio_track #=> String, one of "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
|
3600
3617
|
# resp.job_template.settings.output_groups #=> Array
|
3618
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
|
3619
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
|
3620
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
|
3601
3621
|
# resp.job_template.settings.output_groups[0].custom_name #=> String
|
3602
3622
|
# resp.job_template.settings.output_groups[0].name #=> String
|
3603
3623
|
# resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
|
@@ -3991,7 +4011,7 @@ module Aws::MediaConvert
|
|
3991
4011
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
3992
4012
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
3993
4013
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
3994
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
4014
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
3995
4015
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
|
3996
4016
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
3997
4017
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -4605,7 +4625,7 @@ module Aws::MediaConvert
|
|
4605
4625
|
# quality: 1,
|
4606
4626
|
# },
|
4607
4627
|
# h264_settings: {
|
4608
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4628
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4609
4629
|
# bitrate: 1,
|
4610
4630
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
4611
4631
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -5150,7 +5170,7 @@ module Aws::MediaConvert
|
|
5150
5170
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
5151
5171
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
5152
5172
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
5153
|
-
# resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
5173
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
5154
5174
|
# resp.preset.settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
|
5155
5175
|
# resp.preset.settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
5156
5176
|
# resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -5779,6 +5799,9 @@ module Aws::MediaConvert
|
|
5779
5799
|
# resp.job.settings.nielsen_non_linear_watermark.tic_server_url #=> String
|
5780
5800
|
# resp.job.settings.nielsen_non_linear_watermark.unique_tic_per_audio_track #=> String, one of "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
|
5781
5801
|
# resp.job.settings.output_groups #=> Array
|
5802
|
+
# resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
|
5803
|
+
# resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
|
5804
|
+
# resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
|
5782
5805
|
# resp.job.settings.output_groups[0].custom_name #=> String
|
5783
5806
|
# resp.job.settings.output_groups[0].name #=> String
|
5784
5807
|
# resp.job.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
|
@@ -6172,7 +6195,7 @@ module Aws::MediaConvert
|
|
6172
6195
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
6173
6196
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
6174
6197
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
6175
|
-
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
6198
|
+
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
6176
6199
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
|
6177
6200
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
6178
6201
|
# resp.job.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -6571,6 +6594,9 @@ module Aws::MediaConvert
|
|
6571
6594
|
# resp.job_template.settings.nielsen_non_linear_watermark.tic_server_url #=> String
|
6572
6595
|
# resp.job_template.settings.nielsen_non_linear_watermark.unique_tic_per_audio_track #=> String, one of "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
|
6573
6596
|
# resp.job_template.settings.output_groups #=> Array
|
6597
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
|
6598
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
|
6599
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
|
6574
6600
|
# resp.job_template.settings.output_groups[0].custom_name #=> String
|
6575
6601
|
# resp.job_template.settings.output_groups[0].name #=> String
|
6576
6602
|
# resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
|
@@ -6964,7 +6990,7 @@ module Aws::MediaConvert
|
|
6964
6990
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
6965
6991
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
6966
6992
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
6967
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
6993
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
6968
6994
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
|
6969
6995
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
6970
6996
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -7483,7 +7509,7 @@ module Aws::MediaConvert
|
|
7483
7509
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
7484
7510
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
7485
7511
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
7486
|
-
# resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
7512
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
7487
7513
|
# resp.preset.settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
|
7488
7514
|
# resp.preset.settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
7489
7515
|
# resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -7941,6 +7967,9 @@ module Aws::MediaConvert
|
|
7941
7967
|
# resp.job_templates[0].settings.nielsen_non_linear_watermark.tic_server_url #=> String
|
7942
7968
|
# resp.job_templates[0].settings.nielsen_non_linear_watermark.unique_tic_per_audio_track #=> String, one of "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
|
7943
7969
|
# resp.job_templates[0].settings.output_groups #=> Array
|
7970
|
+
# resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
|
7971
|
+
# resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
|
7972
|
+
# resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
|
7944
7973
|
# resp.job_templates[0].settings.output_groups[0].custom_name #=> String
|
7945
7974
|
# resp.job_templates[0].settings.output_groups[0].name #=> String
|
7946
7975
|
# resp.job_templates[0].settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
|
@@ -8334,7 +8363,7 @@ module Aws::MediaConvert
|
|
8334
8363
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
8335
8364
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
8336
8365
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
8337
|
-
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
8366
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
8338
8367
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
|
8339
8368
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
8340
8369
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -8783,6 +8812,9 @@ module Aws::MediaConvert
|
|
8783
8812
|
# resp.jobs[0].settings.nielsen_non_linear_watermark.tic_server_url #=> String
|
8784
8813
|
# resp.jobs[0].settings.nielsen_non_linear_watermark.unique_tic_per_audio_track #=> String, one of "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
|
8785
8814
|
# resp.jobs[0].settings.output_groups #=> Array
|
8815
|
+
# resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
|
8816
|
+
# resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
|
8817
|
+
# resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
|
8786
8818
|
# resp.jobs[0].settings.output_groups[0].custom_name #=> String
|
8787
8819
|
# resp.jobs[0].settings.output_groups[0].name #=> String
|
8788
8820
|
# resp.jobs[0].settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
|
@@ -9176,7 +9208,7 @@ module Aws::MediaConvert
|
|
9176
9208
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
9177
9209
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
9178
9210
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
9179
|
-
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
9211
|
+
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
9180
9212
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
|
9181
9213
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
9182
9214
|
# resp.jobs[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -9733,7 +9765,7 @@ module Aws::MediaConvert
|
|
9733
9765
|
# resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
9734
9766
|
# resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
9735
9767
|
# resp.presets[0].settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
9736
|
-
# resp.presets[0].settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
9768
|
+
# resp.presets[0].settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
9737
9769
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
|
9738
9770
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
9739
9771
|
# resp.presets[0].settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -10378,6 +10410,13 @@ module Aws::MediaConvert
|
|
10378
10410
|
# },
|
10379
10411
|
# output_groups: [
|
10380
10412
|
# {
|
10413
|
+
# automated_encoding_settings: {
|
10414
|
+
# abr_settings: {
|
10415
|
+
# max_abr_bitrate: 1,
|
10416
|
+
# max_renditions: 1,
|
10417
|
+
# min_abr_bitrate: 1,
|
10418
|
+
# },
|
10419
|
+
# },
|
10381
10420
|
# custom_name: "__string",
|
10382
10421
|
# name: "__string",
|
10383
10422
|
# output_group_settings: {
|
@@ -10940,7 +10979,7 @@ module Aws::MediaConvert
|
|
10940
10979
|
# quality: 1,
|
10941
10980
|
# },
|
10942
10981
|
# h264_settings: {
|
10943
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
10982
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
10944
10983
|
# bitrate: 1,
|
10945
10984
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
10946
10985
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -11375,6 +11414,9 @@ module Aws::MediaConvert
|
|
11375
11414
|
# resp.job_template.settings.nielsen_non_linear_watermark.tic_server_url #=> String
|
11376
11415
|
# resp.job_template.settings.nielsen_non_linear_watermark.unique_tic_per_audio_track #=> String, one of "RESERVE_UNIQUE_TICS_PER_TRACK", "SAME_TICS_PER_TRACK"
|
11377
11416
|
# resp.job_template.settings.output_groups #=> Array
|
11417
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
|
11418
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
|
11419
|
+
# resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
|
11378
11420
|
# resp.job_template.settings.output_groups[0].custom_name #=> String
|
11379
11421
|
# resp.job_template.settings.output_groups[0].name #=> String
|
11380
11422
|
# resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
|
@@ -11768,7 +11810,7 @@ module Aws::MediaConvert
|
|
11768
11810
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
11769
11811
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
11770
11812
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
11771
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
11813
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
11772
11814
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.bitrate #=> Integer
|
11773
11815
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
11774
11816
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -12376,7 +12418,7 @@ module Aws::MediaConvert
|
|
12376
12418
|
# quality: 1,
|
12377
12419
|
# },
|
12378
12420
|
# h264_settings: {
|
12379
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12421
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12380
12422
|
# bitrate: 1,
|
12381
12423
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
12382
12424
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -12918,7 +12960,7 @@ module Aws::MediaConvert
|
|
12918
12960
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.framerate_numerator #=> Integer
|
12919
12961
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.max_captures #=> Integer
|
12920
12962
|
# resp.preset.settings.video_description.codec_settings.frame_capture_settings.quality #=> Integer
|
12921
|
-
# resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
12963
|
+
# resp.preset.settings.video_description.codec_settings.h264_settings.adaptive_quantization #=> String, one of "OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
|
12922
12964
|
# resp.preset.settings.video_description.codec_settings.h264_settings.bitrate #=> Integer
|
12923
12965
|
# resp.preset.settings.video_description.codec_settings.h264_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_1_1", "LEVEL_1_2", "LEVEL_1_3", "LEVEL_2", "LEVEL_2_1", "LEVEL_2_2", "LEVEL_3", "LEVEL_3_1", "LEVEL_3_2", "LEVEL_4", "LEVEL_4_1", "LEVEL_4_2", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2"
|
12924
12966
|
# resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
|
@@ -13236,7 +13278,7 @@ module Aws::MediaConvert
|
|
13236
13278
|
params: params,
|
13237
13279
|
config: config)
|
13238
13280
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
13239
|
-
context[:gem_version] = '1.
|
13281
|
+
context[:gem_version] = '1.59.0'
|
13240
13282
|
Seahorse::Client::Request.new(handlers, context)
|
13241
13283
|
end
|
13242
13284
|
|
@@ -55,6 +55,8 @@ module Aws::MediaConvert
|
|
55
55
|
AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
|
56
56
|
AudioSelectorType = Shapes::StringShape.new(name: 'AudioSelectorType')
|
57
57
|
AudioTypeControl = Shapes::StringShape.new(name: 'AudioTypeControl')
|
58
|
+
AutomatedAbrSettings = Shapes::StructureShape.new(name: 'AutomatedAbrSettings')
|
59
|
+
AutomatedEncodingSettings = Shapes::StructureShape.new(name: 'AutomatedEncodingSettings')
|
58
60
|
Av1AdaptiveQuantization = Shapes::StringShape.new(name: 'Av1AdaptiveQuantization')
|
59
61
|
Av1FramerateControl = Shapes::StringShape.new(name: 'Av1FramerateControl')
|
60
62
|
Av1FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'Av1FramerateConversionAlgorithm')
|
@@ -554,6 +556,7 @@ module Aws::MediaConvert
|
|
554
556
|
__integerMin0Max9 = Shapes::IntegerShape.new(name: '__integerMin0Max9')
|
555
557
|
__integerMin0Max96 = Shapes::IntegerShape.new(name: '__integerMin0Max96')
|
556
558
|
__integerMin0Max99 = Shapes::IntegerShape.new(name: '__integerMin0Max99')
|
559
|
+
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
557
560
|
__integerMin1000Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1152000000')
|
558
561
|
__integerMin1000Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin1000Max1466400000')
|
559
562
|
__integerMin1000Max288000000 = Shapes::IntegerShape.new(name: '__integerMin1000Max288000000')
|
@@ -591,6 +594,7 @@ module Aws::MediaConvert
|
|
591
594
|
__integerMin32Max8182 = Shapes::IntegerShape.new(name: '__integerMin32Max8182')
|
592
595
|
__integerMin32Max8192 = Shapes::IntegerShape.new(name: '__integerMin32Max8192')
|
593
596
|
__integerMin384000Max768000 = Shapes::IntegerShape.new(name: '__integerMin384000Max768000')
|
597
|
+
__integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
|
594
598
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
595
599
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
596
600
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
@@ -782,6 +786,14 @@ module Aws::MediaConvert
|
|
782
786
|
AudioSelectorGroup.add_member(:audio_selector_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1, location_name: "audioSelectorNames"))
|
783
787
|
AudioSelectorGroup.struct_class = Types::AudioSelectorGroup
|
784
788
|
|
789
|
+
AutomatedAbrSettings.add_member(:max_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "maxAbrBitrate"))
|
790
|
+
AutomatedAbrSettings.add_member(:max_renditions, Shapes::ShapeRef.new(shape: __integerMin3Max15, location_name: "maxRenditions"))
|
791
|
+
AutomatedAbrSettings.add_member(:min_abr_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "minAbrBitrate"))
|
792
|
+
AutomatedAbrSettings.struct_class = Types::AutomatedAbrSettings
|
793
|
+
|
794
|
+
AutomatedEncodingSettings.add_member(:abr_settings, Shapes::ShapeRef.new(shape: AutomatedAbrSettings, location_name: "abrSettings"))
|
795
|
+
AutomatedEncodingSettings.struct_class = Types::AutomatedEncodingSettings
|
796
|
+
|
785
797
|
Av1QvbrSettings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
786
798
|
Av1QvbrSettings.add_member(:qvbr_quality_level_fine_tune, Shapes::ShapeRef.new(shape: __doubleMin0Max1, location_name: "qvbrQualityLevelFineTune"))
|
787
799
|
Av1QvbrSettings.struct_class = Types::Av1QvbrSettings
|
@@ -1804,6 +1816,7 @@ module Aws::MediaConvert
|
|
1804
1816
|
OutputDetail.add_member(:video_details, Shapes::ShapeRef.new(shape: VideoDetail, location_name: "videoDetails"))
|
1805
1817
|
OutputDetail.struct_class = Types::OutputDetail
|
1806
1818
|
|
1819
|
+
OutputGroup.add_member(:automated_encoding_settings, Shapes::ShapeRef.new(shape: AutomatedEncodingSettings, location_name: "automatedEncodingSettings"))
|
1807
1820
|
OutputGroup.add_member(:custom_name, Shapes::ShapeRef.new(shape: __string, location_name: "customName"))
|
1808
1821
|
OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1809
1822
|
OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
|
@@ -998,6 +998,84 @@ module Aws::MediaConvert
|
|
998
998
|
include Aws::Structure
|
999
999
|
end
|
1000
1000
|
|
1001
|
+
# Use automated ABR to have MediaConvert set up the renditions in your
|
1002
|
+
# ABR package for you automatically, based on characteristics of your
|
1003
|
+
# input video. This feature optimizes video quality while minimizing the
|
1004
|
+
# overall size of your ABR package.
|
1005
|
+
#
|
1006
|
+
# @note When making an API call, you may pass AutomatedAbrSettings
|
1007
|
+
# data as a hash:
|
1008
|
+
#
|
1009
|
+
# {
|
1010
|
+
# max_abr_bitrate: 1,
|
1011
|
+
# max_renditions: 1,
|
1012
|
+
# min_abr_bitrate: 1,
|
1013
|
+
# }
|
1014
|
+
#
|
1015
|
+
# @!attribute [rw] max_abr_bitrate
|
1016
|
+
# Optional. The maximum target bit rate used in your automated ABR
|
1017
|
+
# stack. Use this value to set an upper limit on the bandwidth
|
1018
|
+
# consumed by the highest-quality rendition. This is the rendition
|
1019
|
+
# that is delivered to viewers with the fastest internet connections.
|
1020
|
+
# If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s)
|
1021
|
+
# by default.
|
1022
|
+
# @return [Integer]
|
1023
|
+
#
|
1024
|
+
# @!attribute [rw] max_renditions
|
1025
|
+
# Optional. The maximum number of renditions that MediaConvert will
|
1026
|
+
# create in your automated ABR stack. The number of renditions is
|
1027
|
+
# determined automatically, based on analysis of each job, but will
|
1028
|
+
# never exceed this limit. When you set this to Auto in the console,
|
1029
|
+
# which is equivalent to excluding it from your JSON job
|
1030
|
+
# specification, MediaConvert defaults to a limit of 15.
|
1031
|
+
# @return [Integer]
|
1032
|
+
#
|
1033
|
+
# @!attribute [rw] min_abr_bitrate
|
1034
|
+
# Optional. The minimum target bitrate used in your automated ABR
|
1035
|
+
# stack. Use this value to set a lower limit on the bitrate of video
|
1036
|
+
# delivered to viewers with slow internet connections. If you don't
|
1037
|
+
# specify a value, MediaConvert uses 600,000 (600 kb/s) by default.
|
1038
|
+
# @return [Integer]
|
1039
|
+
#
|
1040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedAbrSettings AWS API Documentation
|
1041
|
+
#
|
1042
|
+
class AutomatedAbrSettings < Struct.new(
|
1043
|
+
:max_abr_bitrate,
|
1044
|
+
:max_renditions,
|
1045
|
+
:min_abr_bitrate)
|
1046
|
+
SENSITIVE = []
|
1047
|
+
include Aws::Structure
|
1048
|
+
end
|
1049
|
+
|
1050
|
+
# Use automated encoding to have MediaConvert choose your encoding
|
1051
|
+
# settings for you, based on characteristics of your input video.
|
1052
|
+
#
|
1053
|
+
# @note When making an API call, you may pass AutomatedEncodingSettings
|
1054
|
+
# data as a hash:
|
1055
|
+
#
|
1056
|
+
# {
|
1057
|
+
# abr_settings: {
|
1058
|
+
# max_abr_bitrate: 1,
|
1059
|
+
# max_renditions: 1,
|
1060
|
+
# min_abr_bitrate: 1,
|
1061
|
+
# },
|
1062
|
+
# }
|
1063
|
+
#
|
1064
|
+
# @!attribute [rw] abr_settings
|
1065
|
+
# Use automated ABR to have MediaConvert set up the renditions in your
|
1066
|
+
# ABR package for you automatically, based on characteristics of your
|
1067
|
+
# input video. This feature optimizes video quality while minimizing
|
1068
|
+
# the overall size of your ABR package.
|
1069
|
+
# @return [Types::AutomatedAbrSettings]
|
1070
|
+
#
|
1071
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedEncodingSettings AWS API Documentation
|
1072
|
+
#
|
1073
|
+
class AutomatedEncodingSettings < Struct.new(
|
1074
|
+
:abr_settings)
|
1075
|
+
SENSITIVE = []
|
1076
|
+
include Aws::Structure
|
1077
|
+
end
|
1078
|
+
|
1001
1079
|
# Settings for quality-defined variable bitrate encoding with the AV1
|
1002
1080
|
# codec. Required when you set Rate control mode to QVBR. Not valid when
|
1003
1081
|
# you set Rate control mode to a value other than QVBR, or when you
|
@@ -3025,6 +3103,13 @@ module Aws::MediaConvert
|
|
3025
3103
|
# },
|
3026
3104
|
# output_groups: [
|
3027
3105
|
# {
|
3106
|
+
# automated_encoding_settings: {
|
3107
|
+
# abr_settings: {
|
3108
|
+
# max_abr_bitrate: 1,
|
3109
|
+
# max_renditions: 1,
|
3110
|
+
# min_abr_bitrate: 1,
|
3111
|
+
# },
|
3112
|
+
# },
|
3028
3113
|
# custom_name: "__string",
|
3029
3114
|
# name: "__string",
|
3030
3115
|
# output_group_settings: {
|
@@ -3587,7 +3672,7 @@ module Aws::MediaConvert
|
|
3587
3672
|
# quality: 1,
|
3588
3673
|
# },
|
3589
3674
|
# h264_settings: {
|
3590
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3675
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
3591
3676
|
# bitrate: 1,
|
3592
3677
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
3593
3678
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -4226,6 +4311,13 @@ module Aws::MediaConvert
|
|
4226
4311
|
# },
|
4227
4312
|
# output_groups: [
|
4228
4313
|
# {
|
4314
|
+
# automated_encoding_settings: {
|
4315
|
+
# abr_settings: {
|
4316
|
+
# max_abr_bitrate: 1,
|
4317
|
+
# max_renditions: 1,
|
4318
|
+
# min_abr_bitrate: 1,
|
4319
|
+
# },
|
4320
|
+
# },
|
4229
4321
|
# custom_name: "__string",
|
4230
4322
|
# name: "__string",
|
4231
4323
|
# output_group_settings: {
|
@@ -4788,7 +4880,7 @@ module Aws::MediaConvert
|
|
4788
4880
|
# quality: 1,
|
4789
4881
|
# },
|
4790
4882
|
# h264_settings: {
|
4791
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4883
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
4792
4884
|
# bitrate: 1,
|
4793
4885
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
4794
4886
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -5533,7 +5625,7 @@ module Aws::MediaConvert
|
|
5533
5625
|
# quality: 1,
|
5534
5626
|
# },
|
5535
5627
|
# h264_settings: {
|
5536
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5628
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
5537
5629
|
# bitrate: 1,
|
5538
5630
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
5539
5631
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -7788,7 +7880,7 @@ module Aws::MediaConvert
|
|
7788
7880
|
# data as a hash:
|
7789
7881
|
#
|
7790
7882
|
# {
|
7791
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
7883
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
7792
7884
|
# bitrate: 1,
|
7793
7885
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
7794
7886
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -7834,12 +7926,18 @@ module Aws::MediaConvert
|
|
7834
7926
|
# }
|
7835
7927
|
#
|
7836
7928
|
# @!attribute [rw] adaptive_quantization
|
7837
|
-
#
|
7838
|
-
#
|
7839
|
-
#
|
7840
|
-
#
|
7841
|
-
# (
|
7842
|
-
#
|
7929
|
+
# Keep the default value, Auto (AUTO), for this setting to have
|
7930
|
+
# MediaConvert automatically apply the best types of quantization for
|
7931
|
+
# your video content. When you want to apply your quantization
|
7932
|
+
# settings manually, you must set H264AdaptiveQuantization to a value
|
7933
|
+
# other than Auto (AUTO). Use this setting to specify the strength of
|
7934
|
+
# any adaptive quantization filters that you enable. If you don't
|
7935
|
+
# want MediaConvert to do any adaptive quantization in this transcode,
|
7936
|
+
# set Adaptive quantization (H264AdaptiveQuantization) to Off (OFF).
|
7937
|
+
# Related settings: The value that you choose here applies to the
|
7938
|
+
# following settings: H264FlickerAdaptiveQuantization,
|
7939
|
+
# H264SpatialAdaptiveQuantization, and
|
7940
|
+
# H264TemporalAdaptiveQuantization.
|
7843
7941
|
# @return [String]
|
7844
7942
|
#
|
7845
7943
|
# @!attribute [rw] bitrate
|
@@ -7881,14 +7979,21 @@ module Aws::MediaConvert
|
|
7881
7979
|
# @return [String]
|
7882
7980
|
#
|
7883
7981
|
# @!attribute [rw] flicker_adaptive_quantization
|
7884
|
-
#
|
7885
|
-
#
|
7886
|
-
#
|
7887
|
-
#
|
7888
|
-
#
|
7889
|
-
#
|
7890
|
-
#
|
7891
|
-
#
|
7982
|
+
# Only use this setting when you change the default value, AUTO, for
|
7983
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
7984
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
7985
|
+
# quantization from your JSON job specification, MediaConvert
|
7986
|
+
# automatically applies the best types of quantization for your video
|
7987
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
7988
|
+
# AUTO, the default value for H264FlickerAdaptiveQuantization is
|
7989
|
+
# Disabled (DISABLED). Change this value to Enabled (ENABLED) to
|
7990
|
+
# reduce I-frame pop. I-frame pop appears as a visual flicker that can
|
7991
|
+
# arise when the encoder saves bits by copying some macroblocks many
|
7992
|
+
# times from frame to frame, and then refreshes them at the I-frame.
|
7993
|
+
# When you enable this setting, the encoder updates these macroblocks
|
7994
|
+
# slightly more often to smooth out the flicker. To manually enable or
|
7995
|
+
# disable H264FlickerAdaptiveQuantization, you must set Adaptive
|
7996
|
+
# quantization (H264AdaptiveQuantization) to a value other than AUTO.
|
7892
7997
|
# @return [String]
|
7893
7998
|
#
|
7894
7999
|
# @!attribute [rw] framerate_control
|
@@ -8112,7 +8217,14 @@ module Aws::MediaConvert
|
|
8112
8217
|
# @return [Integer]
|
8113
8218
|
#
|
8114
8219
|
# @!attribute [rw] spatial_adaptive_quantization
|
8115
|
-
#
|
8220
|
+
# Only use this setting when you change the default value, Auto
|
8221
|
+
# (AUTO), for the setting H264AdaptiveQuantization. When you keep all
|
8222
|
+
# defaults, excluding H264AdaptiveQuantization and all other adaptive
|
8223
|
+
# quantization from your JSON job specification, MediaConvert
|
8224
|
+
# automatically applies the best types of quantization for your video
|
8225
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8226
|
+
# AUTO, the default value for H264SpatialAdaptiveQuantization is
|
8227
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8116
8228
|
# within each frame based on spatial variation of content complexity.
|
8117
8229
|
# When you enable this feature, the encoder uses fewer bits on areas
|
8118
8230
|
# that can sustain more distortion with no noticeable visual
|
@@ -8123,12 +8235,15 @@ module Aws::MediaConvert
|
|
8123
8235
|
# quality. Note, though, that this feature doesn't take into account
|
8124
8236
|
# where the viewer's attention is likely to be. If viewers are likely
|
8125
8237
|
# to be focusing their attention on a part of the screen with a lot of
|
8126
|
-
# complex texture, you might choose to
|
8238
|
+
# complex texture, you might choose to set
|
8239
|
+
# H264SpatialAdaptiveQuantization to Disabled (DISABLED). Related
|
8127
8240
|
# setting: When you enable spatial adaptive quantization, set the
|
8128
|
-
# value for Adaptive quantization (
|
8129
|
-
# your content. For homogeneous content, such as cartoons and video
|
8241
|
+
# value for Adaptive quantization (H264AdaptiveQuantization) depending
|
8242
|
+
# on your content. For homogeneous content, such as cartoons and video
|
8130
8243
|
# games, set it to Low. For content with a wider variety of textures,
|
8131
|
-
# set it to High or Higher.
|
8244
|
+
# set it to High or Higher. To manually enable or disable
|
8245
|
+
# H264SpatialAdaptiveQuantization, you must set Adaptive quantization
|
8246
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
8132
8247
|
# @return [String]
|
8133
8248
|
#
|
8134
8249
|
# @!attribute [rw] syntax
|
@@ -8148,7 +8263,14 @@ module Aws::MediaConvert
|
|
8148
8263
|
# @return [String]
|
8149
8264
|
#
|
8150
8265
|
# @!attribute [rw] temporal_adaptive_quantization
|
8151
|
-
#
|
8266
|
+
# Only use this setting when you change the default value, AUTO, for
|
8267
|
+
# the setting H264AdaptiveQuantization. When you keep all defaults,
|
8268
|
+
# excluding H264AdaptiveQuantization and all other adaptive
|
8269
|
+
# quantization from your JSON job specification, MediaConvert
|
8270
|
+
# automatically applies the best types of quantization for your video
|
8271
|
+
# content. When you set H264AdaptiveQuantization to a value other than
|
8272
|
+
# AUTO, the default value for H264TemporalAdaptiveQuantization is
|
8273
|
+
# Enabled (ENABLED). Keep this default value to adjust quantization
|
8152
8274
|
# within each frame based on temporal variation of content complexity.
|
8153
8275
|
# When you enable this feature, the encoder uses fewer bits on areas
|
8154
8276
|
# of the frame that aren't moving and uses more bits on complex
|
@@ -8159,10 +8281,13 @@ module Aws::MediaConvert
|
|
8159
8281
|
# doesn't take into account where the viewer's attention is likely
|
8160
8282
|
# to be. If viewers are likely to be focusing their attention on a
|
8161
8283
|
# part of the screen that doesn't have moving objects with sharp
|
8162
|
-
# edges, such as sports athletes' faces, you might choose to
|
8163
|
-
#
|
8164
|
-
#
|
8165
|
-
# Adaptive quantization
|
8284
|
+
# edges, such as sports athletes' faces, you might choose to set
|
8285
|
+
# H264TemporalAdaptiveQuantization to Disabled (DISABLED). Related
|
8286
|
+
# setting: When you enable temporal quantization, adjust the strength
|
8287
|
+
# of the filter with the setting Adaptive quantization
|
8288
|
+
# (adaptiveQuantization). To manually enable or disable
|
8289
|
+
# H264TemporalAdaptiveQuantization, you must set Adaptive quantization
|
8290
|
+
# (H264AdaptiveQuantization) to a value other than AUTO.
|
8166
8291
|
# @return [String]
|
8167
8292
|
#
|
8168
8293
|
# @!attribute [rw] unregistered_sei_timecode
|
@@ -10739,6 +10864,13 @@ module Aws::MediaConvert
|
|
10739
10864
|
# },
|
10740
10865
|
# output_groups: [
|
10741
10866
|
# {
|
10867
|
+
# automated_encoding_settings: {
|
10868
|
+
# abr_settings: {
|
10869
|
+
# max_abr_bitrate: 1,
|
10870
|
+
# max_renditions: 1,
|
10871
|
+
# min_abr_bitrate: 1,
|
10872
|
+
# },
|
10873
|
+
# },
|
10742
10874
|
# custom_name: "__string",
|
10743
10875
|
# name: "__string",
|
10744
10876
|
# output_group_settings: {
|
@@ -11301,7 +11433,7 @@ module Aws::MediaConvert
|
|
11301
11433
|
# quality: 1,
|
11302
11434
|
# },
|
11303
11435
|
# h264_settings: {
|
11304
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11436
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
11305
11437
|
# bitrate: 1,
|
11306
11438
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
11307
11439
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -11970,6 +12102,13 @@ module Aws::MediaConvert
|
|
11970
12102
|
# },
|
11971
12103
|
# output_groups: [
|
11972
12104
|
# {
|
12105
|
+
# automated_encoding_settings: {
|
12106
|
+
# abr_settings: {
|
12107
|
+
# max_abr_bitrate: 1,
|
12108
|
+
# max_renditions: 1,
|
12109
|
+
# min_abr_bitrate: 1,
|
12110
|
+
# },
|
12111
|
+
# },
|
11973
12112
|
# custom_name: "__string",
|
11974
12113
|
# name: "__string",
|
11975
12114
|
# output_group_settings: {
|
@@ -12532,7 +12671,7 @@ module Aws::MediaConvert
|
|
12532
12671
|
# quality: 1,
|
12533
12672
|
# },
|
12534
12673
|
# h264_settings: {
|
12535
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12674
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
12536
12675
|
# bitrate: 1,
|
12537
12676
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
12538
12677
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -15552,7 +15691,7 @@ module Aws::MediaConvert
|
|
15552
15691
|
# quality: 1,
|
15553
15692
|
# },
|
15554
15693
|
# h264_settings: {
|
15555
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15694
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
15556
15695
|
# bitrate: 1,
|
15557
15696
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
15558
15697
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -15952,6 +16091,13 @@ module Aws::MediaConvert
|
|
15952
16091
|
# data as a hash:
|
15953
16092
|
#
|
15954
16093
|
# {
|
16094
|
+
# automated_encoding_settings: {
|
16095
|
+
# abr_settings: {
|
16096
|
+
# max_abr_bitrate: 1,
|
16097
|
+
# max_renditions: 1,
|
16098
|
+
# min_abr_bitrate: 1,
|
16099
|
+
# },
|
16100
|
+
# },
|
15955
16101
|
# custom_name: "__string",
|
15956
16102
|
# name: "__string",
|
15957
16103
|
# output_group_settings: {
|
@@ -16514,7 +16660,7 @@ module Aws::MediaConvert
|
|
16514
16660
|
# quality: 1,
|
16515
16661
|
# },
|
16516
16662
|
# h264_settings: {
|
16517
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16663
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
16518
16664
|
# bitrate: 1,
|
16519
16665
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
16520
16666
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -16799,6 +16945,11 @@ module Aws::MediaConvert
|
|
16799
16945
|
# ],
|
16800
16946
|
# }
|
16801
16947
|
#
|
16948
|
+
# @!attribute [rw] automated_encoding_settings
|
16949
|
+
# Use automated encoding to have MediaConvert choose your encoding
|
16950
|
+
# settings for you, based on characteristics of your input video.
|
16951
|
+
# @return [Types::AutomatedEncodingSettings]
|
16952
|
+
#
|
16802
16953
|
# @!attribute [rw] custom_name
|
16803
16954
|
# Use Custom Group Name (CustomName) to specify a name for the output
|
16804
16955
|
# group. This value is displayed on the console and can make your job
|
@@ -16823,6 +16974,7 @@ module Aws::MediaConvert
|
|
16823
16974
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/OutputGroup AWS API Documentation
|
16824
16975
|
#
|
16825
16976
|
class OutputGroup < Struct.new(
|
16977
|
+
:automated_encoding_settings,
|
16826
16978
|
:custom_name,
|
16827
16979
|
:name,
|
16828
16980
|
:output_group_settings,
|
@@ -17558,7 +17710,7 @@ module Aws::MediaConvert
|
|
17558
17710
|
# quality: 1,
|
17559
17711
|
# },
|
17560
17712
|
# h264_settings: {
|
17561
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
17713
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
17562
17714
|
# bitrate: 1,
|
17563
17715
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
17564
17716
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -19220,6 +19372,13 @@ module Aws::MediaConvert
|
|
19220
19372
|
# },
|
19221
19373
|
# output_groups: [
|
19222
19374
|
# {
|
19375
|
+
# automated_encoding_settings: {
|
19376
|
+
# abr_settings: {
|
19377
|
+
# max_abr_bitrate: 1,
|
19378
|
+
# max_renditions: 1,
|
19379
|
+
# min_abr_bitrate: 1,
|
19380
|
+
# },
|
19381
|
+
# },
|
19223
19382
|
# custom_name: "__string",
|
19224
19383
|
# name: "__string",
|
19225
19384
|
# output_group_settings: {
|
@@ -19782,7 +19941,7 @@ module Aws::MediaConvert
|
|
19782
19941
|
# quality: 1,
|
19783
19942
|
# },
|
19784
19943
|
# h264_settings: {
|
19785
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19944
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
19786
19945
|
# bitrate: 1,
|
19787
19946
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
19788
19947
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -20514,7 +20673,7 @@ module Aws::MediaConvert
|
|
20514
20673
|
# quality: 1,
|
20515
20674
|
# },
|
20516
20675
|
# h264_settings: {
|
20517
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20676
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
20518
20677
|
# bitrate: 1,
|
20519
20678
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
20520
20679
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -21081,7 +21240,7 @@ module Aws::MediaConvert
|
|
21081
21240
|
# quality: 1,
|
21082
21241
|
# },
|
21083
21242
|
# h264_settings: {
|
21084
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21243
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21085
21244
|
# bitrate: 1,
|
21086
21245
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
21087
21246
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
@@ -21376,7 +21535,7 @@ module Aws::MediaConvert
|
|
21376
21535
|
# quality: 1,
|
21377
21536
|
# },
|
21378
21537
|
# h264_settings: {
|
21379
|
-
# adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21538
|
+
# adaptive_quantization: "OFF", # accepts OFF, AUTO, LOW, MEDIUM, HIGH, HIGHER, MAX
|
21380
21539
|
# bitrate: 1,
|
21381
21540
|
# codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_1_1, LEVEL_1_2, LEVEL_1_3, LEVEL_2, LEVEL_2_1, LEVEL_2_2, LEVEL_3, LEVEL_3_1, LEVEL_3_2, LEVEL_4, LEVEL_4_1, LEVEL_4_2, LEVEL_5, LEVEL_5_1, LEVEL_5_2
|
21382
21541
|
# codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
|
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.59.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-
|
11
|
+
date: 2020-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|