aws-sdk-mediaconvert 1.145.0 → 1.147.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: cdc94aaaa0e750fc49154ec0b4ad5e2776ee95d23db89c19a47dde4a64fdcf88
4
- data.tar.gz: 495b5b0c3a78ba38c231ba696a471485e79661f718eacd23596fc25d641ca47f
3
+ metadata.gz: 2d1ea10c46dd33c0190e28ba9f10465c3295e5ea4b8728c45bc31c080149cbfe
4
+ data.tar.gz: 5f288e79096f0f69440bd1f63f996a085aa850ce9cc6c82fb1bf2fb6606b3c95
5
5
  SHA512:
6
- metadata.gz: 00ade5ba52975e8a9fcc65f06801201092bd47f2a669f22dcea9ed7113077f1bc5729b9fcee7248c00138b7235cba7c4cd6ad38633781dfa21a3adfefd856e26
7
- data.tar.gz: 89a001f971a71e8c25fc466d50eae92211ca37e54c88c1243d4972957e37835f32c7e80f8e6c6a339f5af8b6766185ed700f5d2cf0a7fc9e6ba4d2bd95068997
6
+ metadata.gz: 732c5d741f61e39cd76b7041834cbb39f12e9b37751ca28138efd36dbc99c1d764d870edd6243c6c93b9edf7694544069a19c33cb4cc4f8c8fc72d561461d11d
7
+ data.tar.gz: 9d8e9895d7e4a64bc153dc4c0bd60a72eee1f60ccfc9d15f39bfeacc75af67cd7a2cf4d327759865d588b081a9cdf35c6c4278530cad411c1ab76a92a1e72392
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.147.0 (2025-01-02)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.
8
+
9
+ 1.146.0 (2024-12-19)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for inserting timecode tracks into MP4 container outputs.
13
+
4
14
  1.145.0 (2024-11-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.145.0
1
+ 1.147.0
@@ -705,7 +705,7 @@ module Aws::MediaConvert
705
705
  # target_lkfs: 1.0,
706
706
  # true_peak_limiter_threshold: 1.0,
707
707
  # },
708
- # audio_source_name: "__string",
708
+ # audio_source_name: "__stringMax2048",
709
709
  # audio_type: 1,
710
710
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
711
711
  # codec_settings: {
@@ -856,6 +856,7 @@ module Aws::MediaConvert
856
856
  # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
857
857
  # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
858
858
  # outline_size: 1,
859
+ # remove_ruby_reserve_attributes: "DISABLED", # accepts DISABLED, ENABLED
859
860
  # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
860
861
  # shadow_opacity: 1,
861
862
  # shadow_x_offset: 1,
@@ -1163,6 +1164,7 @@ module Aws::MediaConvert
1163
1164
  # telecine: "NONE", # accepts NONE, SOFT, HARD
1164
1165
  # temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
1165
1166
  # unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
1167
+ # write_mp_4_packaging_type: "AVC1", # accepts AVC1, AVC3
1166
1168
  # },
1167
1169
  # h265_settings: {
1168
1170
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
@@ -1382,6 +1384,7 @@ module Aws::MediaConvert
1382
1384
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
1383
1385
  # sharpness: 1,
1384
1386
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
1387
+ # timecode_track: "DISABLED", # accepts DISABLED, ENABLED
1385
1388
  # video_preprocessors: {
1386
1389
  # color_corrector: {
1387
1390
  # brightness: 1,
@@ -1626,6 +1629,7 @@ module Aws::MediaConvert
1626
1629
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
1627
1630
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
1628
1631
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
1632
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
1629
1633
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
1630
1634
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
1631
1635
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -1872,6 +1876,7 @@ module Aws::MediaConvert
1872
1876
  # resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
1873
1877
  # resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
1874
1878
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
1879
+ # resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
1875
1880
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
1876
1881
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
1877
1882
  # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -2055,6 +2060,7 @@ module Aws::MediaConvert
2055
2060
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
2056
2061
  # resp.preset.settings.video_description.sharpness #=> Integer
2057
2062
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
2063
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
2058
2064
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
2059
2065
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
2060
2066
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -2600,6 +2606,7 @@ module Aws::MediaConvert
2600
2606
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
2601
2607
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
2602
2608
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
2609
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
2603
2610
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
2604
2611
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
2605
2612
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -2846,6 +2853,7 @@ module Aws::MediaConvert
2846
2853
  # resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
2847
2854
  # resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
2848
2855
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
2856
+ # resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
2849
2857
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
2850
2858
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
2851
2859
  # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -3029,6 +3037,7 @@ module Aws::MediaConvert
3029
3037
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
3030
3038
  # resp.preset.settings.video_description.sharpness #=> Integer
3031
3039
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3040
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
3032
3041
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
3033
3042
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
3034
3043
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -3442,6 +3451,7 @@ module Aws::MediaConvert
3442
3451
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
3443
3452
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
3444
3453
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
3454
+ # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
3445
3455
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
3446
3456
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
3447
3457
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -3688,6 +3698,7 @@ module Aws::MediaConvert
3688
3698
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
3689
3699
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
3690
3700
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
3701
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
3691
3702
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
3692
3703
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
3693
3704
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -3871,6 +3882,7 @@ module Aws::MediaConvert
3871
3882
  # resp.presets[0].settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
3872
3883
  # resp.presets[0].settings.video_description.sharpness #=> Integer
3873
3884
  # resp.presets[0].settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3885
+ # resp.presets[0].settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
3874
3886
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
3875
3887
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
3876
3888
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -4349,7 +4361,7 @@ module Aws::MediaConvert
4349
4361
  # target_lkfs: 1.0,
4350
4362
  # true_peak_limiter_threshold: 1.0,
4351
4363
  # },
4352
- # audio_source_name: "__string",
4364
+ # audio_source_name: "__stringMax2048",
4353
4365
  # audio_type: 1,
4354
4366
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
4355
4367
  # codec_settings: {
@@ -4500,6 +4512,7 @@ module Aws::MediaConvert
4500
4512
  # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
4501
4513
  # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
4502
4514
  # outline_size: 1,
4515
+ # remove_ruby_reserve_attributes: "DISABLED", # accepts DISABLED, ENABLED
4503
4516
  # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4504
4517
  # shadow_opacity: 1,
4505
4518
  # shadow_x_offset: 1,
@@ -4807,6 +4820,7 @@ module Aws::MediaConvert
4807
4820
  # telecine: "NONE", # accepts NONE, SOFT, HARD
4808
4821
  # temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
4809
4822
  # unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
4823
+ # write_mp_4_packaging_type: "AVC1", # accepts AVC1, AVC3
4810
4824
  # },
4811
4825
  # h265_settings: {
4812
4826
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
@@ -5026,6 +5040,7 @@ module Aws::MediaConvert
5026
5040
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
5027
5041
  # sharpness: 1,
5028
5042
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
5043
+ # timecode_track: "DISABLED", # accepts DISABLED, ENABLED
5029
5044
  # video_preprocessors: {
5030
5045
  # color_corrector: {
5031
5046
  # brightness: 1,
@@ -5267,6 +5282,7 @@ module Aws::MediaConvert
5267
5282
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
5268
5283
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
5269
5284
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
5285
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
5270
5286
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
5271
5287
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
5272
5288
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -5513,6 +5529,7 @@ module Aws::MediaConvert
5513
5529
  # resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
5514
5530
  # resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
5515
5531
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
5532
+ # resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
5516
5533
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
5517
5534
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
5518
5535
  # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -5696,6 +5713,7 @@ module Aws::MediaConvert
5696
5713
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
5697
5714
  # resp.preset.settings.video_description.sharpness #=> Integer
5698
5715
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
5716
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
5699
5717
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
5700
5718
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
5701
5719
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -5873,7 +5891,7 @@ module Aws::MediaConvert
5873
5891
  tracer: tracer
5874
5892
  )
5875
5893
  context[:gem_name] = 'aws-sdk-mediaconvert'
5876
- context[:gem_version] = '1.145.0'
5894
+ context[:gem_version] = '1.147.0'
5877
5895
  Seahorse::Client::Request.new(handlers, context)
5878
5896
  end
5879
5897
 
@@ -315,6 +315,7 @@ module Aws::MediaConvert
315
315
  H264Telecine = Shapes::StringShape.new(name: 'H264Telecine')
316
316
  H264TemporalAdaptiveQuantization = Shapes::StringShape.new(name: 'H264TemporalAdaptiveQuantization')
317
317
  H264UnregisteredSeiTimecode = Shapes::StringShape.new(name: 'H264UnregisteredSeiTimecode')
318
+ H264WriteMp4PackagingType = Shapes::StringShape.new(name: 'H264WriteMp4PackagingType')
318
319
  H265AdaptiveQuantization = Shapes::StringShape.new(name: 'H265AdaptiveQuantization')
319
320
  H265AlternateTransferFunctionSei = Shapes::StringShape.new(name: 'H265AlternateTransferFunctionSei')
320
321
  H265CodecLevel = Shapes::StringShape.new(name: 'H265CodecLevel')
@@ -562,6 +563,7 @@ module Aws::MediaConvert
562
563
  QueueTransition = Shapes::StructureShape.new(name: 'QueueTransition')
563
564
  Rectangle = Shapes::StructureShape.new(name: 'Rectangle')
564
565
  RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
566
+ RemoveRubyReserveAttributes = Shapes::StringShape.new(name: 'RemoveRubyReserveAttributes')
565
567
  RenewalType = Shapes::StringShape.new(name: 'RenewalType')
566
568
  RequiredFlag = Shapes::StringShape.new(name: 'RequiredFlag')
567
569
  ReservationPlan = Shapes::StructureShape.new(name: 'ReservationPlan')
@@ -599,6 +601,7 @@ module Aws::MediaConvert
599
601
  TimecodeBurninPosition = Shapes::StringShape.new(name: 'TimecodeBurninPosition')
600
602
  TimecodeConfig = Shapes::StructureShape.new(name: 'TimecodeConfig')
601
603
  TimecodeSource = Shapes::StringShape.new(name: 'TimecodeSource')
604
+ TimecodeTrack = Shapes::StringShape.new(name: 'TimecodeTrack')
602
605
  TimedMetadata = Shapes::StringShape.new(name: 'TimedMetadata')
603
606
  TimedMetadataInsertion = Shapes::StructureShape.new(name: 'TimedMetadataInsertion')
604
607
  Timing = Shapes::StructureShape.new(name: 'Timing')
@@ -860,6 +863,9 @@ module Aws::MediaConvert
860
863
  __mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
861
864
  __string = Shapes::StringShape.new(name: '__string')
862
865
  __stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
866
+ __stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
867
+ __stringMax2048PatternS3Https = Shapes::StringShape.new(name: '__stringMax2048PatternS3Https')
868
+ __stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
863
869
  __stringMin0 = Shapes::StringShape.new(name: '__stringMin0')
864
870
  __stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
865
871
  __stringMin11Max11Pattern01D20305D205D = Shapes::StringShape.new(name: '__stringMin11Max11Pattern01D20305D205D')
@@ -872,7 +878,7 @@ module Aws::MediaConvert
872
878
  __stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
873
879
  __stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
874
880
  __stringMin1Max20 = Shapes::StringShape.new(name: '__stringMin1Max20')
875
- __stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09')
881
+ __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09')
876
882
  __stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
877
883
  __stringMin1Max50 = Shapes::StringShape.new(name: '__stringMin1Max50')
878
884
  __stringMin1Max50PatternAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max50PatternAZAZ09')
@@ -982,7 +988,7 @@ module Aws::MediaConvert
982
988
 
983
989
  AudioDescription.add_member(:audio_channel_tagging_settings, Shapes::ShapeRef.new(shape: AudioChannelTaggingSettings, location_name: "audioChannelTaggingSettings"))
984
990
  AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
985
- AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "audioSourceName"))
991
+ AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __stringMax2048, location_name: "audioSourceName"))
986
992
  AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "audioType"))
987
993
  AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioTypeControl, location_name: "audioTypeControl"))
988
994
  AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
@@ -1097,6 +1103,7 @@ module Aws::MediaConvert
1097
1103
  BurninDestinationSettings.add_member(:hex_font_color, Shapes::ShapeRef.new(shape: __stringMin6Max8Pattern09aFAF609aFAF2, location_name: "hexFontColor"))
1098
1104
  BurninDestinationSettings.add_member(:outline_color, Shapes::ShapeRef.new(shape: BurninSubtitleOutlineColor, location_name: "outlineColor"))
1099
1105
  BurninDestinationSettings.add_member(:outline_size, Shapes::ShapeRef.new(shape: __integerMin0Max10, location_name: "outlineSize"))
1106
+ BurninDestinationSettings.add_member(:remove_ruby_reserve_attributes, Shapes::ShapeRef.new(shape: RemoveRubyReserveAttributes, location_name: "removeRubyReserveAttributes"))
1100
1107
  BurninDestinationSettings.add_member(:shadow_color, Shapes::ShapeRef.new(shape: BurninSubtitleShadowColor, location_name: "shadowColor"))
1101
1108
  BurninDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "shadowOpacity"))
1102
1109
  BurninDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowXOffset"))
@@ -1651,6 +1658,7 @@ module Aws::MediaConvert
1651
1658
  H264Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: H264Telecine, location_name: "telecine"))
1652
1659
  H264Settings.add_member(:temporal_adaptive_quantization, Shapes::ShapeRef.new(shape: H264TemporalAdaptiveQuantization, location_name: "temporalAdaptiveQuantization"))
1653
1660
  H264Settings.add_member(:unregistered_sei_timecode, Shapes::ShapeRef.new(shape: H264UnregisteredSeiTimecode, location_name: "unregisteredSeiTimecode"))
1661
+ H264Settings.add_member(:write_mp_4_packaging_type, Shapes::ShapeRef.new(shape: H264WriteMp4PackagingType, location_name: "writeMp4PackagingType"))
1654
1662
  H264Settings.struct_class = Types::H264Settings
1655
1663
 
1656
1664
  H265QvbrSettings.add_member(:max_average_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "maxAverageBitrate"))
@@ -1823,7 +1831,7 @@ module Aws::MediaConvert
1823
1831
  Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
1824
1832
  Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
1825
1833
  Input.add_member(:dolby_vision_metadata_xml, Shapes::ShapeRef.new(shape: __stringMin14PatternS3XmlXMLHttpsXmlXML, location_name: "dolbyVisionMetadataXml"))
1826
- Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "fileInput"))
1834
+ Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringMax2048PatternS3Https, location_name: "fileInput"))
1827
1835
  Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
1828
1836
  Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin0Max5, location_name: "filterStrength"))
1829
1837
  Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
@@ -1984,7 +1992,7 @@ module Aws::MediaConvert
1984
1992
 
1985
1993
  KantarWatermarkSettings.add_member(:channel_name, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "channelName"))
1986
1994
  KantarWatermarkSettings.add_member(:content_reference, Shapes::ShapeRef.new(shape: __stringMin1Max50PatternAZAZ09, location_name: "contentReference"))
1987
- KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09, location_name: "credentialsSecretName"))
1995
+ KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "credentialsSecretName"))
1988
1996
  KantarWatermarkSettings.add_member(:file_offset, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fileOffset"))
1989
1997
  KantarWatermarkSettings.add_member(:kantar_license_id, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "kantarLicenseId"))
1990
1998
  KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmedia, location_name: "kantarServerUrl"))
@@ -2306,7 +2314,7 @@ module Aws::MediaConvert
2306
2314
  Output.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: __listOfAudioDescription, location_name: "audioDescriptions"))
2307
2315
  Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
2308
2316
  Output.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
2309
- Output.add_member(:extension, Shapes::ShapeRef.new(shape: __string, location_name: "extension"))
2317
+ Output.add_member(:extension, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "extension"))
2310
2318
  Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "nameModifier"))
2311
2319
  Output.add_member(:output_settings, Shapes::ShapeRef.new(shape: OutputSettings, location_name: "outputSettings"))
2312
2320
  Output.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin0, location_name: "preset"))
@@ -2323,7 +2331,7 @@ module Aws::MediaConvert
2323
2331
 
2324
2332
  OutputGroup.add_member(:automated_encoding_settings, Shapes::ShapeRef.new(shape: AutomatedEncodingSettings, location_name: "automatedEncodingSettings"))
2325
2333
  OutputGroup.add_member(:custom_name, Shapes::ShapeRef.new(shape: __string, location_name: "customName"))
2326
- OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
2334
+ OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __stringMax2048, location_name: "name"))
2327
2335
  OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
2328
2336
  OutputGroup.add_member(:outputs, Shapes::ShapeRef.new(shape: __listOfOutput, location_name: "outputs"))
2329
2337
  OutputGroup.struct_class = Types::OutputGroup
@@ -2625,6 +2633,7 @@ module Aws::MediaConvert
2625
2633
  VideoDescription.add_member(:scaling_behavior, Shapes::ShapeRef.new(shape: ScalingBehavior, location_name: "scalingBehavior"))
2626
2634
  VideoDescription.add_member(:sharpness, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "sharpness"))
2627
2635
  VideoDescription.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: VideoTimecodeInsertion, location_name: "timecodeInsertion"))
2636
+ VideoDescription.add_member(:timecode_track, Shapes::ShapeRef.new(shape: TimecodeTrack, location_name: "timecodeTrack"))
2628
2637
  VideoDescription.add_member(:video_preprocessors, Shapes::ShapeRef.new(shape: VideoPreprocessor, location_name: "videoPreprocessors"))
2629
2638
  VideoDescription.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
2630
2639
  VideoDescription.struct_class = Types::VideoDescription
@@ -1523,6 +1523,15 @@ module Aws::MediaConvert
1523
1523
  # outline size data from your input captions, if present.
1524
1524
  # @return [Integer]
1525
1525
  #
1526
+ # @!attribute [rw] remove_ruby_reserve_attributes
1527
+ # Optionally remove any tts:rubyReserve attributes present in your
1528
+ # input, that do not have a tts:ruby attribute in the same element,
1529
+ # from your output. Use if your vertical Japanese output captions have
1530
+ # alignment issues. To remove ruby reserve attributes when present:
1531
+ # Choose Enabled. To not remove any ruby reserve attributes: Keep the
1532
+ # default value, Disabled.
1533
+ # @return [String]
1534
+ #
1526
1535
  # @!attribute [rw] shadow_color
1527
1536
  # Specify the color of the shadow cast by the captions. Leave Shadow
1528
1537
  # color blank and set Style passthrough to enabled to use the shadow
@@ -1610,6 +1619,7 @@ module Aws::MediaConvert
1610
1619
  :hex_font_color,
1611
1620
  :outline_color,
1612
1621
  :outline_size,
1622
+ :remove_ruby_reserve_attributes,
1613
1623
  :shadow_color,
1614
1624
  :shadow_opacity,
1615
1625
  :shadow_x_offset,
@@ -5832,6 +5842,17 @@ module Aws::MediaConvert
5832
5842
  # message.
5833
5843
  # @return [String]
5834
5844
  #
5845
+ # @!attribute [rw] write_mp_4_packaging_type
5846
+ # Specify how SPS and PPS NAL units are written in your output MP4
5847
+ # container, according to ISO/IEC 14496-15. If the location of these
5848
+ # parameters doesn't matter in your workflow: Keep the default value,
5849
+ # AVC1. MediaConvert writes SPS and PPS NAL units in the sample
5850
+ # description ('stsd') box (but not into samples directly). To write
5851
+ # SPS and PPS NAL units directly into samples (but not in the 'stsd'
5852
+ # box): Choose AVC3. When you do, note that your output might not play
5853
+ # properly with some downstream systems or players.
5854
+ # @return [String]
5855
+ #
5835
5856
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/H264Settings AWS API Documentation
5836
5857
  #
5837
5858
  class H264Settings < Struct.new(
@@ -5878,7 +5899,8 @@ module Aws::MediaConvert
5878
5899
  :syntax,
5879
5900
  :telecine,
5880
5901
  :temporal_adaptive_quantization,
5881
- :unregistered_sei_timecode)
5902
+ :unregistered_sei_timecode,
5903
+ :write_mp_4_packaging_type)
5882
5904
  SENSITIVE = []
5883
5905
  include Aws::Structure
5884
5906
  end
@@ -13054,7 +13076,7 @@ module Aws::MediaConvert
13054
13076
  # service will use drop-frame timecode on outputs. If it is not
13055
13077
  # possible to use drop-frame timecode, the system will fall back to
13056
13078
  # non-drop-frame. This setting is enabled by default when Timecode
13057
- # insertion is enabled.
13079
+ # insertion or Timecode track is enabled.
13058
13080
  # @return [String]
13059
13081
  #
13060
13082
  # @!attribute [rw] fixed_afd
@@ -13119,6 +13141,15 @@ module Aws::MediaConvert
13119
13141
  # Job settings > Timecode configuration does.
13120
13142
  # @return [String]
13121
13143
  #
13144
+ # @!attribute [rw] timecode_track
13145
+ # To include a timecode track in your MP4 output: Choose Enabled.
13146
+ # MediaConvert writes the timecode track in the Null Media Header box
13147
+ # (NMHD), without any timecode text formatting information. You can
13148
+ # also specify dropframe or non-dropframe timecode under the Drop
13149
+ # Frame Timecode setting. To not include a timecode track: Keep the
13150
+ # default value, Disabled.
13151
+ # @return [String]
13152
+ #
13122
13153
  # @!attribute [rw] video_preprocessors
13123
13154
  # Find additional transcoding features under Preprocessors. Enable the
13124
13155
  # features at each output individually. These features are disabled by
@@ -13150,6 +13181,7 @@ module Aws::MediaConvert
13150
13181
  :scaling_behavior,
13151
13182
  :sharpness,
13152
13183
  :timecode_insertion,
13184
+ :timecode_track,
13153
13185
  :video_preprocessors,
13154
13186
  :width)
13155
13187
  SENSITIVE = []
@@ -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.145.0'
57
+ GEM_VERSION = '1.147.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -888,6 +888,7 @@ module Aws
888
888
  hex_font_color: ::String?,
889
889
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
890
890
  outline_size: ::Integer?,
891
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
891
892
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
892
893
  shadow_opacity: ::Integer?,
893
894
  shadow_x_offset: ::Integer?,
@@ -1208,7 +1209,8 @@ module Aws
1208
1209
  syntax: ("DEFAULT" | "RP2027")?,
1209
1210
  telecine: ("NONE" | "SOFT" | "HARD")?,
1210
1211
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
1211
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
1212
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
1213
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
1212
1214
  }?,
1213
1215
  h265_settings: {
1214
1216
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -1428,6 +1430,7 @@ module Aws
1428
1430
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
1429
1431
  sharpness: ::Integer?,
1430
1432
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
1433
+ timecode_track: ("DISABLED" | "ENABLED")?,
1431
1434
  video_preprocessors: {
1432
1435
  color_corrector: {
1433
1436
  brightness: ::Integer?,
@@ -2334,6 +2337,7 @@ module Aws
2334
2337
  hex_font_color: ::String?,
2335
2338
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
2336
2339
  outline_size: ::Integer?,
2340
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
2337
2341
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
2338
2342
  shadow_opacity: ::Integer?,
2339
2343
  shadow_x_offset: ::Integer?,
@@ -2654,7 +2658,8 @@ module Aws
2654
2658
  syntax: ("DEFAULT" | "RP2027")?,
2655
2659
  telecine: ("NONE" | "SOFT" | "HARD")?,
2656
2660
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
2657
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
2661
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
2662
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
2658
2663
  }?,
2659
2664
  h265_settings: {
2660
2665
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -2874,6 +2879,7 @@ module Aws
2874
2879
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
2875
2880
  sharpness: ::Integer?,
2876
2881
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
2882
+ timecode_track: ("DISABLED" | "ENABLED")?,
2877
2883
  video_preprocessors: {
2878
2884
  color_corrector: {
2879
2885
  brightness: ::Integer?,
@@ -3176,6 +3182,7 @@ module Aws
3176
3182
  hex_font_color: ::String?,
3177
3183
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
3178
3184
  outline_size: ::Integer?,
3185
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
3179
3186
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
3180
3187
  shadow_opacity: ::Integer?,
3181
3188
  shadow_x_offset: ::Integer?,
@@ -3482,7 +3489,8 @@ module Aws
3482
3489
  syntax: ("DEFAULT" | "RP2027")?,
3483
3490
  telecine: ("NONE" | "SOFT" | "HARD")?,
3484
3491
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
3485
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
3492
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
3493
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
3486
3494
  }?,
3487
3495
  h265_settings: {
3488
3496
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -3702,6 +3710,7 @@ module Aws
3702
3710
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
3703
3711
  sharpness: ::Integer?,
3704
3712
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
3713
+ timecode_track: ("DISABLED" | "ENABLED")?,
3705
3714
  video_preprocessors: {
3706
3715
  color_corrector: {
3707
3716
  brightness: ::Integer?,
@@ -4846,6 +4855,7 @@ module Aws
4846
4855
  hex_font_color: ::String?,
4847
4856
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
4848
4857
  outline_size: ::Integer?,
4858
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
4849
4859
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
4850
4860
  shadow_opacity: ::Integer?,
4851
4861
  shadow_x_offset: ::Integer?,
@@ -5166,7 +5176,8 @@ module Aws
5166
5176
  syntax: ("DEFAULT" | "RP2027")?,
5167
5177
  telecine: ("NONE" | "SOFT" | "HARD")?,
5168
5178
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
5169
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
5179
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
5180
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
5170
5181
  }?,
5171
5182
  h265_settings: {
5172
5183
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -5386,6 +5397,7 @@ module Aws
5386
5397
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
5387
5398
  sharpness: ::Integer?,
5388
5399
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
5400
+ timecode_track: ("DISABLED" | "ENABLED")?,
5389
5401
  video_preprocessors: {
5390
5402
  color_corrector: {
5391
5403
  brightness: ::Integer?,
@@ -5687,6 +5699,7 @@ module Aws
5687
5699
  hex_font_color: ::String?,
5688
5700
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
5689
5701
  outline_size: ::Integer?,
5702
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
5690
5703
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
5691
5704
  shadow_opacity: ::Integer?,
5692
5705
  shadow_x_offset: ::Integer?,
@@ -5993,7 +6006,8 @@ module Aws
5993
6006
  syntax: ("DEFAULT" | "RP2027")?,
5994
6007
  telecine: ("NONE" | "SOFT" | "HARD")?,
5995
6008
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
5996
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
6009
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
6010
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
5997
6011
  }?,
5998
6012
  h265_settings: {
5999
6013
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -6213,6 +6227,7 @@ module Aws
6213
6227
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
6214
6228
  sharpness: ::Integer?,
6215
6229
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
6230
+ timecode_track: ("DISABLED" | "ENABLED")?,
6216
6231
  video_preprocessors: {
6217
6232
  color_corrector: {
6218
6233
  brightness: ::Integer?,
data/sig/types.rbs CHANGED
@@ -243,6 +243,7 @@ module Aws::MediaConvert
243
243
  attr_accessor hex_font_color: ::String
244
244
  attr_accessor outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")
245
245
  attr_accessor outline_size: ::Integer
246
+ attr_accessor remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")
246
247
  attr_accessor shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")
247
248
  attr_accessor shadow_opacity: ::Integer
248
249
  attr_accessor shadow_x_offset: ::Integer
@@ -953,6 +954,7 @@ module Aws::MediaConvert
953
954
  attr_accessor telecine: ("NONE" | "SOFT" | "HARD")
954
955
  attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
955
956
  attr_accessor unregistered_sei_timecode: ("DISABLED" | "ENABLED")
957
+ attr_accessor write_mp_4_packaging_type: ("AVC1" | "AVC3")
956
958
  SENSITIVE: []
957
959
  end
958
960
 
@@ -2173,6 +2175,7 @@ module Aws::MediaConvert
2173
2175
  attr_accessor scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")
2174
2176
  attr_accessor sharpness: ::Integer
2175
2177
  attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
2178
+ attr_accessor timecode_track: ("DISABLED" | "ENABLED")
2176
2179
  attr_accessor video_preprocessors: Types::VideoPreprocessor
2177
2180
  attr_accessor width: ::Integer
2178
2181
  SENSITIVE: []
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.145.0
4
+ version: 1.147.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: 2024-11-20 00:00:00.000000000 Z
11
+ date: 2025-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core