aws-sdk-mediaconvert 1.119.0 → 1.120.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +33 -11
- data/lib/aws-sdk-mediaconvert/client_api.rb +7 -0
- data/lib/aws-sdk-mediaconvert/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-mediaconvert/types.rb +80 -45
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 866ea29d86e2e2cd5020d72cd04cbf8e57ab63dab78462576e429484f96817cb
|
|
4
|
+
data.tar.gz: 947af6ee9956096e3bbed0fee86ca14be70fffb789ff989c5c606fd8f35b7fcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64ee2e74091dbb1d72ab3a6717e58cb05844a44f286cf558d458745881a7ee85d9e6cf326c659987afd04f7e6a893235987ab6b324f4bc6cba6d31a20a14a8be
|
|
7
|
+
data.tar.gz: a14d22705e92e58d2a49f406264f97b5141189a6d38e4d0bddf61b003f081b0c5ee0f7210facc1ff41e9466bb096a3f531439b8c8b4265216b3c1bd93a827053
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.120.0 (2023-11-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content.
|
|
8
|
+
|
|
4
9
|
1.119.0 (2023-10-03)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.120.0
|
|
@@ -606,6 +606,7 @@ module Aws::MediaConvert
|
|
|
606
606
|
# resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
|
|
607
607
|
# resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
608
608
|
# resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
609
|
+
# resp.job_template.settings.follow_source #=> Integer
|
|
609
610
|
# resp.job_template.settings.inputs #=> Array
|
|
610
611
|
# resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
|
|
611
612
|
# resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
|
|
@@ -959,6 +960,8 @@ module Aws::MediaConvert
|
|
|
959
960
|
# resp.job_template.settings.output_groups[0].outputs #=> Array
|
|
960
961
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions #=> Array
|
|
961
962
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
963
|
+
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
964
|
+
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
962
965
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
963
966
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
964
967
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -1499,7 +1502,7 @@ module Aws::MediaConvert
|
|
|
1499
1502
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
|
|
1500
1503
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
|
|
1501
1504
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
1502
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
1505
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
1503
1506
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
|
|
1504
1507
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
1505
1508
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -1621,6 +1624,7 @@ module Aws::MediaConvert
|
|
|
1621
1624
|
# {
|
|
1622
1625
|
# audio_channel_tagging_settings: {
|
|
1623
1626
|
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR, TBL, TBC, TBR, RSL, RSR, LW, RW, LFE2, LT, RT, HI, NAR, M
|
|
1627
|
+
# channel_tags: ["L"], # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR, TBL, TBC, TBR, RSL, RSR, LW, RW, LFE2, LT, RT, HI, NAR, M
|
|
1624
1628
|
# },
|
|
1625
1629
|
# audio_normalization_settings: {
|
|
1626
1630
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
|
@@ -2282,7 +2286,7 @@ module Aws::MediaConvert
|
|
|
2282
2286
|
# y: 1,
|
|
2283
2287
|
# },
|
|
2284
2288
|
# respond_to_afd: "NONE", # accepts NONE, RESPOND, PASSTHROUGH
|
|
2285
|
-
# scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
|
|
2289
|
+
# scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
|
|
2286
2290
|
# sharpness: 1,
|
|
2287
2291
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
|
2288
2292
|
# video_preprocessors: {
|
|
@@ -2402,6 +2406,8 @@ module Aws::MediaConvert
|
|
|
2402
2406
|
# resp.preset.name #=> String
|
|
2403
2407
|
# resp.preset.settings.audio_descriptions #=> Array
|
|
2404
2408
|
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
2409
|
+
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
2410
|
+
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
2405
2411
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
2406
2412
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
2407
2413
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -2931,7 +2937,7 @@ module Aws::MediaConvert
|
|
|
2931
2937
|
# resp.preset.settings.video_description.position.x #=> Integer
|
|
2932
2938
|
# resp.preset.settings.video_description.position.y #=> Integer
|
|
2933
2939
|
# resp.preset.settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
2934
|
-
# resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
2940
|
+
# resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
2935
2941
|
# resp.preset.settings.video_description.sharpness #=> Integer
|
|
2936
2942
|
# resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
2937
2943
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -3302,6 +3308,7 @@ module Aws::MediaConvert
|
|
|
3302
3308
|
# resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
|
|
3303
3309
|
# resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
3304
3310
|
# resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
3311
|
+
# resp.job_template.settings.follow_source #=> Integer
|
|
3305
3312
|
# resp.job_template.settings.inputs #=> Array
|
|
3306
3313
|
# resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
|
|
3307
3314
|
# resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
|
|
@@ -3655,6 +3662,8 @@ module Aws::MediaConvert
|
|
|
3655
3662
|
# resp.job_template.settings.output_groups[0].outputs #=> Array
|
|
3656
3663
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions #=> Array
|
|
3657
3664
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
3665
|
+
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
3666
|
+
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
3658
3667
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
3659
3668
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
3660
3669
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -4195,7 +4204,7 @@ module Aws::MediaConvert
|
|
|
4195
4204
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
|
|
4196
4205
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
|
|
4197
4206
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
4198
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
4207
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
4199
4208
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
|
|
4200
4209
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
4201
4210
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -4328,6 +4337,8 @@ module Aws::MediaConvert
|
|
|
4328
4337
|
# resp.preset.name #=> String
|
|
4329
4338
|
# resp.preset.settings.audio_descriptions #=> Array
|
|
4330
4339
|
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
4340
|
+
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
4341
|
+
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
4331
4342
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
4332
4343
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
4333
4344
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -4857,7 +4868,7 @@ module Aws::MediaConvert
|
|
|
4857
4868
|
# resp.preset.settings.video_description.position.x #=> Integer
|
|
4858
4869
|
# resp.preset.settings.video_description.position.y #=> Integer
|
|
4859
4870
|
# resp.preset.settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
4860
|
-
# resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
4871
|
+
# resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
4861
4872
|
# resp.preset.settings.video_description.sharpness #=> Integer
|
|
4862
4873
|
# resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
4863
4874
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -5046,6 +5057,7 @@ module Aws::MediaConvert
|
|
|
5046
5057
|
# resp.job_templates[0].settings.esam.signal_processing_notification.scc_xml #=> String
|
|
5047
5058
|
# resp.job_templates[0].settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
5048
5059
|
# resp.job_templates[0].settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
5060
|
+
# resp.job_templates[0].settings.follow_source #=> Integer
|
|
5049
5061
|
# resp.job_templates[0].settings.inputs #=> Array
|
|
5050
5062
|
# resp.job_templates[0].settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
|
|
5051
5063
|
# resp.job_templates[0].settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
|
|
@@ -5399,6 +5411,8 @@ module Aws::MediaConvert
|
|
|
5399
5411
|
# resp.job_templates[0].settings.output_groups[0].outputs #=> Array
|
|
5400
5412
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions #=> Array
|
|
5401
5413
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
5414
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
5415
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
5402
5416
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
5403
5417
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
5404
5418
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -5939,7 +5953,7 @@ module Aws::MediaConvert
|
|
|
5939
5953
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
|
|
5940
5954
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
|
|
5941
5955
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
5942
|
-
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
5956
|
+
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
5943
5957
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
|
|
5944
5958
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
5945
5959
|
# resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -6135,6 +6149,8 @@ module Aws::MediaConvert
|
|
|
6135
6149
|
# resp.presets[0].name #=> String
|
|
6136
6150
|
# resp.presets[0].settings.audio_descriptions #=> Array
|
|
6137
6151
|
# resp.presets[0].settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
6152
|
+
# resp.presets[0].settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
6153
|
+
# resp.presets[0].settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
6138
6154
|
# resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
6139
6155
|
# resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
6140
6156
|
# resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -6664,7 +6680,7 @@ module Aws::MediaConvert
|
|
|
6664
6680
|
# resp.presets[0].settings.video_description.position.x #=> Integer
|
|
6665
6681
|
# resp.presets[0].settings.video_description.position.y #=> Integer
|
|
6666
6682
|
# resp.presets[0].settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
6667
|
-
# resp.presets[0].settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
6683
|
+
# resp.presets[0].settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
6668
6684
|
# resp.presets[0].settings.video_description.sharpness #=> Integer
|
|
6669
6685
|
# resp.presets[0].settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
6670
6686
|
# resp.presets[0].settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -7009,6 +7025,7 @@ module Aws::MediaConvert
|
|
|
7009
7025
|
# resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
|
|
7010
7026
|
# resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
7011
7027
|
# resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
|
7028
|
+
# resp.job_template.settings.follow_source #=> Integer
|
|
7012
7029
|
# resp.job_template.settings.inputs #=> Array
|
|
7013
7030
|
# resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
|
|
7014
7031
|
# resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
|
|
@@ -7362,6 +7379,8 @@ module Aws::MediaConvert
|
|
|
7362
7379
|
# resp.job_template.settings.output_groups[0].outputs #=> Array
|
|
7363
7380
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions #=> Array
|
|
7364
7381
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
7382
|
+
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
7383
|
+
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
7365
7384
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
7366
7385
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
7367
7386
|
# resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -7902,7 +7921,7 @@ module Aws::MediaConvert
|
|
|
7902
7921
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
|
|
7903
7922
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
|
|
7904
7923
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
7905
|
-
# resp.job_template.settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
7924
|
+
# resp.job_template.settings.output_groups[0].outputs[0].video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
7906
7925
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
|
|
7907
7926
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
7908
7927
|
# resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -8018,6 +8037,7 @@ module Aws::MediaConvert
|
|
|
8018
8037
|
# {
|
|
8019
8038
|
# audio_channel_tagging_settings: {
|
|
8020
8039
|
# channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR, TBL, TBC, TBR, RSL, RSR, LW, RW, LFE2, LT, RT, HI, NAR, M
|
|
8040
|
+
# channel_tags: ["L"], # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR, TBL, TBC, TBR, RSL, RSR, LW, RW, LFE2, LT, RT, HI, NAR, M
|
|
8021
8041
|
# },
|
|
8022
8042
|
# audio_normalization_settings: {
|
|
8023
8043
|
# algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
|
|
@@ -8679,7 +8699,7 @@ module Aws::MediaConvert
|
|
|
8679
8699
|
# y: 1,
|
|
8680
8700
|
# },
|
|
8681
8701
|
# respond_to_afd: "NONE", # accepts NONE, RESPOND, PASSTHROUGH
|
|
8682
|
-
# scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
|
|
8702
|
+
# scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
|
|
8683
8703
|
# sharpness: 1,
|
|
8684
8704
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
|
8685
8705
|
# video_preprocessors: {
|
|
@@ -8796,6 +8816,8 @@ module Aws::MediaConvert
|
|
|
8796
8816
|
# resp.preset.name #=> String
|
|
8797
8817
|
# resp.preset.settings.audio_descriptions #=> Array
|
|
8798
8818
|
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tag #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
8819
|
+
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags #=> Array
|
|
8820
|
+
# resp.preset.settings.audio_descriptions[0].audio_channel_tagging_settings.channel_tags[0] #=> String, one of "L", "R", "C", "LFE", "LS", "RS", "LC", "RC", "CS", "LSD", "RSD", "TCS", "VHL", "VHC", "VHR", "TBL", "TBC", "TBR", "RSL", "RSR", "LW", "RW", "LFE2", "LT", "RT", "HI", "NAR", "M"
|
|
8799
8821
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm #=> String, one of "ITU_BS_1770_1", "ITU_BS_1770_2", "ITU_BS_1770_3", "ITU_BS_1770_4"
|
|
8800
8822
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
|
|
8801
8823
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
|
|
@@ -9325,7 +9347,7 @@ module Aws::MediaConvert
|
|
|
9325
9347
|
# resp.preset.settings.video_description.position.x #=> Integer
|
|
9326
9348
|
# resp.preset.settings.video_description.position.y #=> Integer
|
|
9327
9349
|
# resp.preset.settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
|
|
9328
|
-
# resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT"
|
|
9350
|
+
# resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
|
|
9329
9351
|
# resp.preset.settings.video_description.sharpness #=> Integer
|
|
9330
9352
|
# resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
|
9331
9353
|
# resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
|
|
@@ -9484,7 +9506,7 @@ module Aws::MediaConvert
|
|
|
9484
9506
|
params: params,
|
|
9485
9507
|
config: config)
|
|
9486
9508
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
9487
|
-
context[:gem_version] = '1.
|
|
9509
|
+
context[:gem_version] = '1.120.0'
|
|
9488
9510
|
Seahorse::Client::Request.new(handlers, context)
|
|
9489
9511
|
end
|
|
9490
9512
|
|
|
@@ -728,6 +728,7 @@ module Aws::MediaConvert
|
|
|
728
728
|
__integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
|
|
729
729
|
__integerMin1Max10000000 = Shapes::IntegerShape.new(name: '__integerMin1Max10000000')
|
|
730
730
|
__integerMin1Max1001 = Shapes::IntegerShape.new(name: '__integerMin1Max1001')
|
|
731
|
+
__integerMin1Max150 = Shapes::IntegerShape.new(name: '__integerMin1Max150')
|
|
731
732
|
__integerMin1Max17895697 = Shapes::IntegerShape.new(name: '__integerMin1Max17895697')
|
|
732
733
|
__integerMin1Max2 = Shapes::IntegerShape.new(name: '__integerMin1Max2')
|
|
733
734
|
__integerMin1Max20 = Shapes::IntegerShape.new(name: '__integerMin1Max20')
|
|
@@ -780,6 +781,7 @@ module Aws::MediaConvert
|
|
|
780
781
|
__integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
|
|
781
782
|
__integerMinNegative70Max0 = Shapes::IntegerShape.new(name: '__integerMinNegative70Max0')
|
|
782
783
|
__listOfAllowedRenditionSize = Shapes::ListShape.new(name: '__listOfAllowedRenditionSize')
|
|
784
|
+
__listOfAudioChannelTag = Shapes::ListShape.new(name: '__listOfAudioChannelTag')
|
|
783
785
|
__listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
|
|
784
786
|
__listOfAutomatedAbrRule = Shapes::ListShape.new(name: '__listOfAutomatedAbrRule')
|
|
785
787
|
__listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
|
|
@@ -926,6 +928,7 @@ module Aws::MediaConvert
|
|
|
926
928
|
AssociateCertificateResponse.struct_class = Types::AssociateCertificateResponse
|
|
927
929
|
|
|
928
930
|
AudioChannelTaggingSettings.add_member(:channel_tag, Shapes::ShapeRef.new(shape: AudioChannelTag, location_name: "channelTag"))
|
|
931
|
+
AudioChannelTaggingSettings.add_member(:channel_tags, Shapes::ShapeRef.new(shape: __listOfAudioChannelTag, location_name: "channelTags"))
|
|
929
932
|
AudioChannelTaggingSettings.struct_class = Types::AudioChannelTaggingSettings
|
|
930
933
|
|
|
931
934
|
AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
|
|
@@ -1865,6 +1868,7 @@ module Aws::MediaConvert
|
|
|
1865
1868
|
JobSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
|
|
1866
1869
|
JobSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
|
|
1867
1870
|
JobSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
|
|
1871
|
+
JobSettings.add_member(:follow_source, Shapes::ShapeRef.new(shape: __integerMin1Max150, location_name: "followSource"))
|
|
1868
1872
|
JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, location_name: "inputs"))
|
|
1869
1873
|
JobSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
|
|
1870
1874
|
JobSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
|
@@ -1894,6 +1898,7 @@ module Aws::MediaConvert
|
|
|
1894
1898
|
JobTemplateSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
|
|
1895
1899
|
JobTemplateSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
|
|
1896
1900
|
JobTemplateSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
|
|
1901
|
+
JobTemplateSettings.add_member(:follow_source, Shapes::ShapeRef.new(shape: __integerMin1Max150, location_name: "followSource"))
|
|
1897
1902
|
JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
|
|
1898
1903
|
JobTemplateSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
|
|
1899
1904
|
JobTemplateSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
|
@@ -2648,6 +2653,8 @@ module Aws::MediaConvert
|
|
|
2648
2653
|
|
|
2649
2654
|
__listOfAllowedRenditionSize.member = Shapes::ShapeRef.new(shape: AllowedRenditionSize)
|
|
2650
2655
|
|
|
2656
|
+
__listOfAudioChannelTag.member = Shapes::ShapeRef.new(shape: AudioChannelTag)
|
|
2657
|
+
|
|
2651
2658
|
__listOfAudioDescription.member = Shapes::ShapeRef.new(shape: AudioDescription)
|
|
2652
2659
|
|
|
2653
2660
|
__listOfAutomatedAbrRule.member = Shapes::ShapeRef.new(shape: AutomatedAbrRule)
|
|
@@ -32,8 +32,8 @@ module Aws::MediaConvert
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
36
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
|
37
37
|
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.amazonaws.com", headers: {}, properties: {})
|
|
38
38
|
end
|
|
39
39
|
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
@@ -263,7 +263,7 @@ module Aws::MediaConvert
|
|
|
263
263
|
# @return [Integer]
|
|
264
264
|
#
|
|
265
265
|
# @!attribute [rw] sample_rate
|
|
266
|
-
# Sample rate in
|
|
266
|
+
# Sample rate in Hz.
|
|
267
267
|
# @return [Integer]
|
|
268
268
|
#
|
|
269
269
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AiffSettings AWS API Documentation
|
|
@@ -364,25 +364,37 @@ module Aws::MediaConvert
|
|
|
364
364
|
#
|
|
365
365
|
class AssociateCertificateResponse < Aws::EmptyStructure; end
|
|
366
366
|
|
|
367
|
-
#
|
|
368
|
-
#
|
|
369
|
-
#
|
|
370
|
-
#
|
|
371
|
-
#
|
|
372
|
-
# by default. To use audio layout tagging, your output must be in a
|
|
373
|
-
# QuickTime (.mov) container; your audio codec must be AAC, WAV, or
|
|
374
|
-
# AIFF; and you must set up your audio track to have only one channel.
|
|
367
|
+
# Specify the QuickTime audio channel layout tags for the audio channels
|
|
368
|
+
# in this audio track. When you don't specify a value, MediaConvert
|
|
369
|
+
# labels your track as Center (C) by default. To use Audio layout
|
|
370
|
+
# tagging, your output must be in a QuickTime (MOV) container and your
|
|
371
|
+
# audio codec must be AAC, WAV, or AIFF.
|
|
375
372
|
#
|
|
376
373
|
# @!attribute [rw] channel_tag
|
|
377
|
-
#
|
|
378
|
-
#
|
|
379
|
-
#
|
|
380
|
-
#
|
|
374
|
+
# Specify the QuickTime audio channel layout tags for the audio
|
|
375
|
+
# channels in this audio track. Enter channel layout tags in the same
|
|
376
|
+
# order as your output's audio channel order. For example, if your
|
|
377
|
+
# output audio track has a left and a right channel, enter Left (L)
|
|
378
|
+
# for the first channel and Right (R) for the second. If your output
|
|
379
|
+
# has multiple single-channel audio tracks, enter a single channel
|
|
380
|
+
# layout tag for each track.
|
|
381
|
+
# @return [String]
|
|
382
|
+
#
|
|
383
|
+
# @!attribute [rw] channel_tags
|
|
384
|
+
# Specify the QuickTime audio channel layout tags for the audio
|
|
385
|
+
# channels in this audio track. Enter channel layout tags in the same
|
|
386
|
+
# order as your output's audio channel order. For example, if your
|
|
387
|
+
# output audio track has a left and a right channel, enter Left (L)
|
|
388
|
+
# for the first channel and Right (R) for the second. If your output
|
|
389
|
+
# has multiple single-channel audio tracks, enter a single channel
|
|
390
|
+
# layout tag for each track.
|
|
391
|
+
# @return [Array<String>]
|
|
381
392
|
#
|
|
382
393
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioChannelTaggingSettings AWS API Documentation
|
|
383
394
|
#
|
|
384
395
|
class AudioChannelTaggingSettings < Struct.new(
|
|
385
|
-
:channel_tag
|
|
396
|
+
:channel_tag,
|
|
397
|
+
:channel_tags)
|
|
386
398
|
SENSITIVE = []
|
|
387
399
|
include Aws::Structure
|
|
388
400
|
end
|
|
@@ -484,15 +496,11 @@ module Aws::MediaConvert
|
|
|
484
496
|
# correspond to a group of output audio tracks.
|
|
485
497
|
#
|
|
486
498
|
# @!attribute [rw] audio_channel_tagging_settings
|
|
487
|
-
#
|
|
488
|
-
#
|
|
489
|
-
#
|
|
490
|
-
#
|
|
491
|
-
#
|
|
492
|
-
# Center (C) by default. To use audio layout tagging, your output must
|
|
493
|
-
# be in a QuickTime (.mov) container; your audio codec must be AAC,
|
|
494
|
-
# WAV, or AIFF; and you must set up your audio track to have only one
|
|
495
|
-
# channel.
|
|
499
|
+
# Specify the QuickTime audio channel layout tags for the audio
|
|
500
|
+
# channels in this audio track. When you don't specify a value,
|
|
501
|
+
# MediaConvert labels your track as Center (C) by default. To use
|
|
502
|
+
# Audio layout tagging, your output must be in a QuickTime (MOV)
|
|
503
|
+
# container and your audio codec must be AAC, WAV, or AIFF.
|
|
496
504
|
# @return [Types::AudioChannelTaggingSettings]
|
|
497
505
|
#
|
|
498
506
|
# @!attribute [rw] audio_normalization_settings
|
|
@@ -4694,9 +4702,10 @@ module Aws::MediaConvert
|
|
|
4694
4702
|
# Settings for F4v container
|
|
4695
4703
|
#
|
|
4696
4704
|
# @!attribute [rw] moov_placement
|
|
4697
|
-
#
|
|
4698
|
-
#
|
|
4699
|
-
#
|
|
4705
|
+
# To place the MOOV atom at the beginning of your output, which is
|
|
4706
|
+
# useful for progressive downloading: Leave blank or choose
|
|
4707
|
+
# Progressive download. To place the MOOV at the end of your output:
|
|
4708
|
+
# Choose Normal.
|
|
4700
4709
|
# @return [String]
|
|
4701
4710
|
#
|
|
4702
4711
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/F4vSettings AWS API Documentation
|
|
@@ -4822,7 +4831,7 @@ module Aws::MediaConvert
|
|
|
4822
4831
|
# @return [Integer]
|
|
4823
4832
|
#
|
|
4824
4833
|
# @!attribute [rw] sample_rate
|
|
4825
|
-
# Sample rate in
|
|
4834
|
+
# Sample rate in Hz.
|
|
4826
4835
|
# @return [Integer]
|
|
4827
4836
|
#
|
|
4828
4837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/FlacSettings AWS API Documentation
|
|
@@ -7873,6 +7882,18 @@ module Aws::MediaConvert
|
|
|
7873
7882
|
# Advisory.
|
|
7874
7883
|
# @return [Types::ExtendedDataServices]
|
|
7875
7884
|
#
|
|
7885
|
+
# @!attribute [rw] follow_source
|
|
7886
|
+
# Specify the input that MediaConvert references for your default
|
|
7887
|
+
# output settings. MediaConvert uses this input's Resolution, Frame
|
|
7888
|
+
# rate, and Pixel aspect ratio for all outputs that you don't
|
|
7889
|
+
# manually specify different output settings for. Enabling this
|
|
7890
|
+
# setting will disable "Follow source" for all other inputs. If
|
|
7891
|
+
# MediaConvert cannot follow your source, for example if you specify
|
|
7892
|
+
# an audio-only input, MediaConvert uses the first followable input
|
|
7893
|
+
# instead. In your JSON job specification, enter an integer from 1 to
|
|
7894
|
+
# 150 corresponding to the order of your inputs.
|
|
7895
|
+
# @return [Integer]
|
|
7896
|
+
#
|
|
7876
7897
|
# @!attribute [rw] inputs
|
|
7877
7898
|
# Use Inputs to define source file used in the transcode job. There
|
|
7878
7899
|
# can be multiple inputs add in a job. These inputs will be
|
|
@@ -7946,6 +7967,7 @@ module Aws::MediaConvert
|
|
|
7946
7967
|
:avail_blanking,
|
|
7947
7968
|
:esam,
|
|
7948
7969
|
:extended_data_services,
|
|
7970
|
+
:follow_source,
|
|
7949
7971
|
:inputs,
|
|
7950
7972
|
:kantar_watermark,
|
|
7951
7973
|
:motion_image_inserter,
|
|
@@ -8071,6 +8093,18 @@ module Aws::MediaConvert
|
|
|
8071
8093
|
# Advisory.
|
|
8072
8094
|
# @return [Types::ExtendedDataServices]
|
|
8073
8095
|
#
|
|
8096
|
+
# @!attribute [rw] follow_source
|
|
8097
|
+
# Specify the input that MediaConvert references for your default
|
|
8098
|
+
# output settings. MediaConvert uses this input's Resolution, Frame
|
|
8099
|
+
# rate, and Pixel aspect ratio for all outputs that you don't
|
|
8100
|
+
# manually specify different output settings for. Enabling this
|
|
8101
|
+
# setting will disable "Follow source" for all other inputs. If
|
|
8102
|
+
# MediaConvert cannot follow your source, for example if you specify
|
|
8103
|
+
# an audio-only input, MediaConvert uses the first followable input
|
|
8104
|
+
# instead. In your JSON job specification, enter an integer from 1 to
|
|
8105
|
+
# 150 corresponding to the order of your inputs.
|
|
8106
|
+
# @return [Integer]
|
|
8107
|
+
#
|
|
8074
8108
|
# @!attribute [rw] inputs
|
|
8075
8109
|
# Use Inputs to define the source file used in the transcode job.
|
|
8076
8110
|
# There can only be one input in a job template. Using the API, you
|
|
@@ -8144,6 +8178,7 @@ module Aws::MediaConvert
|
|
|
8144
8178
|
:avail_blanking,
|
|
8145
8179
|
:esam,
|
|
8146
8180
|
:extended_data_services,
|
|
8181
|
+
:follow_source,
|
|
8147
8182
|
:inputs,
|
|
8148
8183
|
:kantar_watermark,
|
|
8149
8184
|
:motion_image_inserter,
|
|
@@ -9315,7 +9350,7 @@ module Aws::MediaConvert
|
|
|
9315
9350
|
# @return [Integer]
|
|
9316
9351
|
#
|
|
9317
9352
|
# @!attribute [rw] sample_rate
|
|
9318
|
-
# Sample rate in
|
|
9353
|
+
# Sample rate in Hz.
|
|
9319
9354
|
# @return [Integer]
|
|
9320
9355
|
#
|
|
9321
9356
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mp2Settings AWS API Documentation
|
|
@@ -9347,7 +9382,7 @@ module Aws::MediaConvert
|
|
|
9347
9382
|
# @return [String]
|
|
9348
9383
|
#
|
|
9349
9384
|
# @!attribute [rw] sample_rate
|
|
9350
|
-
# Sample rate in
|
|
9385
|
+
# Sample rate in Hz.
|
|
9351
9386
|
# @return [Integer]
|
|
9352
9387
|
#
|
|
9353
9388
|
# @!attribute [rw] vbr_quality
|
|
@@ -9413,9 +9448,10 @@ module Aws::MediaConvert
|
|
|
9413
9448
|
# @return [String]
|
|
9414
9449
|
#
|
|
9415
9450
|
# @!attribute [rw] moov_placement
|
|
9416
|
-
#
|
|
9417
|
-
#
|
|
9418
|
-
#
|
|
9451
|
+
# To place the MOOV atom at the beginning of your output, which is
|
|
9452
|
+
# useful for progressive downloading: Leave blank or choose
|
|
9453
|
+
# Progressive download. To place the MOOV at the end of your output:
|
|
9454
|
+
# Choose Normal.
|
|
9419
9455
|
# @return [String]
|
|
9420
9456
|
#
|
|
9421
9457
|
# @!attribute [rw] mp_4_major_brand
|
|
@@ -10445,7 +10481,7 @@ module Aws::MediaConvert
|
|
|
10445
10481
|
# @return [Integer]
|
|
10446
10482
|
#
|
|
10447
10483
|
# @!attribute [rw] sample_rate
|
|
10448
|
-
# Optional. Sample rate in
|
|
10484
|
+
# Optional. Sample rate in Hz. Valid values are 16000, 24000, and
|
|
10449
10485
|
# 48000. The default value is 48000.
|
|
10450
10486
|
# @return [Integer]
|
|
10451
10487
|
#
|
|
@@ -12352,12 +12388,9 @@ module Aws::MediaConvert
|
|
|
12352
12388
|
# @return [String]
|
|
12353
12389
|
#
|
|
12354
12390
|
# @!attribute [rw] scaling_behavior
|
|
12355
|
-
# Specify
|
|
12356
|
-
#
|
|
12357
|
-
#
|
|
12358
|
-
# Default to have the service letterbox your video instead. This
|
|
12359
|
-
# setting overrides any value that you specify for the setting
|
|
12360
|
-
# Selection placement in this output.
|
|
12391
|
+
# Specify the video Scaling behavior when your output has a different
|
|
12392
|
+
# resolution than your input. For more information, see
|
|
12393
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html
|
|
12361
12394
|
# @return [String]
|
|
12362
12395
|
#
|
|
12363
12396
|
# @!attribute [rw] sharpness
|
|
@@ -12440,7 +12473,9 @@ module Aws::MediaConvert
|
|
|
12440
12473
|
include Aws::Structure
|
|
12441
12474
|
end
|
|
12442
12475
|
|
|
12443
|
-
# Overlay one or more videos on top of your input video.
|
|
12476
|
+
# Overlay one or more videos on top of your input video. For more
|
|
12477
|
+
# information, see
|
|
12478
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/video-overlays.html
|
|
12444
12479
|
#
|
|
12445
12480
|
# @!attribute [rw] end_timecode
|
|
12446
12481
|
# Enter the end timecode in the underlying input video for this
|
|
@@ -12499,11 +12534,11 @@ module Aws::MediaConvert
|
|
|
12499
12534
|
# @return [Array<Types::VideoOverlayInputClipping>]
|
|
12500
12535
|
#
|
|
12501
12536
|
# @!attribute [rw] timecode_source
|
|
12502
|
-
# Specify the
|
|
12503
|
-
# timecode present in your video overlay: Choose Embedded. To
|
|
12504
|
-
# zerobased timecode: Choose Start at 0. To choose a timecode:
|
|
12505
|
-
# Specified start. When you do, enter the starting timecode in
|
|
12506
|
-
# timecode. If you don't specify a value for Timecode source,
|
|
12537
|
+
# Specify the timecode source for your video overlay input clips. To
|
|
12538
|
+
# use the timecode present in your video overlay: Choose Embedded. To
|
|
12539
|
+
# use a zerobased timecode: Choose Start at 0. To choose a timecode:
|
|
12540
|
+
# Choose Specified start. When you do, enter the starting timecode in
|
|
12541
|
+
# Start timecode. If you don't specify a value for Timecode source,
|
|
12507
12542
|
# MediaConvert uses Embedded by default.
|
|
12508
12543
|
# @return [String]
|
|
12509
12544
|
#
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mediaconvert
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.120.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10
|
|
11
|
+
date: 2023-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|