aws-sdk-mediaconvert 1.161.0 → 1.162.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +7 -7
- data/lib/aws-sdk-mediaconvert/types.rb +8 -1
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +5 -5
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b27b120df9913ebb731c6537586a49a2d59881de4f3613a535b7d879756362b1
|
4
|
+
data.tar.gz: 630d735c98258a294c7a904d30a10323fa3d5c6fc2ef58dc2bba1ef985e1ba68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff27f003ff2ae5728837736dadf769454bf9cba5d344b359af55667fa612498ba54c8bc5619036866c6dd13032495110034948f19695aadb93f593d87e39071d
|
7
|
+
data.tar.gz: c0e79f1e8b5b2c204fe6e4ef651cf9d82ba1a2b70182b177f9cf622bbb64539ce7ef5682c4cd04e54830e6838cb72712108c028dfc4de535e6e000e4f432618f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.162.0 (2025-06-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds a new SPECIFIED_OPTIMAL option for handling DDS when using DVB-Sub with high resolution video.
|
8
|
+
|
4
9
|
1.161.0 (2025-06-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.162.0
|
@@ -892,7 +892,7 @@ module Aws::MediaConvert
|
|
892
892
|
# apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
|
893
893
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
|
894
894
|
# background_opacity: 1,
|
895
|
-
# dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
|
895
|
+
# dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW, SPECIFIED_OPTIMAL
|
896
896
|
# dds_x_coordinate: 1,
|
897
897
|
# dds_y_coordinate: 1,
|
898
898
|
# fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
|
@@ -1683,7 +1683,7 @@ module Aws::MediaConvert
|
|
1683
1683
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.apply_font_color #=> String, one of "WHITE_TEXT_ONLY", "ALL_TEXT"
|
1684
1684
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
|
1685
1685
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_opacity #=> Integer
|
1686
|
-
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW"
|
1686
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW", "SPECIFIED_OPTIMAL"
|
1687
1687
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_x_coordinate #=> Integer
|
1688
1688
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
1689
1689
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
@@ -2685,7 +2685,7 @@ module Aws::MediaConvert
|
|
2685
2685
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.apply_font_color #=> String, one of "WHITE_TEXT_ONLY", "ALL_TEXT"
|
2686
2686
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
|
2687
2687
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_opacity #=> Integer
|
2688
|
-
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW"
|
2688
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW", "SPECIFIED_OPTIMAL"
|
2689
2689
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_x_coordinate #=> Integer
|
2690
2690
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
2691
2691
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
@@ -3555,7 +3555,7 @@ module Aws::MediaConvert
|
|
3555
3555
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.apply_font_color #=> String, one of "WHITE_TEXT_ONLY", "ALL_TEXT"
|
3556
3556
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
|
3557
3557
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_opacity #=> Integer
|
3558
|
-
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW"
|
3558
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW", "SPECIFIED_OPTIMAL"
|
3559
3559
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_x_coordinate #=> Integer
|
3560
3560
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
3561
3561
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
@@ -4714,7 +4714,7 @@ module Aws::MediaConvert
|
|
4714
4714
|
# apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
|
4715
4715
|
# background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
|
4716
4716
|
# background_opacity: 1,
|
4717
|
-
# dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
|
4717
|
+
# dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW, SPECIFIED_OPTIMAL
|
4718
4718
|
# dds_x_coordinate: 1,
|
4719
4719
|
# dds_y_coordinate: 1,
|
4720
4720
|
# fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
|
@@ -5502,7 +5502,7 @@ module Aws::MediaConvert
|
|
5502
5502
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.apply_font_color #=> String, one of "WHITE_TEXT_ONLY", "ALL_TEXT"
|
5503
5503
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_color #=> String, one of "NONE", "BLACK", "WHITE", "AUTO"
|
5504
5504
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.background_opacity #=> Integer
|
5505
|
-
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW"
|
5505
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_handling #=> String, one of "NONE", "SPECIFIED", "NO_DISPLAY_WINDOW", "SPECIFIED_OPTIMAL"
|
5506
5506
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_x_coordinate #=> Integer
|
5507
5507
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
5508
5508
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
@@ -6122,7 +6122,7 @@ module Aws::MediaConvert
|
|
6122
6122
|
tracer: tracer
|
6123
6123
|
)
|
6124
6124
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
6125
|
-
context[:gem_version] = '1.
|
6125
|
+
context[:gem_version] = '1.162.0'
|
6126
6126
|
Seahorse::Client::Request.new(handlers, context)
|
6127
6127
|
end
|
6128
6128
|
|
@@ -4247,7 +4247,14 @@ module Aws::MediaConvert
|
|
4247
4247
|
# (PCS) with DDS x-coordinate and DDS y-coordinate. For video
|
4248
4248
|
# resolutions with a height of 576 pixels or less, MediaConvert
|
4249
4249
|
# doesn't include the DDS, regardless of the value you choose for DDS
|
4250
|
-
# handling. All burn-in and DVB-Sub font settings must match.
|
4250
|
+
# handling. All burn-in and DVB-Sub font settings must match. To
|
4251
|
+
# include the DDS, with optimized subtitle placement and reduced data
|
4252
|
+
# overhead: We recommend that you choose Specified (optimal). This
|
4253
|
+
# option provides the same visual positioning as Specified while using
|
4254
|
+
# less bandwidth. This also supports resolutions higher than 1080p
|
4255
|
+
# while maintaining full DVB-Sub compatibility. When you do, also
|
4256
|
+
# specify the offset coordinates of the display window with DDS
|
4257
|
+
# x-coordinate and DDS y-coordinate.
|
4251
4258
|
# @return [String]
|
4252
4259
|
#
|
4253
4260
|
# @!attribute [rw] dds_x_coordinate
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -923,7 +923,7 @@ module Aws
|
|
923
923
|
apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")?,
|
924
924
|
background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
|
925
925
|
background_opacity: ::Integer?,
|
926
|
-
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW")?,
|
926
|
+
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW" | "SPECIFIED_OPTIMAL")?,
|
927
927
|
dds_x_coordinate: ::Integer?,
|
928
928
|
dds_y_coordinate: ::Integer?,
|
929
929
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
@@ -2409,7 +2409,7 @@ module Aws
|
|
2409
2409
|
apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")?,
|
2410
2410
|
background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
|
2411
2411
|
background_opacity: ::Integer?,
|
2412
|
-
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW")?,
|
2412
|
+
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW" | "SPECIFIED_OPTIMAL")?,
|
2413
2413
|
dds_x_coordinate: ::Integer?,
|
2414
2414
|
dds_y_coordinate: ::Integer?,
|
2415
2415
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
@@ -3274,7 +3274,7 @@ module Aws
|
|
3274
3274
|
apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")?,
|
3275
3275
|
background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
|
3276
3276
|
background_opacity: ::Integer?,
|
3277
|
-
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW")?,
|
3277
|
+
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW" | "SPECIFIED_OPTIMAL")?,
|
3278
3278
|
dds_x_coordinate: ::Integer?,
|
3279
3279
|
dds_y_coordinate: ::Integer?,
|
3280
3280
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
@@ -4998,7 +4998,7 @@ module Aws
|
|
4998
4998
|
apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")?,
|
4999
4999
|
background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
|
5000
5000
|
background_opacity: ::Integer?,
|
5001
|
-
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW")?,
|
5001
|
+
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW" | "SPECIFIED_OPTIMAL")?,
|
5002
5002
|
dds_x_coordinate: ::Integer?,
|
5003
5003
|
dds_y_coordinate: ::Integer?,
|
5004
5004
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
@@ -5862,7 +5862,7 @@ module Aws
|
|
5862
5862
|
apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")?,
|
5863
5863
|
background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")?,
|
5864
5864
|
background_opacity: ::Integer?,
|
5865
|
-
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW")?,
|
5865
|
+
dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW" | "SPECIFIED_OPTIMAL")?,
|
5866
5866
|
dds_x_coordinate: ::Integer?,
|
5867
5867
|
dds_y_coordinate: ::Integer?,
|
5868
5868
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
data/sig/types.rbs
CHANGED
@@ -692,7 +692,7 @@ module Aws::MediaConvert
|
|
692
692
|
attr_accessor apply_font_color: ("WHITE_TEXT_ONLY" | "ALL_TEXT")
|
693
693
|
attr_accessor background_color: ("NONE" | "BLACK" | "WHITE" | "AUTO")
|
694
694
|
attr_accessor background_opacity: ::Integer
|
695
|
-
attr_accessor dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW")
|
695
|
+
attr_accessor dds_handling: ("NONE" | "SPECIFIED" | "NO_DISPLAY_WINDOW" | "SPECIFIED_OPTIMAL")
|
696
696
|
attr_accessor dds_x_coordinate: ::Integer
|
697
697
|
attr_accessor dds_y_coordinate: ::Integer
|
698
698
|
attr_accessor fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")
|