aws-sdk-mediaconvert 1.118.0 → 1.120.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8555a6473f40dfe7b862148cb40e249a163d75a1a7c3700d0628ddaa59ca691
4
- data.tar.gz: a5c4208e6ab66841c5d7c44871e557dbd9f357c8a55768c3845e3cb846830776
3
+ metadata.gz: 866ea29d86e2e2cd5020d72cd04cbf8e57ab63dab78462576e429484f96817cb
4
+ data.tar.gz: 947af6ee9956096e3bbed0fee86ca14be70fffb789ff989c5c606fd8f35b7fcb
5
5
  SHA512:
6
- metadata.gz: 14d48e436ea4ac4ca6b8220e8ed44c5b98ded8c00b6b7f234c98ab970eb7ba156102d455002f6a7eb2f90efb1268d7c418335859cdf2948672bf9a6332366d52
7
- data.tar.gz: 9c0694e9f9e7bfce68e1c5aa7ef06b831bbbe8fa3fceeced06b041571afcb0b4f83fc2e4deb95138cecd5a86720825f1561172216a673e5f59a0902b118bff51
6
+ metadata.gz: 64ee2e74091dbb1d72ab3a6717e58cb05844a44f286cf558d458745881a7ee85d9e6cf326c659987afd04f7e6a893235987ab6b324f4bc6cba6d31a20a14a8be
7
+ data.tar.gz: a14d22705e92e58d2a49f406264f97b5141189a6d38e4d0bddf61b003f081b0c5ee0f7210facc1ff41e9466bb096a3f531439b8c8b4265216b3c1bd93a827053
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.119.0 (2023-10-03)
10
+ ------------------
11
+
12
+ * Feature - This release adds the ability to replace video frames without modifying the audio essence.
13
+
4
14
  1.118.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.120.0
@@ -606,7 +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_input_index #=> Integer
609
+ # resp.job_template.settings.follow_source #=> Integer
610
610
  # resp.job_template.settings.inputs #=> Array
611
611
  # resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
612
612
  # resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -695,6 +695,15 @@ module Aws::MediaConvert
695
695
  # resp.job_template.settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
696
696
  # resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
697
697
  # resp.job_template.settings.inputs[0].timecode_start #=> String
698
+ # resp.job_template.settings.inputs[0].video_overlays #=> Array
699
+ # resp.job_template.settings.inputs[0].video_overlays[0].end_timecode #=> String
700
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.file_input #=> String
701
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings #=> Array
702
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings[0].end_timecode #=> String
703
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings[0].start_timecode #=> String
704
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
705
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.timecode_start #=> String
706
+ # resp.job_template.settings.inputs[0].video_overlays[0].start_timecode #=> String
698
707
  # resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
699
708
  # resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
700
709
  # resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
@@ -951,6 +960,8 @@ module Aws::MediaConvert
951
960
  # resp.job_template.settings.output_groups[0].outputs #=> Array
952
961
  # resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions #=> Array
953
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"
954
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"
955
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"
956
967
  # resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -1281,6 +1292,7 @@ module Aws::MediaConvert
1281
1292
  # 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"
1282
1293
  # 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"
1283
1294
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
1295
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
1284
1296
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
1285
1297
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
1286
1298
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -1327,6 +1339,7 @@ module Aws::MediaConvert
1327
1339
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
1328
1340
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
1329
1341
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
1342
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
1330
1343
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
1331
1344
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
1332
1345
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -1489,7 +1502,7 @@ module Aws::MediaConvert
1489
1502
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
1490
1503
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
1491
1504
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
1492
- # 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"
1493
1506
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
1494
1507
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
1495
1508
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -1611,6 +1624,7 @@ module Aws::MediaConvert
1611
1624
  # {
1612
1625
  # audio_channel_tagging_settings: {
1613
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
1614
1628
  # },
1615
1629
  # audio_normalization_settings: {
1616
1630
  # algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
@@ -2026,6 +2040,7 @@ module Aws::MediaConvert
2026
2040
  # 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
2027
2041
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
2028
2042
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
2043
+ # end_of_stream_markers: "INCLUDE", # accepts INCLUDE, SUPPRESS
2029
2044
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
2030
2045
  # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
2031
2046
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
@@ -2078,6 +2093,7 @@ module Aws::MediaConvert
2078
2093
  # codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
2079
2094
  # codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
2080
2095
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
2096
+ # end_of_stream_markers: "INCLUDE", # accepts INCLUDE, SUPPRESS
2081
2097
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
2082
2098
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
2083
2099
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -2270,7 +2286,7 @@ module Aws::MediaConvert
2270
2286
  # y: 1,
2271
2287
  # },
2272
2288
  # respond_to_afd: "NONE", # accepts NONE, RESPOND, PASSTHROUGH
2273
- # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
2289
+ # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
2274
2290
  # sharpness: 1,
2275
2291
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
2276
2292
  # video_preprocessors: {
@@ -2390,6 +2406,8 @@ module Aws::MediaConvert
2390
2406
  # resp.preset.name #=> String
2391
2407
  # resp.preset.settings.audio_descriptions #=> Array
2392
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"
2393
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"
2394
2412
  # resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
2395
2413
  # resp.preset.settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -2709,6 +2727,7 @@ module Aws::MediaConvert
2709
2727
  # 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"
2710
2728
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
2711
2729
  # resp.preset.settings.video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
2730
+ # resp.preset.settings.video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
2712
2731
  # resp.preset.settings.video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
2713
2732
  # resp.preset.settings.video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
2714
2733
  # resp.preset.settings.video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -2755,6 +2774,7 @@ module Aws::MediaConvert
2755
2774
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
2756
2775
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
2757
2776
  # resp.preset.settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
2777
+ # resp.preset.settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
2758
2778
  # resp.preset.settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
2759
2779
  # resp.preset.settings.video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
2760
2780
  # resp.preset.settings.video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -2917,7 +2937,7 @@ module Aws::MediaConvert
2917
2937
  # resp.preset.settings.video_description.position.x #=> Integer
2918
2938
  # resp.preset.settings.video_description.position.y #=> Integer
2919
2939
  # resp.preset.settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
2920
- # 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"
2921
2941
  # resp.preset.settings.video_description.sharpness #=> Integer
2922
2942
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
2923
2943
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -3288,7 +3308,7 @@ module Aws::MediaConvert
3288
3308
  # resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
3289
3309
  # resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
3290
3310
  # resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
3291
- # resp.job_template.settings.follow_input_index #=> Integer
3311
+ # resp.job_template.settings.follow_source #=> Integer
3292
3312
  # resp.job_template.settings.inputs #=> Array
3293
3313
  # resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
3294
3314
  # resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -3377,6 +3397,15 @@ module Aws::MediaConvert
3377
3397
  # resp.job_template.settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
3378
3398
  # resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
3379
3399
  # resp.job_template.settings.inputs[0].timecode_start #=> String
3400
+ # resp.job_template.settings.inputs[0].video_overlays #=> Array
3401
+ # resp.job_template.settings.inputs[0].video_overlays[0].end_timecode #=> String
3402
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.file_input #=> String
3403
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings #=> Array
3404
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings[0].end_timecode #=> String
3405
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings[0].start_timecode #=> String
3406
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
3407
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.timecode_start #=> String
3408
+ # resp.job_template.settings.inputs[0].video_overlays[0].start_timecode #=> String
3380
3409
  # resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
3381
3410
  # resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
3382
3411
  # resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
@@ -3633,6 +3662,8 @@ module Aws::MediaConvert
3633
3662
  # resp.job_template.settings.output_groups[0].outputs #=> Array
3634
3663
  # resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions #=> Array
3635
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"
3636
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"
3637
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"
3638
3669
  # resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -3963,6 +3994,7 @@ module Aws::MediaConvert
3963
3994
  # 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"
3964
3995
  # 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"
3965
3996
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
3997
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
3966
3998
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
3967
3999
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
3968
4000
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -4009,6 +4041,7 @@ module Aws::MediaConvert
4009
4041
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
4010
4042
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
4011
4043
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
4044
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
4012
4045
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
4013
4046
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
4014
4047
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -4171,7 +4204,7 @@ module Aws::MediaConvert
4171
4204
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
4172
4205
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
4173
4206
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
4174
- # 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"
4175
4208
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
4176
4209
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
4177
4210
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -4304,6 +4337,8 @@ module Aws::MediaConvert
4304
4337
  # resp.preset.name #=> String
4305
4338
  # resp.preset.settings.audio_descriptions #=> Array
4306
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"
4307
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"
4308
4343
  # resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
4309
4344
  # resp.preset.settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -4623,6 +4658,7 @@ module Aws::MediaConvert
4623
4658
  # 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"
4624
4659
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
4625
4660
  # resp.preset.settings.video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
4661
+ # resp.preset.settings.video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
4626
4662
  # resp.preset.settings.video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
4627
4663
  # resp.preset.settings.video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
4628
4664
  # resp.preset.settings.video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -4669,6 +4705,7 @@ module Aws::MediaConvert
4669
4705
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
4670
4706
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
4671
4707
  # resp.preset.settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
4708
+ # resp.preset.settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
4672
4709
  # resp.preset.settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
4673
4710
  # resp.preset.settings.video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
4674
4711
  # resp.preset.settings.video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -4831,7 +4868,7 @@ module Aws::MediaConvert
4831
4868
  # resp.preset.settings.video_description.position.x #=> Integer
4832
4869
  # resp.preset.settings.video_description.position.y #=> Integer
4833
4870
  # resp.preset.settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
4834
- # 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"
4835
4872
  # resp.preset.settings.video_description.sharpness #=> Integer
4836
4873
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
4837
4874
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -5020,7 +5057,7 @@ module Aws::MediaConvert
5020
5057
  # resp.job_templates[0].settings.esam.signal_processing_notification.scc_xml #=> String
5021
5058
  # resp.job_templates[0].settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
5022
5059
  # resp.job_templates[0].settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
5023
- # resp.job_templates[0].settings.follow_input_index #=> Integer
5060
+ # resp.job_templates[0].settings.follow_source #=> Integer
5024
5061
  # resp.job_templates[0].settings.inputs #=> Array
5025
5062
  # resp.job_templates[0].settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
5026
5063
  # resp.job_templates[0].settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -5109,6 +5146,15 @@ module Aws::MediaConvert
5109
5146
  # resp.job_templates[0].settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
5110
5147
  # resp.job_templates[0].settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
5111
5148
  # resp.job_templates[0].settings.inputs[0].timecode_start #=> String
5149
+ # resp.job_templates[0].settings.inputs[0].video_overlays #=> Array
5150
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].end_timecode #=> String
5151
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].input.file_input #=> String
5152
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].input.input_clippings #=> Array
5153
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].input.input_clippings[0].end_timecode #=> String
5154
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].input.input_clippings[0].start_timecode #=> String
5155
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].input.timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
5156
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].input.timecode_start #=> String
5157
+ # resp.job_templates[0].settings.inputs[0].video_overlays[0].start_timecode #=> String
5112
5158
  # resp.job_templates[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
5113
5159
  # resp.job_templates[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
5114
5160
  # resp.job_templates[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
@@ -5365,6 +5411,8 @@ module Aws::MediaConvert
5365
5411
  # resp.job_templates[0].settings.output_groups[0].outputs #=> Array
5366
5412
  # resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions #=> Array
5367
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"
5368
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"
5369
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"
5370
5418
  # resp.job_templates[0].settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -5695,6 +5743,7 @@ module Aws::MediaConvert
5695
5743
  # 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"
5696
5744
  # 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"
5697
5745
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
5746
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
5698
5747
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
5699
5748
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
5700
5749
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -5741,6 +5790,7 @@ module Aws::MediaConvert
5741
5790
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
5742
5791
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
5743
5792
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
5793
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
5744
5794
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
5745
5795
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
5746
5796
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -5903,7 +5953,7 @@ module Aws::MediaConvert
5903
5953
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
5904
5954
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
5905
5955
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
5906
- # 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"
5907
5957
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
5908
5958
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
5909
5959
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -6099,6 +6149,8 @@ module Aws::MediaConvert
6099
6149
  # resp.presets[0].name #=> String
6100
6150
  # resp.presets[0].settings.audio_descriptions #=> Array
6101
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"
6102
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"
6103
6155
  # resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
6104
6156
  # resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -6418,6 +6470,7 @@ module Aws::MediaConvert
6418
6470
  # 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"
6419
6471
  # 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"
6420
6472
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
6473
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
6421
6474
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
6422
6475
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
6423
6476
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -6464,6 +6517,7 @@ module Aws::MediaConvert
6464
6517
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
6465
6518
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
6466
6519
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
6520
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
6467
6521
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
6468
6522
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
6469
6523
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -6626,7 +6680,7 @@ module Aws::MediaConvert
6626
6680
  # resp.presets[0].settings.video_description.position.x #=> Integer
6627
6681
  # resp.presets[0].settings.video_description.position.y #=> Integer
6628
6682
  # resp.presets[0].settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
6629
- # 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"
6630
6684
  # resp.presets[0].settings.video_description.sharpness #=> Integer
6631
6685
  # resp.presets[0].settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
6632
6686
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -6971,7 +7025,7 @@ module Aws::MediaConvert
6971
7025
  # resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
6972
7026
  # resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
6973
7027
  # resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
6974
- # resp.job_template.settings.follow_input_index #=> Integer
7028
+ # resp.job_template.settings.follow_source #=> Integer
6975
7029
  # resp.job_template.settings.inputs #=> Array
6976
7030
  # resp.job_template.settings.inputs[0].advanced_input_filter #=> String, one of "ENABLED", "DISABLED"
6977
7031
  # resp.job_template.settings.inputs[0].advanced_input_filter_settings.add_texture #=> String, one of "ENABLED", "DISABLED"
@@ -7060,6 +7114,15 @@ module Aws::MediaConvert
7060
7114
  # resp.job_template.settings.inputs[0].psi_control #=> String, one of "IGNORE_PSI", "USE_PSI"
7061
7115
  # resp.job_template.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
7062
7116
  # resp.job_template.settings.inputs[0].timecode_start #=> String
7117
+ # resp.job_template.settings.inputs[0].video_overlays #=> Array
7118
+ # resp.job_template.settings.inputs[0].video_overlays[0].end_timecode #=> String
7119
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.file_input #=> String
7120
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings #=> Array
7121
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings[0].end_timecode #=> String
7122
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.input_clippings[0].start_timecode #=> String
7123
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
7124
+ # resp.job_template.settings.inputs[0].video_overlays[0].input.timecode_start #=> String
7125
+ # resp.job_template.settings.inputs[0].video_overlays[0].start_timecode #=> String
7063
7126
  # resp.job_template.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
7064
7127
  # resp.job_template.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020", "P3DCI", "P3D65_SDR", "P3D65_HDR"
7065
7128
  # resp.job_template.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
@@ -7316,6 +7379,8 @@ module Aws::MediaConvert
7316
7379
  # resp.job_template.settings.output_groups[0].outputs #=> Array
7317
7380
  # resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions #=> Array
7318
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"
7319
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"
7320
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"
7321
7386
  # resp.job_template.settings.output_groups[0].outputs[0].audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -7646,6 +7711,7 @@ module Aws::MediaConvert
7646
7711
  # 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"
7647
7712
  # 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"
7648
7713
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
7714
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
7649
7715
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
7650
7716
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
7651
7717
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -7692,6 +7758,7 @@ module Aws::MediaConvert
7692
7758
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
7693
7759
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
7694
7760
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
7761
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
7695
7762
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
7696
7763
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
7697
7764
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -7854,7 +7921,7 @@ module Aws::MediaConvert
7854
7921
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.position.x #=> Integer
7855
7922
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.position.y #=> Integer
7856
7923
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
7857
- # 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"
7858
7925
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.sharpness #=> Integer
7859
7926
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
7860
7927
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -7970,6 +8037,7 @@ module Aws::MediaConvert
7970
8037
  # {
7971
8038
  # audio_channel_tagging_settings: {
7972
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
7973
8041
  # },
7974
8042
  # audio_normalization_settings: {
7975
8043
  # algorithm: "ITU_BS_1770_1", # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
@@ -8385,6 +8453,7 @@ module Aws::MediaConvert
8385
8453
  # 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
8386
8454
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
8387
8455
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
8456
+ # end_of_stream_markers: "INCLUDE", # accepts INCLUDE, SUPPRESS
8388
8457
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
8389
8458
  # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
8390
8459
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
@@ -8437,6 +8506,7 @@ module Aws::MediaConvert
8437
8506
  # codec_level: "AUTO", # accepts AUTO, LEVEL_1, LEVEL_2, LEVEL_2_1, LEVEL_3, LEVEL_3_1, LEVEL_4, LEVEL_4_1, LEVEL_5, LEVEL_5_1, LEVEL_5_2, LEVEL_6, LEVEL_6_1, LEVEL_6_2
8438
8507
  # codec_profile: "MAIN_MAIN", # accepts MAIN_MAIN, MAIN_HIGH, MAIN10_MAIN, MAIN10_HIGH, MAIN_422_8BIT_MAIN, MAIN_422_8BIT_HIGH, MAIN_422_10BIT_MAIN, MAIN_422_10BIT_HIGH
8439
8508
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
8509
+ # end_of_stream_markers: "INCLUDE", # accepts INCLUDE, SUPPRESS
8440
8510
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
8441
8511
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
8442
8512
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -8629,7 +8699,7 @@ module Aws::MediaConvert
8629
8699
  # y: 1,
8630
8700
  # },
8631
8701
  # respond_to_afd: "NONE", # accepts NONE, RESPOND, PASSTHROUGH
8632
- # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
8702
+ # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
8633
8703
  # sharpness: 1,
8634
8704
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
8635
8705
  # video_preprocessors: {
@@ -8746,6 +8816,8 @@ module Aws::MediaConvert
8746
8816
  # resp.preset.name #=> String
8747
8817
  # resp.preset.settings.audio_descriptions #=> Array
8748
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"
8749
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"
8750
8822
  # resp.preset.settings.audio_descriptions[0].audio_normalization_settings.algorithm_control #=> String, one of "CORRECT_AUDIO", "MEASURE_ONLY"
8751
8823
  # resp.preset.settings.audio_descriptions[0].audio_normalization_settings.correction_gate_level #=> Integer
@@ -9065,6 +9137,7 @@ module Aws::MediaConvert
9065
9137
  # 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"
9066
9138
  # resp.preset.settings.video_description.codec_settings.h264_settings.codec_profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
9067
9139
  # resp.preset.settings.video_description.codec_settings.h264_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
9140
+ # resp.preset.settings.video_description.codec_settings.h264_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
9068
9141
  # resp.preset.settings.video_description.codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
9069
9142
  # resp.preset.settings.video_description.codec_settings.h264_settings.field_encoding #=> String, one of "PAFF", "FORCE_FIELD", "MBAFF"
9070
9143
  # resp.preset.settings.video_description.codec_settings.h264_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
@@ -9111,6 +9184,7 @@ module Aws::MediaConvert
9111
9184
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_level #=> String, one of "AUTO", "LEVEL_1", "LEVEL_2", "LEVEL_2_1", "LEVEL_3", "LEVEL_3_1", "LEVEL_4", "LEVEL_4_1", "LEVEL_5", "LEVEL_5_1", "LEVEL_5_2", "LEVEL_6", "LEVEL_6_1", "LEVEL_6_2"
9112
9185
  # resp.preset.settings.video_description.codec_settings.h265_settings.codec_profile #=> String, one of "MAIN_MAIN", "MAIN_HIGH", "MAIN10_MAIN", "MAIN10_HIGH", "MAIN_422_8BIT_MAIN", "MAIN_422_8BIT_HIGH", "MAIN_422_10BIT_MAIN", "MAIN_422_10BIT_HIGH"
9113
9186
  # resp.preset.settings.video_description.codec_settings.h265_settings.dynamic_sub_gop #=> String, one of "ADAPTIVE", "STATIC"
9187
+ # resp.preset.settings.video_description.codec_settings.h265_settings.end_of_stream_markers #=> String, one of "INCLUDE", "SUPPRESS"
9114
9188
  # resp.preset.settings.video_description.codec_settings.h265_settings.flicker_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
9115
9189
  # resp.preset.settings.video_description.codec_settings.h265_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
9116
9190
  # resp.preset.settings.video_description.codec_settings.h265_settings.framerate_conversion_algorithm #=> String, one of "DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER"
@@ -9273,7 +9347,7 @@ module Aws::MediaConvert
9273
9347
  # resp.preset.settings.video_description.position.x #=> Integer
9274
9348
  # resp.preset.settings.video_description.position.y #=> Integer
9275
9349
  # resp.preset.settings.video_description.respond_to_afd #=> String, one of "NONE", "RESPOND", "PASSTHROUGH"
9276
- # 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"
9277
9351
  # resp.preset.settings.video_description.sharpness #=> Integer
9278
9352
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
9279
9353
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
@@ -9432,7 +9506,7 @@ module Aws::MediaConvert
9432
9506
  params: params,
9433
9507
  config: config)
9434
9508
  context[:gem_name] = 'aws-sdk-mediaconvert'
9435
- context[:gem_version] = '1.118.0'
9509
+ context[:gem_version] = '1.120.0'
9436
9510
  Seahorse::Client::Request.new(handlers, context)
9437
9511
  end
9438
9512
 
@@ -287,6 +287,7 @@ module Aws::MediaConvert
287
287
  H264CodecLevel = Shapes::StringShape.new(name: 'H264CodecLevel')
288
288
  H264CodecProfile = Shapes::StringShape.new(name: 'H264CodecProfile')
289
289
  H264DynamicSubGop = Shapes::StringShape.new(name: 'H264DynamicSubGop')
290
+ H264EndOfStreamMarkers = Shapes::StringShape.new(name: 'H264EndOfStreamMarkers')
290
291
  H264EntropyEncoding = Shapes::StringShape.new(name: 'H264EntropyEncoding')
291
292
  H264FieldEncoding = Shapes::StringShape.new(name: 'H264FieldEncoding')
292
293
  H264FlickerAdaptiveQuantization = Shapes::StringShape.new(name: 'H264FlickerAdaptiveQuantization')
@@ -314,6 +315,7 @@ module Aws::MediaConvert
314
315
  H265CodecLevel = Shapes::StringShape.new(name: 'H265CodecLevel')
315
316
  H265CodecProfile = Shapes::StringShape.new(name: 'H265CodecProfile')
316
317
  H265DynamicSubGop = Shapes::StringShape.new(name: 'H265DynamicSubGop')
318
+ H265EndOfStreamMarkers = Shapes::StringShape.new(name: 'H265EndOfStreamMarkers')
317
319
  H265FlickerAdaptiveQuantization = Shapes::StringShape.new(name: 'H265FlickerAdaptiveQuantization')
318
320
  H265FramerateControl = Shapes::StringShape.new(name: 'H265FramerateControl')
319
321
  H265FramerateConversionAlgorithm = Shapes::StringShape.new(name: 'H265FramerateConversionAlgorithm')
@@ -613,6 +615,9 @@ module Aws::MediaConvert
613
615
  VideoCodecSettings = Shapes::StructureShape.new(name: 'VideoCodecSettings')
614
616
  VideoDescription = Shapes::StructureShape.new(name: 'VideoDescription')
615
617
  VideoDetail = Shapes::StructureShape.new(name: 'VideoDetail')
618
+ VideoOverlay = Shapes::StructureShape.new(name: 'VideoOverlay')
619
+ VideoOverlayInput = Shapes::StructureShape.new(name: 'VideoOverlayInput')
620
+ VideoOverlayInputClipping = Shapes::StructureShape.new(name: 'VideoOverlayInputClipping')
616
621
  VideoPreprocessor = Shapes::StructureShape.new(name: 'VideoPreprocessor')
617
622
  VideoSelector = Shapes::StructureShape.new(name: 'VideoSelector')
618
623
  VideoTimecodeInsertion = Shapes::StringShape.new(name: 'VideoTimecodeInsertion')
@@ -684,7 +689,6 @@ module Aws::MediaConvert
684
689
  __integerMin0Max1152000000 = Shapes::IntegerShape.new(name: '__integerMin0Max1152000000')
685
690
  __integerMin0Max128 = Shapes::IntegerShape.new(name: '__integerMin0Max128')
686
691
  __integerMin0Max1466400000 = Shapes::IntegerShape.new(name: '__integerMin0Max1466400000')
687
- __integerMin0Max149 = Shapes::IntegerShape.new(name: '__integerMin0Max149')
688
692
  __integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
689
693
  __integerMin0Max16 = Shapes::IntegerShape.new(name: '__integerMin0Max16')
690
694
  __integerMin0Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin0Max2147483647')
@@ -724,6 +728,7 @@ module Aws::MediaConvert
724
728
  __integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
725
729
  __integerMin1Max10000000 = Shapes::IntegerShape.new(name: '__integerMin1Max10000000')
726
730
  __integerMin1Max1001 = Shapes::IntegerShape.new(name: '__integerMin1Max1001')
731
+ __integerMin1Max150 = Shapes::IntegerShape.new(name: '__integerMin1Max150')
727
732
  __integerMin1Max17895697 = Shapes::IntegerShape.new(name: '__integerMin1Max17895697')
728
733
  __integerMin1Max2 = Shapes::IntegerShape.new(name: '__integerMin1Max2')
729
734
  __integerMin1Max20 = Shapes::IntegerShape.new(name: '__integerMin1Max20')
@@ -776,6 +781,7 @@ module Aws::MediaConvert
776
781
  __integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
777
782
  __integerMinNegative70Max0 = Shapes::IntegerShape.new(name: '__integerMinNegative70Max0')
778
783
  __listOfAllowedRenditionSize = Shapes::ListShape.new(name: '__listOfAllowedRenditionSize')
784
+ __listOfAudioChannelTag = Shapes::ListShape.new(name: '__listOfAudioChannelTag')
779
785
  __listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
780
786
  __listOfAutomatedAbrRule = Shapes::ListShape.new(name: '__listOfAutomatedAbrRule')
781
787
  __listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
@@ -805,6 +811,8 @@ module Aws::MediaConvert
805
811
  __listOfQueue = Shapes::ListShape.new(name: '__listOfQueue')
806
812
  __listOfQueueTransition = Shapes::ListShape.new(name: '__listOfQueueTransition')
807
813
  __listOfTeletextPageType = Shapes::ListShape.new(name: '__listOfTeletextPageType')
814
+ __listOfVideoOverlay = Shapes::ListShape.new(name: '__listOfVideoOverlay')
815
+ __listOfVideoOverlayInputClipping = Shapes::ListShape.new(name: '__listOfVideoOverlayInputClipping')
808
816
  __listOfWarningGroup = Shapes::ListShape.new(name: '__listOfWarningGroup')
809
817
  __listOf__doubleMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__doubleMinNegative60Max6')
810
818
  __listOf__integerMin1Max2147483647 = Shapes::ListShape.new(name: '__listOf__integerMin1Max2147483647')
@@ -920,6 +928,7 @@ module Aws::MediaConvert
920
928
  AssociateCertificateResponse.struct_class = Types::AssociateCertificateResponse
921
929
 
922
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"))
923
932
  AudioChannelTaggingSettings.struct_class = Types::AudioChannelTaggingSettings
924
933
 
925
934
  AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
@@ -1544,6 +1553,7 @@ module Aws::MediaConvert
1544
1553
  H264Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H264CodecLevel, location_name: "codecLevel"))
1545
1554
  H264Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H264CodecProfile, location_name: "codecProfile"))
1546
1555
  H264Settings.add_member(:dynamic_sub_gop, Shapes::ShapeRef.new(shape: H264DynamicSubGop, location_name: "dynamicSubGop"))
1556
+ H264Settings.add_member(:end_of_stream_markers, Shapes::ShapeRef.new(shape: H264EndOfStreamMarkers, location_name: "endOfStreamMarkers"))
1547
1557
  H264Settings.add_member(:entropy_encoding, Shapes::ShapeRef.new(shape: H264EntropyEncoding, location_name: "entropyEncoding"))
1548
1558
  H264Settings.add_member(:field_encoding, Shapes::ShapeRef.new(shape: H264FieldEncoding, location_name: "fieldEncoding"))
1549
1559
  H264Settings.add_member(:flicker_adaptive_quantization, Shapes::ShapeRef.new(shape: H264FlickerAdaptiveQuantization, location_name: "flickerAdaptiveQuantization"))
@@ -1594,6 +1604,7 @@ module Aws::MediaConvert
1594
1604
  H265Settings.add_member(:codec_level, Shapes::ShapeRef.new(shape: H265CodecLevel, location_name: "codecLevel"))
1595
1605
  H265Settings.add_member(:codec_profile, Shapes::ShapeRef.new(shape: H265CodecProfile, location_name: "codecProfile"))
1596
1606
  H265Settings.add_member(:dynamic_sub_gop, Shapes::ShapeRef.new(shape: H265DynamicSubGop, location_name: "dynamicSubGop"))
1607
+ H265Settings.add_member(:end_of_stream_markers, Shapes::ShapeRef.new(shape: H265EndOfStreamMarkers, location_name: "endOfStreamMarkers"))
1597
1608
  H265Settings.add_member(:flicker_adaptive_quantization, Shapes::ShapeRef.new(shape: H265FlickerAdaptiveQuantization, location_name: "flickerAdaptiveQuantization"))
1598
1609
  H265Settings.add_member(:framerate_control, Shapes::ShapeRef.new(shape: H265FramerateControl, location_name: "framerateControl"))
1599
1610
  H265Settings.add_member(:framerate_conversion_algorithm, Shapes::ShapeRef.new(shape: H265FramerateConversionAlgorithm, location_name: "framerateConversionAlgorithm"))
@@ -1764,6 +1775,7 @@ module Aws::MediaConvert
1764
1775
  Input.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
1765
1776
  Input.add_member(:timecode_start, Shapes::ShapeRef.new(shape: __stringMin11Max11Pattern01D20305D205D, location_name: "timecodeStart"))
1766
1777
  Input.add_member(:video_generator, Shapes::ShapeRef.new(shape: InputVideoGenerator, location_name: "videoGenerator"))
1778
+ Input.add_member(:video_overlays, Shapes::ShapeRef.new(shape: __listOfVideoOverlay, location_name: "videoOverlays"))
1767
1779
  Input.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
1768
1780
  Input.struct_class = Types::Input
1769
1781
 
@@ -1796,6 +1808,7 @@ module Aws::MediaConvert
1796
1808
  InputTemplate.add_member(:psi_control, Shapes::ShapeRef.new(shape: InputPsiControl, location_name: "psiControl"))
1797
1809
  InputTemplate.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
1798
1810
  InputTemplate.add_member(:timecode_start, Shapes::ShapeRef.new(shape: __stringMin11Max11Pattern01D20305D205D, location_name: "timecodeStart"))
1811
+ InputTemplate.add_member(:video_overlays, Shapes::ShapeRef.new(shape: __listOfVideoOverlay, location_name: "videoOverlays"))
1799
1812
  InputTemplate.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
1800
1813
  InputTemplate.struct_class = Types::InputTemplate
1801
1814
 
@@ -1855,7 +1868,7 @@ module Aws::MediaConvert
1855
1868
  JobSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
1856
1869
  JobSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
1857
1870
  JobSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
1858
- JobSettings.add_member(:follow_input_index, Shapes::ShapeRef.new(shape: __integerMin0Max149, location_name: "followInputIndex"))
1871
+ JobSettings.add_member(:follow_source, Shapes::ShapeRef.new(shape: __integerMin1Max150, location_name: "followSource"))
1859
1872
  JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, location_name: "inputs"))
1860
1873
  JobSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
1861
1874
  JobSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
@@ -1885,7 +1898,7 @@ module Aws::MediaConvert
1885
1898
  JobTemplateSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
1886
1899
  JobTemplateSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
1887
1900
  JobTemplateSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
1888
- JobTemplateSettings.add_member(:follow_input_index, Shapes::ShapeRef.new(shape: __integerMin0Max149, location_name: "followInputIndex"))
1901
+ JobTemplateSettings.add_member(:follow_source, Shapes::ShapeRef.new(shape: __integerMin1Max150, location_name: "followSource"))
1889
1902
  JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
1890
1903
  JobTemplateSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
1891
1904
  JobTemplateSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
@@ -2499,6 +2512,21 @@ module Aws::MediaConvert
2499
2512
  VideoDetail.add_member(:width_in_px, Shapes::ShapeRef.new(shape: __integer, location_name: "widthInPx"))
2500
2513
  VideoDetail.struct_class = Types::VideoDetail
2501
2514
 
2515
+ VideoOverlay.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
2516
+ VideoOverlay.add_member(:input, Shapes::ShapeRef.new(shape: VideoOverlayInput, location_name: "input"))
2517
+ VideoOverlay.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
2518
+ VideoOverlay.struct_class = Types::VideoOverlay
2519
+
2520
+ VideoOverlayInput.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "fileInput"))
2521
+ VideoOverlayInput.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfVideoOverlayInputClipping, location_name: "inputClippings"))
2522
+ VideoOverlayInput.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
2523
+ VideoOverlayInput.add_member(:timecode_start, Shapes::ShapeRef.new(shape: __stringMin11Max11Pattern01D20305D205D, location_name: "timecodeStart"))
2524
+ VideoOverlayInput.struct_class = Types::VideoOverlayInput
2525
+
2526
+ VideoOverlayInputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
2527
+ VideoOverlayInputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
2528
+ VideoOverlayInputClipping.struct_class = Types::VideoOverlayInputClipping
2529
+
2502
2530
  VideoPreprocessor.add_member(:color_corrector, Shapes::ShapeRef.new(shape: ColorCorrector, location_name: "colorCorrector"))
2503
2531
  VideoPreprocessor.add_member(:deinterlacer, Shapes::ShapeRef.new(shape: Deinterlacer, location_name: "deinterlacer"))
2504
2532
  VideoPreprocessor.add_member(:dolby_vision, Shapes::ShapeRef.new(shape: DolbyVision, location_name: "dolbyVision"))
@@ -2625,6 +2653,8 @@ module Aws::MediaConvert
2625
2653
 
2626
2654
  __listOfAllowedRenditionSize.member = Shapes::ShapeRef.new(shape: AllowedRenditionSize)
2627
2655
 
2656
+ __listOfAudioChannelTag.member = Shapes::ShapeRef.new(shape: AudioChannelTag)
2657
+
2628
2658
  __listOfAudioDescription.member = Shapes::ShapeRef.new(shape: AudioDescription)
2629
2659
 
2630
2660
  __listOfAutomatedAbrRule.member = Shapes::ShapeRef.new(shape: AutomatedAbrRule)
@@ -2683,6 +2713,10 @@ module Aws::MediaConvert
2683
2713
 
2684
2714
  __listOfTeletextPageType.member = Shapes::ShapeRef.new(shape: TeletextPageType)
2685
2715
 
2716
+ __listOfVideoOverlay.member = Shapes::ShapeRef.new(shape: VideoOverlay)
2717
+
2718
+ __listOfVideoOverlayInputClipping.member = Shapes::ShapeRef.new(shape: VideoOverlayInputClipping)
2719
+
2686
2720
  __listOfWarningGroup.member = Shapes::ShapeRef.new(shape: WarningGroup)
2687
2721
 
2688
2722
  __listOf__doubleMinNegative60Max6.member = Shapes::ShapeRef.new(shape: __doubleMinNegative60Max6)
@@ -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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
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 hz.
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
- # When you mimic a multi-channel audio layout with multiple mono-channel
368
- # tracks, you can tag each channel layout manually. For example, you
369
- # would tag the tracks that contain your left, right, and center audio
370
- # with Left (L), Right (R), and Center (C), respectively. When you
371
- # don't specify a value, MediaConvert labels your track as Center (C)
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
- # You can add a tag for this mono-channel audio track to mimic its
378
- # placement in a multi-channel layout. For example, if this track is
379
- # the left surround channel, choose Left surround (LS).
380
- # @return [String]
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
- # When you mimic a multi-channel audio layout with multiple
488
- # mono-channel tracks, you can tag each channel layout manually. For
489
- # example, you would tag the tracks that contain your left, right, and
490
- # center audio with Left (L), Right (R), and Center (C), respectively.
491
- # When you don't specify a value, MediaConvert labels your track as
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
- # If set to PROGRESSIVE\_DOWNLOAD, the MOOV atom is relocated to the
4698
- # beginning of the archive as required for progressive downloading.
4699
- # Otherwise it is placed normally at the end.
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 hz.
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
@@ -5177,6 +5186,14 @@ module Aws::MediaConvert
5177
5186
  # Static.
5178
5187
  # @return [String]
5179
5188
  #
5189
+ # @!attribute [rw] end_of_stream_markers
5190
+ # Optionally include or suppress markers at the end of your output
5191
+ # that signal the end of the video stream. To include end of stream
5192
+ # markers: Leave blank or keep the default value, Include. To not
5193
+ # include end of stream markers: Choose Suppress. This is useful when
5194
+ # your output will be inserted into another stream.
5195
+ # @return [String]
5196
+ #
5180
5197
  # @!attribute [rw] entropy_encoding
5181
5198
  # Entropy encoding mode. Use CABAC (must be in Main or High profile)
5182
5199
  # or CAVLC.
@@ -5567,6 +5584,7 @@ module Aws::MediaConvert
5567
5584
  :codec_level,
5568
5585
  :codec_profile,
5569
5586
  :dynamic_sub_gop,
5587
+ :end_of_stream_markers,
5570
5588
  :entropy_encoding,
5571
5589
  :field_encoding,
5572
5590
  :flicker_adaptive_quantization,
@@ -5719,6 +5737,14 @@ module Aws::MediaConvert
5719
5737
  # Static.
5720
5738
  # @return [String]
5721
5739
  #
5740
+ # @!attribute [rw] end_of_stream_markers
5741
+ # Optionally include or suppress markers at the end of your output
5742
+ # that signal the end of the video stream. To include end of stream
5743
+ # markers: Leave blank or keep the default value, Include. To not
5744
+ # include end of stream markers: Choose Suppress. This is useful when
5745
+ # your output will be inserted into another stream.
5746
+ # @return [String]
5747
+ #
5722
5748
  # @!attribute [rw] flicker_adaptive_quantization
5723
5749
  # Enable this setting to have the encoder reduce I-frame pop. I-frame
5724
5750
  # pop appears as a visual flicker that can arise when the encoder
@@ -6078,6 +6104,7 @@ module Aws::MediaConvert
6078
6104
  :codec_level,
6079
6105
  :codec_profile,
6080
6106
  :dynamic_sub_gop,
6107
+ :end_of_stream_markers,
6081
6108
  :flicker_adaptive_quantization,
6082
6109
  :framerate_control,
6083
6110
  :framerate_conversion_algorithm,
@@ -7153,6 +7180,10 @@ module Aws::MediaConvert
7153
7180
  # https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html
7154
7181
  # @return [Types::InputVideoGenerator]
7155
7182
  #
7183
+ # @!attribute [rw] video_overlays
7184
+ # Contains an array of video overlays.
7185
+ # @return [Array<Types::VideoOverlay>]
7186
+ #
7156
7187
  # @!attribute [rw] video_selector
7157
7188
  # Input video selectors contain the video settings for the input. Each
7158
7189
  # of your inputs can have up to one video selector.
@@ -7184,6 +7215,7 @@ module Aws::MediaConvert
7184
7215
  :timecode_source,
7185
7216
  :timecode_start,
7186
7217
  :video_generator,
7218
+ :video_overlays,
7187
7219
  :video_selector)
7188
7220
  SENSITIVE = []
7189
7221
  include Aws::Structure
@@ -7441,6 +7473,10 @@ module Aws::MediaConvert
7441
7473
  # https://docs.aws.amazon.com/console/mediaconvert/timecode.
7442
7474
  # @return [String]
7443
7475
  #
7476
+ # @!attribute [rw] video_overlays
7477
+ # Contains an array of video overlays.
7478
+ # @return [Array<Types::VideoOverlay>]
7479
+ #
7444
7480
  # @!attribute [rw] video_selector
7445
7481
  # Input video selectors contain the video settings for the input. Each
7446
7482
  # of your inputs can have up to one video selector.
@@ -7468,6 +7504,7 @@ module Aws::MediaConvert
7468
7504
  :psi_control,
7469
7505
  :timecode_source,
7470
7506
  :timecode_start,
7507
+ :video_overlays,
7471
7508
  :video_selector)
7472
7509
  SENSITIVE = []
7473
7510
  include Aws::Structure
@@ -7845,14 +7882,16 @@ module Aws::MediaConvert
7845
7882
  # Advisory.
7846
7883
  # @return [Types::ExtendedDataServices]
7847
7884
  #
7848
- # @!attribute [rw] follow_input_index
7849
- # Specifies which input metadata to use for the default "Follow
7850
- # input" option for the following settings: resolution, frame rate,
7851
- # and pixel aspect ratio. In the simplest case, specify which input is
7852
- # used based on its index in the job. For example if you specify 3,
7853
- # then the fourth input will be used from each input. If the job does
7854
- # not have a fourth input, then the first input will be used. If no
7855
- # followInputIndex is specified, then 0 will be chosen automatically.
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.
7856
7895
  # @return [Integer]
7857
7896
  #
7858
7897
  # @!attribute [rw] inputs
@@ -7928,7 +7967,7 @@ module Aws::MediaConvert
7928
7967
  :avail_blanking,
7929
7968
  :esam,
7930
7969
  :extended_data_services,
7931
- :follow_input_index,
7970
+ :follow_source,
7932
7971
  :inputs,
7933
7972
  :kantar_watermark,
7934
7973
  :motion_image_inserter,
@@ -8054,14 +8093,16 @@ module Aws::MediaConvert
8054
8093
  # Advisory.
8055
8094
  # @return [Types::ExtendedDataServices]
8056
8095
  #
8057
- # @!attribute [rw] follow_input_index
8058
- # Specifies which input metadata to use for the default "Follow
8059
- # input" option for the following settings: resolution, frame rate,
8060
- # and pixel aspect ratio. In the simplest case, specify which input is
8061
- # used based on its index in the job. For example if you specify 3,
8062
- # then the fourth input will be used from each input. If the job does
8063
- # not have a fourth input, then the first input will be used. If no
8064
- # followInputIndex is specified, then 0 will be chosen automatically.
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.
8065
8106
  # @return [Integer]
8066
8107
  #
8067
8108
  # @!attribute [rw] inputs
@@ -8137,7 +8178,7 @@ module Aws::MediaConvert
8137
8178
  :avail_blanking,
8138
8179
  :esam,
8139
8180
  :extended_data_services,
8140
- :follow_input_index,
8181
+ :follow_source,
8141
8182
  :inputs,
8142
8183
  :kantar_watermark,
8143
8184
  :motion_image_inserter,
@@ -9309,7 +9350,7 @@ module Aws::MediaConvert
9309
9350
  # @return [Integer]
9310
9351
  #
9311
9352
  # @!attribute [rw] sample_rate
9312
- # Sample rate in hz.
9353
+ # Sample rate in Hz.
9313
9354
  # @return [Integer]
9314
9355
  #
9315
9356
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mp2Settings AWS API Documentation
@@ -9341,7 +9382,7 @@ module Aws::MediaConvert
9341
9382
  # @return [String]
9342
9383
  #
9343
9384
  # @!attribute [rw] sample_rate
9344
- # Sample rate in hz.
9385
+ # Sample rate in Hz.
9345
9386
  # @return [Integer]
9346
9387
  #
9347
9388
  # @!attribute [rw] vbr_quality
@@ -9407,9 +9448,10 @@ module Aws::MediaConvert
9407
9448
  # @return [String]
9408
9449
  #
9409
9450
  # @!attribute [rw] moov_placement
9410
- # If set to PROGRESSIVE\_DOWNLOAD, the MOOV atom is relocated to the
9411
- # beginning of the archive as required for progressive downloading.
9412
- # Otherwise it is placed normally at the end.
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.
9413
9455
  # @return [String]
9414
9456
  #
9415
9457
  # @!attribute [rw] mp_4_major_brand
@@ -10439,7 +10481,7 @@ module Aws::MediaConvert
10439
10481
  # @return [Integer]
10440
10482
  #
10441
10483
  # @!attribute [rw] sample_rate
10442
- # Optional. Sample rate in hz. Valid values are 16000, 24000, and
10484
+ # Optional. Sample rate in Hz. Valid values are 16000, 24000, and
10443
10485
  # 48000. The default value is 48000.
10444
10486
  # @return [Integer]
10445
10487
  #
@@ -12346,12 +12388,9 @@ module Aws::MediaConvert
12346
12388
  # @return [String]
12347
12389
  #
12348
12390
  # @!attribute [rw] scaling_behavior
12349
- # Specify how the service handles outputs that have a different aspect
12350
- # ratio from the input aspect ratio. Choose Stretch to output to have
12351
- # the service stretch your video image to fit. Keep the setting
12352
- # Default to have the service letterbox your video instead. This
12353
- # setting overrides any value that you specify for the setting
12354
- # 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
12355
12394
  # @return [String]
12356
12395
  #
12357
12396
  # @!attribute [rw] sharpness
@@ -12434,6 +12473,119 @@ module Aws::MediaConvert
12434
12473
  include Aws::Structure
12435
12474
  end
12436
12475
 
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
12479
+ #
12480
+ # @!attribute [rw] end_timecode
12481
+ # Enter the end timecode in the underlying input video for this
12482
+ # overlay. Your overlay will be active through this frame. To display
12483
+ # your video overlay for the duration of the underlying video: Leave
12484
+ # blank. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the
12485
+ # hour, MM is the minute, SS is the second, and FF is the frame
12486
+ # number. When entering this value, take into account your choice for
12487
+ # the underlying Input timecode source. For example, if you have
12488
+ # embedded timecodes that start at 01:00:00:00 and you want your
12489
+ # overlay to end ten minutes into the video, enter 01:10:00:00.
12490
+ # @return [String]
12491
+ #
12492
+ # @!attribute [rw] input
12493
+ # Input settings for Video overlay. You can include one or more video
12494
+ # overlays in sequence at different times that you specify.
12495
+ # @return [Types::VideoOverlayInput]
12496
+ #
12497
+ # @!attribute [rw] start_timecode
12498
+ # Enter the start timecode in the underlying input video for this
12499
+ # overlay. Your overlay will be active starting with this frame. To
12500
+ # display your video overlay starting at the beginning of the
12501
+ # underlying video: Leave blank. Use the format HH:MM:SS:FF or
12502
+ # HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the
12503
+ # second, and FF is the frame number. When entering this value, take
12504
+ # into account your choice for the underlying Input timecode source.
12505
+ # For example, if you have embedded timecodes that start at
12506
+ # 01:00:00:00 and you want your overlay to begin five minutes into the
12507
+ # video, enter 01:05:00:00.
12508
+ # @return [String]
12509
+ #
12510
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoOverlay AWS API Documentation
12511
+ #
12512
+ class VideoOverlay < Struct.new(
12513
+ :end_timecode,
12514
+ :input,
12515
+ :start_timecode)
12516
+ SENSITIVE = []
12517
+ include Aws::Structure
12518
+ end
12519
+
12520
+ # Input settings for Video overlay. You can include one or more video
12521
+ # overlays in sequence at different times that you specify.
12522
+ #
12523
+ # @!attribute [rw] file_input
12524
+ # Specify the input file S3, HTTP, or HTTPS URI for your video
12525
+ # overlay. For consistency in color and formatting in your output
12526
+ # video image, we recommend that you specify a video with similar
12527
+ # characteristics as the underlying input video.
12528
+ # @return [String]
12529
+ #
12530
+ # @!attribute [rw] input_clippings
12531
+ # Specify one or more clips to use from your video overlay. When you
12532
+ # include an input clip, you must also specify its start timecode, end
12533
+ # timecode, or both start and end timecode.
12534
+ # @return [Array<Types::VideoOverlayInputClipping>]
12535
+ #
12536
+ # @!attribute [rw] 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,
12542
+ # MediaConvert uses Embedded by default.
12543
+ # @return [String]
12544
+ #
12545
+ # @!attribute [rw] timecode_start
12546
+ # Specify the starting timecode for this video overlay. To use this
12547
+ # setting, you must set Timecode source to Specified start.
12548
+ # @return [String]
12549
+ #
12550
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoOverlayInput AWS API Documentation
12551
+ #
12552
+ class VideoOverlayInput < Struct.new(
12553
+ :file_input,
12554
+ :input_clippings,
12555
+ :timecode_source,
12556
+ :timecode_start)
12557
+ SENSITIVE = []
12558
+ include Aws::Structure
12559
+ end
12560
+
12561
+ # To transcode only portions of your video overlay, include one input
12562
+ # clip for each part of your video overlay that you want in your output.
12563
+ #
12564
+ # @!attribute [rw] end_timecode
12565
+ # Specify the timecode of the last frame to include in your video
12566
+ # overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH
12567
+ # is the hour, MM is the minute, SS is the second, and FF is the frame
12568
+ # number. When entering this value, take into account your choice for
12569
+ # Timecode source.
12570
+ # @return [String]
12571
+ #
12572
+ # @!attribute [rw] start_timecode
12573
+ # Specify the timecode of the first frame to include in your video
12574
+ # overlay's clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH
12575
+ # is the hour, MM is the minute, SS is the second, and FF is the frame
12576
+ # number. When entering this value, take into account your choice for
12577
+ # Timecode source.
12578
+ # @return [String]
12579
+ #
12580
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoOverlayInputClipping AWS API Documentation
12581
+ #
12582
+ class VideoOverlayInputClipping < Struct.new(
12583
+ :end_timecode,
12584
+ :start_timecode)
12585
+ SENSITIVE = []
12586
+ include Aws::Structure
12587
+ end
12588
+
12437
12589
  # Find additional transcoding features under Preprocessors. Enable the
12438
12590
  # features at each output individually. These features are disabled by
12439
12591
  # default.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.118.0'
55
+ GEM_VERSION = '1.120.0'
56
56
 
57
57
  end
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.118.0
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-09-27 00:00:00.000000000 Z
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