aws-sdk-mediaconvert 1.145.0 → 1.146.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: 2b53aa1ea5ea09b5578d3f0786279c6e47a800ac1b54ef8179b0b57974d810b0
4
+ data.tar.gz: 39e7d559da959872db614bc050ebbcaab6886118b6be59370cb3137f15c32f51
5
5
  SHA512:
6
- metadata.gz: 00ade5ba52975e8a9fcc65f06801201092bd47f2a669f22dcea9ed7113077f1bc5729b9fcee7248c00138b7235cba7c4cd6ad38633781dfa21a3adfefd856e26
7
- data.tar.gz: 89a001f971a71e8c25fc466d50eae92211ca37e54c88c1243d4972957e37835f32c7e80f8e6c6a339f5af8b6766185ed700f5d2cf0a7fc9e6ba4d2bd95068997
6
+ metadata.gz: a223728c1dc18277bac9e1d881316e538376bb030ecc28c39e5ec7ad0de865a555977e4a1ed002084a37d10670daee5ed851bdce5c8e610c0f91a7510bbc19d5
7
+ data.tar.gz: e1fe64d40fa0e3ed7c7c11b8b574d2d19ea7152e0a6a56d83d6393aa6c86d5c891e1a38309c3ab5e84859d043494633cf4f09815bdebc2fc6f4391c3355b69fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.146.0 (2024-12-19)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for inserting timecode tracks into MP4 container outputs.
8
+
4
9
  1.145.0 (2024-11-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.145.0
1
+ 1.146.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,
@@ -1382,6 +1383,7 @@ module Aws::MediaConvert
1382
1383
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
1383
1384
  # sharpness: 1,
1384
1385
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
1386
+ # timecode_track: "DISABLED", # accepts DISABLED, ENABLED
1385
1387
  # video_preprocessors: {
1386
1388
  # color_corrector: {
1387
1389
  # brightness: 1,
@@ -1626,6 +1628,7 @@ module Aws::MediaConvert
1626
1628
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
1627
1629
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
1628
1630
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
1631
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
1629
1632
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
1630
1633
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
1631
1634
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -2055,6 +2058,7 @@ module Aws::MediaConvert
2055
2058
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
2056
2059
  # resp.preset.settings.video_description.sharpness #=> Integer
2057
2060
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
2061
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
2058
2062
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
2059
2063
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
2060
2064
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -2600,6 +2604,7 @@ module Aws::MediaConvert
2600
2604
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
2601
2605
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
2602
2606
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
2607
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
2603
2608
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
2604
2609
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
2605
2610
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -3029,6 +3034,7 @@ module Aws::MediaConvert
3029
3034
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
3030
3035
  # resp.preset.settings.video_description.sharpness #=> Integer
3031
3036
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3037
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
3032
3038
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
3033
3039
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
3034
3040
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -3442,6 +3448,7 @@ module Aws::MediaConvert
3442
3448
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
3443
3449
  # 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
3450
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
3451
+ # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
3445
3452
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
3446
3453
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
3447
3454
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -3871,6 +3878,7 @@ module Aws::MediaConvert
3871
3878
  # resp.presets[0].settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
3872
3879
  # resp.presets[0].settings.video_description.sharpness #=> Integer
3873
3880
  # resp.presets[0].settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3881
+ # resp.presets[0].settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
3874
3882
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
3875
3883
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
3876
3884
  # resp.presets[0].settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -4349,7 +4357,7 @@ module Aws::MediaConvert
4349
4357
  # target_lkfs: 1.0,
4350
4358
  # true_peak_limiter_threshold: 1.0,
4351
4359
  # },
4352
- # audio_source_name: "__string",
4360
+ # audio_source_name: "__stringMax2048",
4353
4361
  # audio_type: 1,
4354
4362
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
4355
4363
  # codec_settings: {
@@ -4500,6 +4508,7 @@ module Aws::MediaConvert
4500
4508
  # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
4501
4509
  # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
4502
4510
  # outline_size: 1,
4511
+ # remove_ruby_reserve_attributes: "DISABLED", # accepts DISABLED, ENABLED
4503
4512
  # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4504
4513
  # shadow_opacity: 1,
4505
4514
  # shadow_x_offset: 1,
@@ -5026,6 +5035,7 @@ module Aws::MediaConvert
5026
5035
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT, FIT, FIT_NO_UPSCALE, FILL
5027
5036
  # sharpness: 1,
5028
5037
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
5038
+ # timecode_track: "DISABLED", # accepts DISABLED, ENABLED
5029
5039
  # video_preprocessors: {
5030
5040
  # color_corrector: {
5031
5041
  # brightness: 1,
@@ -5267,6 +5277,7 @@ module Aws::MediaConvert
5267
5277
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.hex_font_color #=> String
5268
5278
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_color #=> String, one of "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO"
5269
5279
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.outline_size #=> Integer
5280
+ # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.remove_ruby_reserve_attributes #=> String, one of "DISABLED", "ENABLED"
5270
5281
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
5271
5282
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_opacity #=> Integer
5272
5283
  # resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.shadow_x_offset #=> Integer
@@ -5696,6 +5707,7 @@ module Aws::MediaConvert
5696
5707
  # resp.preset.settings.video_description.scaling_behavior #=> String, one of "DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL"
5697
5708
  # resp.preset.settings.video_description.sharpness #=> Integer
5698
5709
  # resp.preset.settings.video_description.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
5710
+ # resp.preset.settings.video_description.timecode_track #=> String, one of "DISABLED", "ENABLED"
5699
5711
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.brightness #=> Integer
5700
5712
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_rgb_tolerance #=> Integer
5701
5713
  # resp.preset.settings.video_description.video_preprocessors.color_corrector.clip_limits.maximum_yuv #=> Integer
@@ -5873,7 +5885,7 @@ module Aws::MediaConvert
5873
5885
  tracer: tracer
5874
5886
  )
5875
5887
  context[:gem_name] = 'aws-sdk-mediaconvert'
5876
- context[:gem_version] = '1.145.0'
5888
+ context[:gem_version] = '1.146.0'
5877
5889
  Seahorse::Client::Request.new(handlers, context)
5878
5890
  end
5879
5891
 
@@ -562,6 +562,7 @@ module Aws::MediaConvert
562
562
  QueueTransition = Shapes::StructureShape.new(name: 'QueueTransition')
563
563
  Rectangle = Shapes::StructureShape.new(name: 'Rectangle')
564
564
  RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
565
+ RemoveRubyReserveAttributes = Shapes::StringShape.new(name: 'RemoveRubyReserveAttributes')
565
566
  RenewalType = Shapes::StringShape.new(name: 'RenewalType')
566
567
  RequiredFlag = Shapes::StringShape.new(name: 'RequiredFlag')
567
568
  ReservationPlan = Shapes::StructureShape.new(name: 'ReservationPlan')
@@ -599,6 +600,7 @@ module Aws::MediaConvert
599
600
  TimecodeBurninPosition = Shapes::StringShape.new(name: 'TimecodeBurninPosition')
600
601
  TimecodeConfig = Shapes::StructureShape.new(name: 'TimecodeConfig')
601
602
  TimecodeSource = Shapes::StringShape.new(name: 'TimecodeSource')
603
+ TimecodeTrack = Shapes::StringShape.new(name: 'TimecodeTrack')
602
604
  TimedMetadata = Shapes::StringShape.new(name: 'TimedMetadata')
603
605
  TimedMetadataInsertion = Shapes::StructureShape.new(name: 'TimedMetadataInsertion')
604
606
  Timing = Shapes::StructureShape.new(name: 'Timing')
@@ -860,6 +862,9 @@ module Aws::MediaConvert
860
862
  __mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
861
863
  __string = Shapes::StringShape.new(name: '__string')
862
864
  __stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
865
+ __stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
866
+ __stringMax2048PatternS3Https = Shapes::StringShape.new(name: '__stringMax2048PatternS3Https')
867
+ __stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
863
868
  __stringMin0 = Shapes::StringShape.new(name: '__stringMin0')
864
869
  __stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
865
870
  __stringMin11Max11Pattern01D20305D205D = Shapes::StringShape.new(name: '__stringMin11Max11Pattern01D20305D205D')
@@ -982,7 +987,7 @@ module Aws::MediaConvert
982
987
 
983
988
  AudioDescription.add_member(:audio_channel_tagging_settings, Shapes::ShapeRef.new(shape: AudioChannelTaggingSettings, location_name: "audioChannelTaggingSettings"))
984
989
  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"))
990
+ AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __stringMax2048, location_name: "audioSourceName"))
986
991
  AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "audioType"))
987
992
  AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioTypeControl, location_name: "audioTypeControl"))
988
993
  AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
@@ -1097,6 +1102,7 @@ module Aws::MediaConvert
1097
1102
  BurninDestinationSettings.add_member(:hex_font_color, Shapes::ShapeRef.new(shape: __stringMin6Max8Pattern09aFAF609aFAF2, location_name: "hexFontColor"))
1098
1103
  BurninDestinationSettings.add_member(:outline_color, Shapes::ShapeRef.new(shape: BurninSubtitleOutlineColor, location_name: "outlineColor"))
1099
1104
  BurninDestinationSettings.add_member(:outline_size, Shapes::ShapeRef.new(shape: __integerMin0Max10, location_name: "outlineSize"))
1105
+ BurninDestinationSettings.add_member(:remove_ruby_reserve_attributes, Shapes::ShapeRef.new(shape: RemoveRubyReserveAttributes, location_name: "removeRubyReserveAttributes"))
1100
1106
  BurninDestinationSettings.add_member(:shadow_color, Shapes::ShapeRef.new(shape: BurninSubtitleShadowColor, location_name: "shadowColor"))
1101
1107
  BurninDestinationSettings.add_member(:shadow_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "shadowOpacity"))
1102
1108
  BurninDestinationSettings.add_member(:shadow_x_offset, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "shadowXOffset"))
@@ -1823,7 +1829,7 @@ module Aws::MediaConvert
1823
1829
  Input.add_member(:decryption_settings, Shapes::ShapeRef.new(shape: InputDecryptionSettings, location_name: "decryptionSettings"))
1824
1830
  Input.add_member(:denoise_filter, Shapes::ShapeRef.new(shape: InputDenoiseFilter, location_name: "denoiseFilter"))
1825
1831
  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"))
1832
+ Input.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringMax2048PatternS3Https, location_name: "fileInput"))
1827
1833
  Input.add_member(:filter_enable, Shapes::ShapeRef.new(shape: InputFilterEnable, location_name: "filterEnable"))
1828
1834
  Input.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin0Max5, location_name: "filterStrength"))
1829
1835
  Input.add_member(:image_inserter, Shapes::ShapeRef.new(shape: ImageInserter, location_name: "imageInserter"))
@@ -2306,7 +2312,7 @@ module Aws::MediaConvert
2306
2312
  Output.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: __listOfAudioDescription, location_name: "audioDescriptions"))
2307
2313
  Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
2308
2314
  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"))
2315
+ Output.add_member(:extension, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "extension"))
2310
2316
  Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "nameModifier"))
2311
2317
  Output.add_member(:output_settings, Shapes::ShapeRef.new(shape: OutputSettings, location_name: "outputSettings"))
2312
2318
  Output.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin0, location_name: "preset"))
@@ -2323,7 +2329,7 @@ module Aws::MediaConvert
2323
2329
 
2324
2330
  OutputGroup.add_member(:automated_encoding_settings, Shapes::ShapeRef.new(shape: AutomatedEncodingSettings, location_name: "automatedEncodingSettings"))
2325
2331
  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"))
2332
+ OutputGroup.add_member(:name, Shapes::ShapeRef.new(shape: __stringMax2048, location_name: "name"))
2327
2333
  OutputGroup.add_member(:output_group_settings, Shapes::ShapeRef.new(shape: OutputGroupSettings, location_name: "outputGroupSettings"))
2328
2334
  OutputGroup.add_member(:outputs, Shapes::ShapeRef.new(shape: __listOfOutput, location_name: "outputs"))
2329
2335
  OutputGroup.struct_class = Types::OutputGroup
@@ -2625,6 +2631,7 @@ module Aws::MediaConvert
2625
2631
  VideoDescription.add_member(:scaling_behavior, Shapes::ShapeRef.new(shape: ScalingBehavior, location_name: "scalingBehavior"))
2626
2632
  VideoDescription.add_member(:sharpness, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "sharpness"))
2627
2633
  VideoDescription.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: VideoTimecodeInsertion, location_name: "timecodeInsertion"))
2634
+ VideoDescription.add_member(:timecode_track, Shapes::ShapeRef.new(shape: TimecodeTrack, location_name: "timecodeTrack"))
2628
2635
  VideoDescription.add_member(:video_preprocessors, Shapes::ShapeRef.new(shape: VideoPreprocessor, location_name: "videoPreprocessors"))
2629
2636
  VideoDescription.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
2630
2637
  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,
@@ -13054,7 +13064,7 @@ module Aws::MediaConvert
13054
13064
  # service will use drop-frame timecode on outputs. If it is not
13055
13065
  # possible to use drop-frame timecode, the system will fall back to
13056
13066
  # non-drop-frame. This setting is enabled by default when Timecode
13057
- # insertion is enabled.
13067
+ # insertion or Timecode track is enabled.
13058
13068
  # @return [String]
13059
13069
  #
13060
13070
  # @!attribute [rw] fixed_afd
@@ -13119,6 +13129,15 @@ module Aws::MediaConvert
13119
13129
  # Job settings > Timecode configuration does.
13120
13130
  # @return [String]
13121
13131
  #
13132
+ # @!attribute [rw] timecode_track
13133
+ # To include a timecode track in your MP4 output: Choose Enabled.
13134
+ # MediaConvert writes the timecode track in the Null Media Header box
13135
+ # (NMHD), without any timecode text formatting information. You can
13136
+ # also specify dropframe or non-dropframe timecode under the Drop
13137
+ # Frame Timecode setting. To not include a timecode track: Keep the
13138
+ # default value, Disabled.
13139
+ # @return [String]
13140
+ #
13122
13141
  # @!attribute [rw] video_preprocessors
13123
13142
  # Find additional transcoding features under Preprocessors. Enable the
13124
13143
  # features at each output individually. These features are disabled by
@@ -13150,6 +13169,7 @@ module Aws::MediaConvert
13150
13169
  :scaling_behavior,
13151
13170
  :sharpness,
13152
13171
  :timecode_insertion,
13172
+ :timecode_track,
13153
13173
  :video_preprocessors,
13154
13174
  :width)
13155
13175
  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.146.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?,
@@ -1428,6 +1429,7 @@ module Aws
1428
1429
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
1429
1430
  sharpness: ::Integer?,
1430
1431
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
1432
+ timecode_track: ("DISABLED" | "ENABLED")?,
1431
1433
  video_preprocessors: {
1432
1434
  color_corrector: {
1433
1435
  brightness: ::Integer?,
@@ -2334,6 +2336,7 @@ module Aws
2334
2336
  hex_font_color: ::String?,
2335
2337
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
2336
2338
  outline_size: ::Integer?,
2339
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
2337
2340
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
2338
2341
  shadow_opacity: ::Integer?,
2339
2342
  shadow_x_offset: ::Integer?,
@@ -2874,6 +2877,7 @@ module Aws
2874
2877
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
2875
2878
  sharpness: ::Integer?,
2876
2879
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
2880
+ timecode_track: ("DISABLED" | "ENABLED")?,
2877
2881
  video_preprocessors: {
2878
2882
  color_corrector: {
2879
2883
  brightness: ::Integer?,
@@ -3176,6 +3180,7 @@ module Aws
3176
3180
  hex_font_color: ::String?,
3177
3181
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
3178
3182
  outline_size: ::Integer?,
3183
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
3179
3184
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
3180
3185
  shadow_opacity: ::Integer?,
3181
3186
  shadow_x_offset: ::Integer?,
@@ -3702,6 +3707,7 @@ module Aws
3702
3707
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
3703
3708
  sharpness: ::Integer?,
3704
3709
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
3710
+ timecode_track: ("DISABLED" | "ENABLED")?,
3705
3711
  video_preprocessors: {
3706
3712
  color_corrector: {
3707
3713
  brightness: ::Integer?,
@@ -4846,6 +4852,7 @@ module Aws
4846
4852
  hex_font_color: ::String?,
4847
4853
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
4848
4854
  outline_size: ::Integer?,
4855
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
4849
4856
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
4850
4857
  shadow_opacity: ::Integer?,
4851
4858
  shadow_x_offset: ::Integer?,
@@ -5386,6 +5393,7 @@ module Aws
5386
5393
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
5387
5394
  sharpness: ::Integer?,
5388
5395
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
5396
+ timecode_track: ("DISABLED" | "ENABLED")?,
5389
5397
  video_preprocessors: {
5390
5398
  color_corrector: {
5391
5399
  brightness: ::Integer?,
@@ -5687,6 +5695,7 @@ module Aws
5687
5695
  hex_font_color: ::String?,
5688
5696
  outline_color: ("BLACK" | "WHITE" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "AUTO")?,
5689
5697
  outline_size: ::Integer?,
5698
+ remove_ruby_reserve_attributes: ("DISABLED" | "ENABLED")?,
5690
5699
  shadow_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
5691
5700
  shadow_opacity: ::Integer?,
5692
5701
  shadow_x_offset: ::Integer?,
@@ -6213,6 +6222,7 @@ module Aws
6213
6222
  scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")?,
6214
6223
  sharpness: ::Integer?,
6215
6224
  timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")?,
6225
+ timecode_track: ("DISABLED" | "ENABLED")?,
6216
6226
  video_preprocessors: {
6217
6227
  color_corrector: {
6218
6228
  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
@@ -2173,6 +2174,7 @@ module Aws::MediaConvert
2173
2174
  attr_accessor scaling_behavior: ("DEFAULT" | "STRETCH_TO_OUTPUT" | "FIT" | "FIT_NO_UPSCALE" | "FILL")
2174
2175
  attr_accessor sharpness: ::Integer
2175
2176
  attr_accessor timecode_insertion: ("DISABLED" | "PIC_TIMING_SEI")
2177
+ attr_accessor timecode_track: ("DISABLED" | "ENABLED")
2176
2178
  attr_accessor video_preprocessors: Types::VideoPreprocessor
2177
2179
  attr_accessor width: ::Integer
2178
2180
  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.146.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: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core