aws-sdk-mediaconvert 1.174.0 → 1.175.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c8dfd7c956c635cb2411327a3bff36c01de7c02d14973ec9595614a17346aa1
4
- data.tar.gz: 237cc5bfa86e676a07e144f90d284d72b8bf1a75ed5471924ff6930145f2c4c4
3
+ metadata.gz: 93e0218e9f6a3cf5665e299d4aa3b159c08c38258592d2e4de366ae601d89f63
4
+ data.tar.gz: 3f8d0c41b7108a038ed3e50cf9787c6a260beeb8663f9e51c5cb32d48456bf39
5
5
  SHA512:
6
- metadata.gz: dbb8f6ee6f6d1e9da519c12e75641fb73aaaae5b85360049384c374a7e387ae4646da0c2ee335b5fcfdd3e2c1be3a86fa8534ac388ad394e83fd098b3e40952f
7
- data.tar.gz: b6e78a8ff0d26254e2400e28ac37913543da0716dedfb7b49ca96224c73c71c060721de24f8a40f81fb11df49be6d2e045c600d4458cadd708366e40d67082ad
6
+ metadata.gz: 7068c0f620b1ec2622f00f5b6e98c42624235b16d58b37df25158bef04f91ae956ef346f0df47727b1e1e658d08978ed3bba6e291734ce9a2d089c911dbddd62
7
+ data.tar.gz: 0bf20ad054a68a543a1e846dc805fd7701868883a1d15861bea7c11b0cd2d95d0d8712ef3bf43c46bf41ae2c82cc794c2e1446fa0a017a7e2e48440c74e94e2a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.175.0 (2025-12-17)
5
+ ------------------
6
+
7
+ * Feature - Adds support for tile encoding in HEVC and audio for video overlays.
8
+
4
9
  1.174.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.174.0
1
+ 1.175.0
@@ -1251,6 +1251,8 @@ module Aws::MediaConvert
1251
1251
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
1252
1252
  # max_bitrate: 1,
1253
1253
  # min_i_interval: 1,
1254
+ # mv_over_picture_boundaries: "ENABLED", # accepts ENABLED, DISABLED
1255
+ # mv_temporal_predictor: "ENABLED", # accepts ENABLED, DISABLED
1254
1256
  # number_b_frames_between_reference_frames: 1,
1255
1257
  # number_reference_frames: 1,
1256
1258
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
@@ -1273,7 +1275,11 @@ module Aws::MediaConvert
1273
1275
  # telecine: "NONE", # accepts NONE, SOFT, HARD
1274
1276
  # temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
1275
1277
  # temporal_ids: "DISABLED", # accepts DISABLED, ENABLED
1278
+ # tile_height: 1,
1279
+ # tile_padding: "NONE", # accepts NONE, PADDED
1280
+ # tile_width: 1,
1276
1281
  # tiles: "DISABLED", # accepts DISABLED, ENABLED
1282
+ # tree_block_size: "AUTO", # accepts AUTO, TREE_SIZE_32X32
1277
1283
  # unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
1278
1284
  # write_mp_4_packaging_type: "HVC1", # accepts HVC1, HEV1
1279
1285
  # },
@@ -1995,6 +2001,8 @@ module Aws::MediaConvert
1995
2001
  # resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
1996
2002
  # resp.preset.settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
1997
2003
  # resp.preset.settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
2004
+ # resp.preset.settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
2005
+ # resp.preset.settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
1998
2006
  # resp.preset.settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
1999
2007
  # resp.preset.settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
2000
2008
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
@@ -2016,7 +2024,11 @@ module Aws::MediaConvert
2016
2024
  # resp.preset.settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
2017
2025
  # resp.preset.settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
2018
2026
  # resp.preset.settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
2027
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
2028
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
2029
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
2019
2030
  # resp.preset.settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
2031
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
2020
2032
  # resp.preset.settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
2021
2033
  # resp.preset.settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
2022
2034
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
@@ -3064,6 +3076,8 @@ module Aws::MediaConvert
3064
3076
  # resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
3065
3077
  # resp.preset.settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
3066
3078
  # resp.preset.settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
3079
+ # resp.preset.settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
3080
+ # resp.preset.settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
3067
3081
  # resp.preset.settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
3068
3082
  # resp.preset.settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
3069
3083
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
@@ -3085,7 +3099,11 @@ module Aws::MediaConvert
3085
3099
  # resp.preset.settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
3086
3100
  # resp.preset.settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
3087
3101
  # resp.preset.settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
3102
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
3103
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
3104
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
3088
3105
  # resp.preset.settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
3106
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
3089
3107
  # resp.preset.settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
3090
3108
  # resp.preset.settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
3091
3109
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
@@ -3947,6 +3965,8 @@ module Aws::MediaConvert
3947
3965
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
3948
3966
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
3949
3967
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
3968
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
3969
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
3950
3970
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
3951
3971
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
3952
3972
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
@@ -3968,7 +3988,11 @@ module Aws::MediaConvert
3968
3988
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
3969
3989
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
3970
3990
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
3991
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
3992
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
3993
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
3971
3994
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
3995
+ # resp.presets[0].settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
3972
3996
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
3973
3997
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
3974
3998
  # resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
@@ -5247,6 +5271,8 @@ module Aws::MediaConvert
5247
5271
  # interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
5248
5272
  # max_bitrate: 1,
5249
5273
  # min_i_interval: 1,
5274
+ # mv_over_picture_boundaries: "ENABLED", # accepts ENABLED, DISABLED
5275
+ # mv_temporal_predictor: "ENABLED", # accepts ENABLED, DISABLED
5250
5276
  # number_b_frames_between_reference_frames: 1,
5251
5277
  # number_reference_frames: 1,
5252
5278
  # par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
@@ -5269,7 +5295,11 @@ module Aws::MediaConvert
5269
5295
  # telecine: "NONE", # accepts NONE, SOFT, HARD
5270
5296
  # temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
5271
5297
  # temporal_ids: "DISABLED", # accepts DISABLED, ENABLED
5298
+ # tile_height: 1,
5299
+ # tile_padding: "NONE", # accepts NONE, PADDED
5300
+ # tile_width: 1,
5272
5301
  # tiles: "DISABLED", # accepts DISABLED, ENABLED
5302
+ # tree_block_size: "AUTO", # accepts AUTO, TREE_SIZE_32X32
5273
5303
  # unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
5274
5304
  # write_mp_4_packaging_type: "HVC1", # accepts HVC1, HEV1
5275
5305
  # },
@@ -5988,6 +6018,8 @@ module Aws::MediaConvert
5988
6018
  # resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
5989
6019
  # resp.preset.settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
5990
6020
  # resp.preset.settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
6021
+ # resp.preset.settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
6022
+ # resp.preset.settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
5991
6023
  # resp.preset.settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
5992
6024
  # resp.preset.settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
5993
6025
  # resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
@@ -6009,7 +6041,11 @@ module Aws::MediaConvert
6009
6041
  # resp.preset.settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
6010
6042
  # resp.preset.settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
6011
6043
  # resp.preset.settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
6044
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
6045
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
6046
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
6012
6047
  # resp.preset.settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
6048
+ # resp.preset.settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
6013
6049
  # resp.preset.settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
6014
6050
  # resp.preset.settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
6015
6051
  # resp.preset.settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
@@ -6335,7 +6371,7 @@ module Aws::MediaConvert
6335
6371
  tracer: tracer
6336
6372
  )
6337
6373
  context[:gem_name] = 'aws-sdk-mediaconvert'
6338
- context[:gem_version] = '1.174.0'
6374
+ context[:gem_version] = '1.175.0'
6339
6375
  Seahorse::Client::Request.new(handlers, context)
6340
6376
  end
6341
6377
 
@@ -353,6 +353,8 @@ module Aws::MediaConvert
353
353
  H265GopBReference = Shapes::StringShape.new(name: 'H265GopBReference')
354
354
  H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
355
355
  H265InterlaceMode = Shapes::StringShape.new(name: 'H265InterlaceMode')
356
+ H265MvOverPictureBoundaries = Shapes::StringShape.new(name: 'H265MvOverPictureBoundaries')
357
+ H265MvTemporalPredictor = Shapes::StringShape.new(name: 'H265MvTemporalPredictor')
356
358
  H265ParControl = Shapes::StringShape.new(name: 'H265ParControl')
357
359
  H265QualityTuningLevel = Shapes::StringShape.new(name: 'H265QualityTuningLevel')
358
360
  H265QvbrSettings = Shapes::StructureShape.new(name: 'H265QvbrSettings')
@@ -366,7 +368,9 @@ module Aws::MediaConvert
366
368
  H265Telecine = Shapes::StringShape.new(name: 'H265Telecine')
367
369
  H265TemporalAdaptiveQuantization = Shapes::StringShape.new(name: 'H265TemporalAdaptiveQuantization')
368
370
  H265TemporalIds = Shapes::StringShape.new(name: 'H265TemporalIds')
371
+ H265TilePadding = Shapes::StringShape.new(name: 'H265TilePadding')
369
372
  H265Tiles = Shapes::StringShape.new(name: 'H265Tiles')
373
+ H265TreeBlockSize = Shapes::StringShape.new(name: 'H265TreeBlockSize')
370
374
  H265UnregisteredSeiTimecode = Shapes::StringShape.new(name: 'H265UnregisteredSeiTimecode')
371
375
  H265WriteMp4PackagingType = Shapes::StringShape.new(name: 'H265WriteMp4PackagingType')
372
376
  HDRToSDRToneMapper = Shapes::StringShape.new(name: 'HDRToSDRToneMapper')
@@ -832,6 +836,7 @@ module Aws::MediaConvert
832
836
  __integerMin22050Max192000 = Shapes::IntegerShape.new(name: '__integerMin22050Max192000')
833
837
  __integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
834
838
  __integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
839
+ __integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
835
840
  __integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
836
841
  __integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
837
842
  __integerMin2Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin2Max2147483647')
@@ -848,6 +853,7 @@ module Aws::MediaConvert
848
853
  __integerMin4Max12 = Shapes::IntegerShape.new(name: '__integerMin4Max12')
849
854
  __integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
850
855
  __integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
856
+ __integerMin64Max2160 = Shapes::IntegerShape.new(name: '__integerMin64Max2160')
851
857
  __integerMin6Max16 = Shapes::IntegerShape.new(name: '__integerMin6Max16')
852
858
  __integerMin8000Max192000 = Shapes::IntegerShape.new(name: '__integerMin8000Max192000')
853
859
  __integerMin8000Max96000 = Shapes::IntegerShape.new(name: '__integerMin8000Max96000')
@@ -1838,6 +1844,8 @@ module Aws::MediaConvert
1838
1844
  H265Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: H265InterlaceMode, location_name: "interlaceMode"))
1839
1845
  H265Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "maxBitrate"))
1840
1846
  H265Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
1847
+ H265Settings.add_member(:mv_over_picture_boundaries, Shapes::ShapeRef.new(shape: H265MvOverPictureBoundaries, location_name: "mvOverPictureBoundaries"))
1848
+ H265Settings.add_member(:mv_temporal_predictor, Shapes::ShapeRef.new(shape: H265MvTemporalPredictor, location_name: "mvTemporalPredictor"))
1841
1849
  H265Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "numberBFramesBetweenReferenceFrames"))
1842
1850
  H265Settings.add_member(:number_reference_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numberReferenceFrames"))
1843
1851
  H265Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H265ParControl, location_name: "parControl"))
@@ -1856,7 +1864,11 @@ module Aws::MediaConvert
1856
1864
  H265Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: H265Telecine, location_name: "telecine"))
1857
1865
  H265Settings.add_member(:temporal_adaptive_quantization, Shapes::ShapeRef.new(shape: H265TemporalAdaptiveQuantization, location_name: "temporalAdaptiveQuantization"))
1858
1866
  H265Settings.add_member(:temporal_ids, Shapes::ShapeRef.new(shape: H265TemporalIds, location_name: "temporalIds"))
1867
+ H265Settings.add_member(:tile_height, Shapes::ShapeRef.new(shape: __integerMin64Max2160, location_name: "tileHeight"))
1868
+ H265Settings.add_member(:tile_padding, Shapes::ShapeRef.new(shape: H265TilePadding, location_name: "tilePadding"))
1869
+ H265Settings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin256Max3840, location_name: "tileWidth"))
1859
1870
  H265Settings.add_member(:tiles, Shapes::ShapeRef.new(shape: H265Tiles, location_name: "tiles"))
1871
+ H265Settings.add_member(:tree_block_size, Shapes::ShapeRef.new(shape: H265TreeBlockSize, location_name: "treeBlockSize"))
1860
1872
  H265Settings.add_member(:unregistered_sei_timecode, Shapes::ShapeRef.new(shape: H265UnregisteredSeiTimecode, location_name: "unregisteredSeiTimecode"))
1861
1873
  H265Settings.add_member(:write_mp_4_packaging_type, Shapes::ShapeRef.new(shape: H265WriteMp4PackagingType, location_name: "writeMp4PackagingType"))
1862
1874
  H265Settings.struct_class = Types::H265Settings
@@ -2045,6 +2057,7 @@ module Aws::MediaConvert
2045
2057
  InputVideoGenerator.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
2046
2058
  InputVideoGenerator.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
2047
2059
  InputVideoGenerator.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
2060
+ InputVideoGenerator.add_member(:image_input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA, location_name: "imageInput"))
2048
2061
  InputVideoGenerator.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin32000Max48000, location_name: "sampleRate"))
2049
2062
  InputVideoGenerator.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
2050
2063
  InputVideoGenerator.struct_class = Types::InputVideoGenerator
@@ -2891,6 +2904,7 @@ module Aws::MediaConvert
2891
2904
  VideoOverlayCrop.add_member(:y, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "y"))
2892
2905
  VideoOverlayCrop.struct_class = Types::VideoOverlayCrop
2893
2906
 
2907
+ VideoOverlayInput.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: __mapOfAudioSelector, location_name: "audioSelectors"))
2894
2908
  VideoOverlayInput.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "fileInput"))
2895
2909
  VideoOverlayInput.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfVideoOverlayInputClipping, location_name: "inputClippings"))
2896
2910
  VideoOverlayInput.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
@@ -814,10 +814,16 @@ module Aws::MediaConvert
814
814
  # @return [String]
815
815
  #
816
816
  # @!attribute [rw] default_selection
817
- # Enable this setting on one audio selector to set it as the default
818
- # for the job. The service uses this default for outputs where it
819
- # can't find the specified input audio. If you don't set a default,
820
- # those outputs have no audio.
817
+ # Specify a fallback audio selector for this input. Use to ensure
818
+ # outputs have audio even when the audio selector you specify in your
819
+ # output is missing from the source. DEFAULT (Checked in the
820
+ # MediaConvert console): If your output settings specify an audio
821
+ # selector that does not exist in this input, MediaConvert uses this
822
+ # audio selector instead. This is useful when you have multiple inputs
823
+ # with a different number of audio tracks. NOT\_DEFAULT (Unchecked in
824
+ # the MediaConvert console): MediaConvert will not fallback from any
825
+ # missing audio selector. Any output specifying a missing audio
826
+ # selector will be silent.
821
827
  # @return [String]
822
828
  #
823
829
  # @!attribute [rw] external_audio_file_input
@@ -6880,6 +6886,18 @@ module Aws::MediaConvert
6880
6886
  # systems require a regular GOP size.
6881
6887
  # @return [Integer]
6882
6888
  #
6889
+ # @!attribute [rw] mv_over_picture_boundaries
6890
+ # If you are setting up the picture as a tile, you must set this to
6891
+ # "disabled". In all other configurations, you typically enter
6892
+ # "enabled".
6893
+ # @return [String]
6894
+ #
6895
+ # @!attribute [rw] mv_temporal_predictor
6896
+ # If you are setting up the picture as a tile, you must set this to
6897
+ # "disabled". In other configurations, you typically enter
6898
+ # "enabled".
6899
+ # @return [String]
6900
+ #
6883
6901
  # @!attribute [rw] number_b_frames_between_reference_frames
6884
6902
  # Specify the number of B-frames between reference frames in this
6885
6903
  # output. For the best video quality: Leave blank. MediaConvert
@@ -7068,11 +7086,40 @@ module Aws::MediaConvert
7068
7086
  # frames (lowest temporal layer) for a half frame rate output.
7069
7087
  # @return [String]
7070
7088
  #
7089
+ # @!attribute [rw] tile_height
7090
+ # Set this field to set up the picture as a tile. You must also set
7091
+ # TileWidth. The tile height must result in 22 or fewer rows in the
7092
+ # frame. The tile width must result in 20 or fewer columns in the
7093
+ # frame. And finally, the product of the column count and row count
7094
+ # must be 64 or less. If the tile width and height are specified,
7095
+ # MediaConvert will override the video codec slices field with a value
7096
+ # that MediaConvert calculates.
7097
+ # @return [Integer]
7098
+ #
7099
+ # @!attribute [rw] tile_padding
7100
+ # Set to "padded" to force MediaConvert to add padding to the frame,
7101
+ # to obtain a frame that is a whole multiple of the tile size. If you
7102
+ # are setting up the picture as a tile, you must enter "padded". In
7103
+ # all other configurations, you typically enter "none".
7104
+ # @return [String]
7105
+ #
7106
+ # @!attribute [rw] tile_width
7107
+ # Set this field to set up the picture as a tile. See TileHeight for
7108
+ # more information.
7109
+ # @return [Integer]
7110
+ #
7071
7111
  # @!attribute [rw] tiles
7072
7112
  # Enable use of tiles, allowing horizontal as well as vertical
7073
7113
  # subdivision of the encoded pictures.
7074
7114
  # @return [String]
7075
7115
  #
7116
+ # @!attribute [rw] tree_block_size
7117
+ # Select the tree block size used for encoding. If you enter "auto",
7118
+ # the encoder will pick the best size. If you are setting up the
7119
+ # picture as a tile, you must set this to 32x32. In all other
7120
+ # configurations, you typically enter "auto".
7121
+ # @return [String]
7122
+ #
7076
7123
  # @!attribute [rw] unregistered_sei_timecode
7077
7124
  # Inserts timecode for each frame as 4 bytes of an unregistered SEI
7078
7125
  # message.
@@ -7120,6 +7167,8 @@ module Aws::MediaConvert
7120
7167
  :interlace_mode,
7121
7168
  :max_bitrate,
7122
7169
  :min_i_interval,
7170
+ :mv_over_picture_boundaries,
7171
+ :mv_temporal_predictor,
7123
7172
  :number_b_frames_between_reference_frames,
7124
7173
  :number_reference_frames,
7125
7174
  :par_control,
@@ -7138,7 +7187,11 @@ module Aws::MediaConvert
7138
7187
  :telecine,
7139
7188
  :temporal_adaptive_quantization,
7140
7189
  :temporal_ids,
7190
+ :tile_height,
7191
+ :tile_padding,
7192
+ :tile_width,
7141
7193
  :tiles,
7194
+ :tree_block_size,
7142
7195
  :unregistered_sei_timecode,
7143
7196
  :write_mp_4_packaging_type)
7144
7197
  SENSITIVE = []
@@ -8694,6 +8747,11 @@ module Aws::MediaConvert
8694
8747
  # value for width.
8695
8748
  # @return [Integer]
8696
8749
  #
8750
+ # @!attribute [rw] image_input
8751
+ # Specify the HTTP, HTTPS, or Amazon S3 location of the image that you
8752
+ # want to overlay on the video. Use a PNG or TGA file.
8753
+ # @return [String]
8754
+ #
8697
8755
  # @!attribute [rw] sample_rate
8698
8756
  # Specify the audio sample rate, in Hz, for the silent audio in your
8699
8757
  # video generator input. Enter an integer from 32000 to 48000.
@@ -8716,6 +8774,7 @@ module Aws::MediaConvert
8716
8774
  :framerate_denominator,
8717
8775
  :framerate_numerator,
8718
8776
  :height,
8777
+ :image_input,
8719
8778
  :sample_rate,
8720
8779
  :width)
8721
8780
  SENSITIVE = []
@@ -14778,6 +14837,20 @@ module Aws::MediaConvert
14778
14837
  # Input settings for Video overlay. You can include one or more video
14779
14838
  # overlays in sequence at different times that you specify.
14780
14839
  #
14840
+ # @!attribute [rw] audio_selectors
14841
+ # Use Audio selectors to specify audio to use during your Video
14842
+ # overlay. You can use multiple Audio selectors per Video overlay.
14843
+ # When you include an Audio selector within a Video overlay,
14844
+ # MediaConvert mutes any Audio selectors with the same name from the
14845
+ # underlying input. For example, if your underlying input has Audio
14846
+ # selector 1 and Audio selector 2, and your Video overlay only has
14847
+ # Audio selector 1, then MediaConvert replaces all audio for Audio
14848
+ # selector 1 during the Video overlay. To replace all audio for all
14849
+ # Audio selectors from the underlying input by using a single Audio
14850
+ # selector in your overlay, set DefaultSelection to DEFAULT (Check
14851
+ # \\"Use as default\\" in the MediaConvert console).
14852
+ # @return [Hash<String,Types::AudioSelector>]
14853
+ #
14781
14854
  # @!attribute [rw] file_input
14782
14855
  # Specify the input file S3, HTTP, or HTTPS URL for your video
14783
14856
  # overlay. To specify one or more Transitions for your base input
@@ -14807,6 +14880,7 @@ module Aws::MediaConvert
14807
14880
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoOverlayInput AWS API Documentation
14808
14881
  #
14809
14882
  class VideoOverlayInput < Struct.new(
14883
+ :audio_selectors,
14810
14884
  :file_input,
14811
14885
  :input_clippings,
14812
14886
  :timecode_source,
@@ -54,7 +54,7 @@ module Aws::MediaConvert
54
54
  autoload :EndpointProvider, 'aws-sdk-mediaconvert/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediaconvert/endpoints'
56
56
 
57
- GEM_VERSION = '1.174.0'
57
+ GEM_VERSION = '1.175.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -220,7 +220,7 @@ module Aws
220
220
  time_delta_units: ("SECONDS" | "MILLISECONDS")?,
221
221
  upconvert_stl_to_teletext: ("UPCONVERT" | "DISABLED")?
222
222
  }?,
223
- source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT")?,
223
+ source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT" | "TT_3GPP")?,
224
224
  teletext_source_settings: {
225
225
  page_number: ::String?
226
226
  }?,
@@ -308,6 +308,7 @@ module Aws
308
308
  framerate_denominator: ::Integer?,
309
309
  framerate_numerator: ::Integer?,
310
310
  height: ::Integer?,
311
+ image_input: ::String?,
311
312
  sample_rate: ::Integer?,
312
313
  width: ::Integer?
313
314
  }?,
@@ -330,6 +331,38 @@ module Aws
330
331
  y_position: ::Integer?
331
332
  }?,
332
333
  input: {
334
+ audio_selectors: Hash[::String, {
335
+ audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
336
+ custom_language_code: ::String?,
337
+ default_selection: ("DEFAULT" | "NOT_DEFAULT")?,
338
+ external_audio_file_input: ::String?,
339
+ hls_rendition_group_settings: {
340
+ rendition_group_id: ::String?,
341
+ rendition_language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
342
+ rendition_name: ::String?
343
+ }?,
344
+ language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
345
+ offset: ::Integer?,
346
+ pids: Array[::Integer]?,
347
+ program_selection: ::Integer?,
348
+ remix_settings: {
349
+ audio_description_audio_channel: ::Integer?,
350
+ audio_description_data_channel: ::Integer?,
351
+ channel_mapping: {
352
+ output_channels: Array[
353
+ {
354
+ input_channels: Array[::Integer]?,
355
+ input_channels_fine_tune: Array[::Float]?
356
+ },
357
+ ]?
358
+ }?,
359
+ channels_in: ::Integer?,
360
+ channels_out: ::Integer?
361
+ }?,
362
+ selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM" | "STREAM")?,
363
+ streams: Array[::Integer]?,
364
+ tracks: Array[::Integer]?
365
+ }]?,
333
366
  file_input: ::String?,
334
367
  input_clippings: Array[
335
368
  {
@@ -1302,6 +1335,8 @@ module Aws
1302
1335
  interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
1303
1336
  max_bitrate: ::Integer?,
1304
1337
  min_i_interval: ::Integer?,
1338
+ mv_over_picture_boundaries: ("ENABLED" | "DISABLED")?,
1339
+ mv_temporal_predictor: ("ENABLED" | "DISABLED")?,
1305
1340
  number_b_frames_between_reference_frames: ::Integer?,
1306
1341
  number_reference_frames: ::Integer?,
1307
1342
  par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
@@ -1324,7 +1359,11 @@ module Aws
1324
1359
  telecine: ("NONE" | "SOFT" | "HARD")?,
1325
1360
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
1326
1361
  temporal_ids: ("DISABLED" | "ENABLED")?,
1362
+ tile_height: ::Integer?,
1363
+ tile_padding: ("NONE" | "PADDED")?,
1364
+ tile_width: ::Integer?,
1327
1365
  tiles: ("DISABLED" | "ENABLED")?,
1366
+ tree_block_size: ("AUTO" | "TREE_SIZE_32X32")?,
1328
1367
  unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
1329
1368
  write_mp_4_packaging_type: ("HVC1" | "HEV1")?
1330
1369
  }?,
@@ -1752,7 +1791,7 @@ module Aws
1752
1791
  time_delta_units: ("SECONDS" | "MILLISECONDS")?,
1753
1792
  upconvert_stl_to_teletext: ("UPCONVERT" | "DISABLED")?
1754
1793
  }?,
1755
- source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT")?,
1794
+ source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT" | "TT_3GPP")?,
1756
1795
  teletext_source_settings: {
1757
1796
  page_number: ::String?
1758
1797
  }?,
@@ -1839,6 +1878,38 @@ module Aws
1839
1878
  y_position: ::Integer?
1840
1879
  }?,
1841
1880
  input: {
1881
+ audio_selectors: Hash[::String, {
1882
+ audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
1883
+ custom_language_code: ::String?,
1884
+ default_selection: ("DEFAULT" | "NOT_DEFAULT")?,
1885
+ external_audio_file_input: ::String?,
1886
+ hls_rendition_group_settings: {
1887
+ rendition_group_id: ::String?,
1888
+ rendition_language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
1889
+ rendition_name: ::String?
1890
+ }?,
1891
+ language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
1892
+ offset: ::Integer?,
1893
+ pids: Array[::Integer]?,
1894
+ program_selection: ::Integer?,
1895
+ remix_settings: {
1896
+ audio_description_audio_channel: ::Integer?,
1897
+ audio_description_data_channel: ::Integer?,
1898
+ channel_mapping: {
1899
+ output_channels: Array[
1900
+ {
1901
+ input_channels: Array[::Integer]?,
1902
+ input_channels_fine_tune: Array[::Float]?
1903
+ },
1904
+ ]?
1905
+ }?,
1906
+ channels_in: ::Integer?,
1907
+ channels_out: ::Integer?
1908
+ }?,
1909
+ selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM" | "STREAM")?,
1910
+ streams: Array[::Integer]?,
1911
+ tracks: Array[::Integer]?
1912
+ }]?,
1842
1913
  file_input: ::String?,
1843
1914
  input_clippings: Array[
1844
1915
  {
@@ -2811,6 +2882,8 @@ module Aws
2811
2882
  interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
2812
2883
  max_bitrate: ::Integer?,
2813
2884
  min_i_interval: ::Integer?,
2885
+ mv_over_picture_boundaries: ("ENABLED" | "DISABLED")?,
2886
+ mv_temporal_predictor: ("ENABLED" | "DISABLED")?,
2814
2887
  number_b_frames_between_reference_frames: ::Integer?,
2815
2888
  number_reference_frames: ::Integer?,
2816
2889
  par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
@@ -2833,7 +2906,11 @@ module Aws
2833
2906
  telecine: ("NONE" | "SOFT" | "HARD")?,
2834
2907
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
2835
2908
  temporal_ids: ("DISABLED" | "ENABLED")?,
2909
+ tile_height: ::Integer?,
2910
+ tile_padding: ("NONE" | "PADDED")?,
2911
+ tile_width: ::Integer?,
2836
2912
  tiles: ("DISABLED" | "ENABLED")?,
2913
+ tree_block_size: ("AUTO" | "TREE_SIZE_32X32")?,
2837
2914
  unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
2838
2915
  write_mp_4_packaging_type: ("HVC1" | "HEV1")?
2839
2916
  }?,
@@ -3679,6 +3756,8 @@ module Aws
3679
3756
  interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
3680
3757
  max_bitrate: ::Integer?,
3681
3758
  min_i_interval: ::Integer?,
3759
+ mv_over_picture_boundaries: ("ENABLED" | "DISABLED")?,
3760
+ mv_temporal_predictor: ("ENABLED" | "DISABLED")?,
3682
3761
  number_b_frames_between_reference_frames: ::Integer?,
3683
3762
  number_reference_frames: ::Integer?,
3684
3763
  par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
@@ -3701,7 +3780,11 @@ module Aws
3701
3780
  telecine: ("NONE" | "SOFT" | "HARD")?,
3702
3781
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
3703
3782
  temporal_ids: ("DISABLED" | "ENABLED")?,
3783
+ tile_height: ::Integer?,
3784
+ tile_padding: ("NONE" | "PADDED")?,
3785
+ tile_width: ::Integer?,
3704
3786
  tiles: ("DISABLED" | "ENABLED")?,
3787
+ tree_block_size: ("AUTO" | "TREE_SIZE_32X32")?,
3705
3788
  unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
3706
3789
  write_mp_4_packaging_type: ("HVC1" | "HEV1")?
3707
3790
  }?,
@@ -4421,7 +4504,7 @@ module Aws
4421
4504
  time_delta_units: ("SECONDS" | "MILLISECONDS")?,
4422
4505
  upconvert_stl_to_teletext: ("UPCONVERT" | "DISABLED")?
4423
4506
  }?,
4424
- source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT")?,
4507
+ source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT" | "TT_3GPP")?,
4425
4508
  teletext_source_settings: {
4426
4509
  page_number: ::String?
4427
4510
  }?,
@@ -4508,6 +4591,38 @@ module Aws
4508
4591
  y_position: ::Integer?
4509
4592
  }?,
4510
4593
  input: {
4594
+ audio_selectors: Hash[::String, {
4595
+ audio_duration_correction: ("DISABLED" | "AUTO" | "TRACK" | "FRAME" | "FORCE")?,
4596
+ custom_language_code: ::String?,
4597
+ default_selection: ("DEFAULT" | "NOT_DEFAULT")?,
4598
+ external_audio_file_input: ::String?,
4599
+ hls_rendition_group_settings: {
4600
+ rendition_group_id: ::String?,
4601
+ rendition_language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
4602
+ rendition_name: ::String?
4603
+ }?,
4604
+ language_code: ("ENG" | "SPA" | "FRA" | "DEU" | "GER" | "ZHO" | "ARA" | "HIN" | "JPN" | "RUS" | "POR" | "ITA" | "URD" | "VIE" | "KOR" | "PAN" | "ABK" | "AAR" | "AFR" | "AKA" | "SQI" | "AMH" | "ARG" | "HYE" | "ASM" | "AVA" | "AVE" | "AYM" | "AZE" | "BAM" | "BAK" | "EUS" | "BEL" | "BEN" | "BIH" | "BIS" | "BOS" | "BRE" | "BUL" | "MYA" | "CAT" | "KHM" | "CHA" | "CHE" | "NYA" | "CHU" | "CHV" | "COR" | "COS" | "CRE" | "HRV" | "CES" | "DAN" | "DIV" | "NLD" | "DZO" | "ENM" | "EPO" | "EST" | "EWE" | "FAO" | "FIJ" | "FIN" | "FRM" | "FUL" | "GLA" | "GLG" | "LUG" | "KAT" | "ELL" | "GRN" | "GUJ" | "HAT" | "HAU" | "HEB" | "HER" | "HMO" | "HUN" | "ISL" | "IDO" | "IBO" | "IND" | "INA" | "ILE" | "IKU" | "IPK" | "GLE" | "JAV" | "KAL" | "KAN" | "KAU" | "KAS" | "KAZ" | "KIK" | "KIN" | "KIR" | "KOM" | "KON" | "KUA" | "KUR" | "LAO" | "LAT" | "LAV" | "LIM" | "LIN" | "LIT" | "LUB" | "LTZ" | "MKD" | "MLG" | "MSA" | "MAL" | "MLT" | "GLV" | "MRI" | "MAR" | "MAH" | "MON" | "NAU" | "NAV" | "NDE" | "NBL" | "NDO" | "NEP" | "SME" | "NOR" | "NOB" | "NNO" | "OCI" | "OJI" | "ORI" | "ORM" | "OSS" | "PLI" | "FAS" | "POL" | "PUS" | "QUE" | "QAA" | "RON" | "ROH" | "RUN" | "SMO" | "SAG" | "SAN" | "SRD" | "SRB" | "SNA" | "III" | "SND" | "SIN" | "SLK" | "SLV" | "SOM" | "SOT" | "SUN" | "SWA" | "SSW" | "SWE" | "TGL" | "TAH" | "TGK" | "TAM" | "TAT" | "TEL" | "THA" | "BOD" | "TIR" | "TON" | "TSO" | "TSN" | "TUR" | "TUK" | "TWI" | "UIG" | "UKR" | "UZB" | "VEN" | "VOL" | "WLN" | "CYM" | "FRY" | "WOL" | "XHO" | "YID" | "YOR" | "ZHA" | "ZUL" | "ORJ" | "QPC" | "TNG" | "SRP")?,
4605
+ offset: ::Integer?,
4606
+ pids: Array[::Integer]?,
4607
+ program_selection: ::Integer?,
4608
+ remix_settings: {
4609
+ audio_description_audio_channel: ::Integer?,
4610
+ audio_description_data_channel: ::Integer?,
4611
+ channel_mapping: {
4612
+ output_channels: Array[
4613
+ {
4614
+ input_channels: Array[::Integer]?,
4615
+ input_channels_fine_tune: Array[::Float]?
4616
+ },
4617
+ ]?
4618
+ }?,
4619
+ channels_in: ::Integer?,
4620
+ channels_out: ::Integer?
4621
+ }?,
4622
+ selector_type: ("PID" | "TRACK" | "LANGUAGE_CODE" | "HLS_RENDITION_GROUP" | "ALL_PCM" | "STREAM")?,
4623
+ streams: Array[::Integer]?,
4624
+ tracks: Array[::Integer]?
4625
+ }]?,
4511
4626
  file_input: ::String?,
4512
4627
  input_clippings: Array[
4513
4628
  {
@@ -5480,6 +5595,8 @@ module Aws
5480
5595
  interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
5481
5596
  max_bitrate: ::Integer?,
5482
5597
  min_i_interval: ::Integer?,
5598
+ mv_over_picture_boundaries: ("ENABLED" | "DISABLED")?,
5599
+ mv_temporal_predictor: ("ENABLED" | "DISABLED")?,
5483
5600
  number_b_frames_between_reference_frames: ::Integer?,
5484
5601
  number_reference_frames: ::Integer?,
5485
5602
  par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
@@ -5502,7 +5619,11 @@ module Aws
5502
5619
  telecine: ("NONE" | "SOFT" | "HARD")?,
5503
5620
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
5504
5621
  temporal_ids: ("DISABLED" | "ENABLED")?,
5622
+ tile_height: ::Integer?,
5623
+ tile_padding: ("NONE" | "PADDED")?,
5624
+ tile_width: ::Integer?,
5505
5625
  tiles: ("DISABLED" | "ENABLED")?,
5626
+ tree_block_size: ("AUTO" | "TREE_SIZE_32X32")?,
5506
5627
  unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
5507
5628
  write_mp_4_packaging_type: ("HVC1" | "HEV1")?
5508
5629
  }?,
@@ -6347,6 +6468,8 @@ module Aws
6347
6468
  interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")?,
6348
6469
  max_bitrate: ::Integer?,
6349
6470
  min_i_interval: ::Integer?,
6471
+ mv_over_picture_boundaries: ("ENABLED" | "DISABLED")?,
6472
+ mv_temporal_predictor: ("ENABLED" | "DISABLED")?,
6350
6473
  number_b_frames_between_reference_frames: ::Integer?,
6351
6474
  number_reference_frames: ::Integer?,
6352
6475
  par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")?,
@@ -6369,7 +6492,11 @@ module Aws
6369
6492
  telecine: ("NONE" | "SOFT" | "HARD")?,
6370
6493
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
6371
6494
  temporal_ids: ("DISABLED" | "ENABLED")?,
6495
+ tile_height: ::Integer?,
6496
+ tile_padding: ("NONE" | "PADDED")?,
6497
+ tile_width: ::Integer?,
6372
6498
  tiles: ("DISABLED" | "ENABLED")?,
6499
+ tree_block_size: ("AUTO" | "TREE_SIZE_32X32")?,
6373
6500
  unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
6374
6501
  write_mp_4_packaging_type: ("HVC1" | "HEV1")?
6375
6502
  }?,
data/sig/types.rbs CHANGED
@@ -335,7 +335,7 @@ module Aws::MediaConvert
335
335
  attr_accessor dvb_sub_source_settings: Types::DvbSubSourceSettings
336
336
  attr_accessor embedded_source_settings: Types::EmbeddedSourceSettings
337
337
  attr_accessor file_source_settings: Types::FileSourceSettings
338
- attr_accessor source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT")
338
+ attr_accessor source_type: ("ANCILLARY" | "DVB_SUB" | "EMBEDDED" | "SCTE20" | "SCC" | "TTML" | "STL" | "SRT" | "SMI" | "SMPTE_TT" | "TELETEXT" | "NULL_SOURCE" | "IMSC" | "WEBVTT" | "TT_3GPP")
339
339
  attr_accessor teletext_source_settings: Types::TeletextSourceSettings
340
340
  attr_accessor track_source_settings: Types::TrackSourceSettings
341
341
  attr_accessor webvtt_hls_source_settings: Types::WebvttHlsSourceSettings
@@ -1089,6 +1089,8 @@ module Aws::MediaConvert
1089
1089
  attr_accessor interlace_mode: ("PROGRESSIVE" | "TOP_FIELD" | "BOTTOM_FIELD" | "FOLLOW_TOP_FIELD" | "FOLLOW_BOTTOM_FIELD")
1090
1090
  attr_accessor max_bitrate: ::Integer
1091
1091
  attr_accessor min_i_interval: ::Integer
1092
+ attr_accessor mv_over_picture_boundaries: ("ENABLED" | "DISABLED")
1093
+ attr_accessor mv_temporal_predictor: ("ENABLED" | "DISABLED")
1092
1094
  attr_accessor number_b_frames_between_reference_frames: ::Integer
1093
1095
  attr_accessor number_reference_frames: ::Integer
1094
1096
  attr_accessor par_control: ("INITIALIZE_FROM_SOURCE" | "SPECIFIED")
@@ -1107,7 +1109,11 @@ module Aws::MediaConvert
1107
1109
  attr_accessor telecine: ("NONE" | "SOFT" | "HARD")
1108
1110
  attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
1109
1111
  attr_accessor temporal_ids: ("DISABLED" | "ENABLED")
1112
+ attr_accessor tile_height: ::Integer
1113
+ attr_accessor tile_padding: ("NONE" | "PADDED")
1114
+ attr_accessor tile_width: ::Integer
1110
1115
  attr_accessor tiles: ("DISABLED" | "ENABLED")
1116
+ attr_accessor tree_block_size: ("AUTO" | "TREE_SIZE_32X32")
1111
1117
  attr_accessor unregistered_sei_timecode: ("DISABLED" | "ENABLED")
1112
1118
  attr_accessor write_mp_4_packaging_type: ("HVC1" | "HEV1")
1113
1119
  SENSITIVE: []
@@ -1334,6 +1340,7 @@ module Aws::MediaConvert
1334
1340
  attr_accessor framerate_denominator: ::Integer
1335
1341
  attr_accessor framerate_numerator: ::Integer
1336
1342
  attr_accessor height: ::Integer
1343
+ attr_accessor image_input: ::String
1337
1344
  attr_accessor sample_rate: ::Integer
1338
1345
  attr_accessor width: ::Integer
1339
1346
  SENSITIVE: []
@@ -2418,6 +2425,7 @@ module Aws::MediaConvert
2418
2425
  end
2419
2426
 
2420
2427
  class VideoOverlayInput
2428
+ attr_accessor audio_selectors: ::Hash[::String, Types::AudioSelector]
2421
2429
  attr_accessor file_input: ::String
2422
2430
  attr_accessor input_clippings: ::Array[Types::VideoOverlayInputClipping]
2423
2431
  attr_accessor timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.174.0
4
+ version: 1.175.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services