aws-sdk-mediaconvert 1.74.0 → 1.75.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1599,21 +1599,25 @@ module Aws::MediaConvert
1599
1599
  # data as a hash:
1600
1600
  #
1601
1601
  # {
1602
- # alignment: "CENTERED", # accepts CENTERED, LEFT
1603
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
1602
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
1603
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
1604
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1604
1605
  # background_opacity: 1,
1605
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
1606
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
1607
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
1606
1608
  # font_opacity: 1,
1607
1609
  # font_resolution: 1,
1608
1610
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
1609
1611
  # font_size: 1,
1610
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
1612
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
1613
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
1611
1614
  # outline_size: 1,
1612
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
1615
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1613
1616
  # shadow_opacity: 1,
1614
1617
  # shadow_x_offset: 1,
1615
1618
  # shadow_y_offset: 1,
1616
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
1619
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
1620
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
1617
1621
  # x_position: 1,
1618
1622
  # y_position: 1,
1619
1623
  # }
@@ -1631,6 +1635,19 @@ module Aws::MediaConvert
1631
1635
  # settings must match.
1632
1636
  # @return [String]
1633
1637
  #
1638
+ # @!attribute [rw] apply_font_color
1639
+ # Ignore this setting unless your input captions are STL, any type of
1640
+ # 608, teletext, or TTML, and your output captions are burned in.
1641
+ # Specify how the service applies the color specified in the setting
1642
+ # Font color (BurninSubtitleFontColor). By default, this color is
1643
+ # white. When you choose WHITE\_TEXT\_ONLY, the service uses the
1644
+ # specified font color only for text that is white in the input. When
1645
+ # you choose ALL\_TEXT, the service uses the specified font color for
1646
+ # all output captions text. If you leave both settings at their
1647
+ # default value, your output font color is the same as your input font
1648
+ # color.
1649
+ # @return [String]
1650
+ #
1634
1651
  # @!attribute [rw] background_color
1635
1652
  # Specifies the color of the rectangle behind the captions. All
1636
1653
  # burn-in and DVB-Sub font settings must match.
@@ -1643,6 +1660,18 @@ module Aws::MediaConvert
1643
1660
  # must match.
1644
1661
  # @return [Integer]
1645
1662
  #
1663
+ # @!attribute [rw] fallback_font
1664
+ # Specify the font that you want the service to use for your burn in
1665
+ # captions when your input captions specify a font that MediaConvert
1666
+ # doesn't support. When you keep the default value, Best match
1667
+ # (BEST\_MATCH), MediaConvert uses a supported font that most closely
1668
+ # matches the font that your input captions specify. When there are
1669
+ # multiple unsupported fonts in your input captions, MediaConvert
1670
+ # matches each font with the supported font that matches best. When
1671
+ # you explicitly choose a replacement font, MediaConvert uses that
1672
+ # font to replace all unsupported fonts from your input.
1673
+ # @return [String]
1674
+ #
1646
1675
  # @!attribute [rw] font_color
1647
1676
  # Specifies the color of the burned-in captions. This option is not
1648
1677
  # valid for source captions that are STL, 608/embedded or teletext.
@@ -1674,6 +1703,15 @@ module Aws::MediaConvert
1674
1703
  # settings must match.
1675
1704
  # @return [Integer]
1676
1705
  #
1706
+ # @!attribute [rw] hex_font_color
1707
+ # Ignore this setting unless your BurninSubtitleFontColor setting is
1708
+ # HEX. Format is six or eight hexidecimal digits, representing the
1709
+ # red, green, and blue components, with the two extra digits used for
1710
+ # an optional alpha value. For example a value of 1122AABB is a red
1711
+ # value of 0x11, a green value of 0x22, a blue value of 0xAA, and an
1712
+ # alpha value of 0xBB.
1713
+ # @return [String]
1714
+ #
1677
1715
  # @!attribute [rw] outline_color
1678
1716
  # Specifies font outline color. This option is not valid for source
1679
1717
  # captions that are either 608/embedded or teletext. These source
@@ -1713,6 +1751,17 @@ module Aws::MediaConvert
1713
1751
  # above the text. All burn-in and DVB-Sub font settings must match.
1714
1752
  # @return [Integer]
1715
1753
  #
1754
+ # @!attribute [rw] style_passthrough
1755
+ # Ignore this setting unless your output captions are burned in.
1756
+ # Choose which set of style and position values the service applies to
1757
+ # your output captions. When you choose ENABLED, the service uses the
1758
+ # input style and position information from your input. When you
1759
+ # choose DISABLED, the service uses any style values that you specify
1760
+ # in your output settings. If you don't specify values, the service
1761
+ # uses default style and position values. When you choose DISABLED,
1762
+ # the service ignores all style and position values from your input.
1763
+ # @return [String]
1764
+ #
1716
1765
  # @!attribute [rw] teletext_spacing
1717
1766
  # Only applies to jobs with input captions in Teletext or STL formats.
1718
1767
  # Specify whether the spacing between letters in your captions is set
@@ -1748,19 +1797,23 @@ module Aws::MediaConvert
1748
1797
  #
1749
1798
  class BurninDestinationSettings < Struct.new(
1750
1799
  :alignment,
1800
+ :apply_font_color,
1751
1801
  :background_color,
1752
1802
  :background_opacity,
1803
+ :fallback_font,
1753
1804
  :font_color,
1754
1805
  :font_opacity,
1755
1806
  :font_resolution,
1756
1807
  :font_script,
1757
1808
  :font_size,
1809
+ :hex_font_color,
1758
1810
  :outline_color,
1759
1811
  :outline_size,
1760
1812
  :shadow_color,
1761
1813
  :shadow_opacity,
1762
1814
  :shadow_x_offset,
1763
1815
  :shadow_y_offset,
1816
+ :style_passthrough,
1764
1817
  :teletext_spacing,
1765
1818
  :x_position,
1766
1819
  :y_position)
@@ -1807,46 +1860,54 @@ module Aws::MediaConvert
1807
1860
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
1808
1861
  # destination_settings: {
1809
1862
  # burnin_destination_settings: {
1810
- # alignment: "CENTERED", # accepts CENTERED, LEFT
1811
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
1863
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
1864
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
1865
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1812
1866
  # background_opacity: 1,
1813
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
1867
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
1868
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
1814
1869
  # font_opacity: 1,
1815
1870
  # font_resolution: 1,
1816
1871
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
1817
1872
  # font_size: 1,
1818
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
1873
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
1874
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
1819
1875
  # outline_size: 1,
1820
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
1876
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1821
1877
  # shadow_opacity: 1,
1822
1878
  # shadow_x_offset: 1,
1823
1879
  # shadow_y_offset: 1,
1824
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
1880
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
1881
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
1825
1882
  # x_position: 1,
1826
1883
  # y_position: 1,
1827
1884
  # },
1828
1885
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
1829
1886
  # dvb_sub_destination_settings: {
1830
- # alignment: "CENTERED", # accepts CENTERED, LEFT
1831
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
1887
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
1888
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
1889
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1832
1890
  # background_opacity: 1,
1833
1891
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
1834
1892
  # dds_x_coordinate: 1,
1835
1893
  # dds_y_coordinate: 1,
1836
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
1894
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
1895
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
1837
1896
  # font_opacity: 1,
1838
1897
  # font_resolution: 1,
1839
1898
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
1840
1899
  # font_size: 1,
1841
1900
  # height: 1,
1842
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
1901
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
1902
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
1843
1903
  # outline_size: 1,
1844
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
1904
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1845
1905
  # shadow_opacity: 1,
1846
1906
  # shadow_x_offset: 1,
1847
1907
  # shadow_y_offset: 1,
1908
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
1848
1909
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
1849
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
1910
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
1850
1911
  # width: 1,
1851
1912
  # x_position: 1,
1852
1913
  # y_position: 1,
@@ -1943,46 +2004,54 @@ module Aws::MediaConvert
1943
2004
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
1944
2005
  # destination_settings: {
1945
2006
  # burnin_destination_settings: {
1946
- # alignment: "CENTERED", # accepts CENTERED, LEFT
1947
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
2007
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
2008
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
2009
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1948
2010
  # background_opacity: 1,
1949
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
2011
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
2012
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
1950
2013
  # font_opacity: 1,
1951
2014
  # font_resolution: 1,
1952
2015
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
1953
2016
  # font_size: 1,
1954
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
2017
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
2018
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
1955
2019
  # outline_size: 1,
1956
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
2020
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1957
2021
  # shadow_opacity: 1,
1958
2022
  # shadow_x_offset: 1,
1959
2023
  # shadow_y_offset: 1,
1960
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
2024
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
2025
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
1961
2026
  # x_position: 1,
1962
2027
  # y_position: 1,
1963
2028
  # },
1964
2029
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
1965
2030
  # dvb_sub_destination_settings: {
1966
- # alignment: "CENTERED", # accepts CENTERED, LEFT
1967
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
2031
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
2032
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
2033
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1968
2034
  # background_opacity: 1,
1969
2035
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
1970
2036
  # dds_x_coordinate: 1,
1971
2037
  # dds_y_coordinate: 1,
1972
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
2038
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
2039
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
1973
2040
  # font_opacity: 1,
1974
2041
  # font_resolution: 1,
1975
2042
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
1976
2043
  # font_size: 1,
1977
2044
  # height: 1,
1978
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
2045
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
2046
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
1979
2047
  # outline_size: 1,
1980
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
2048
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
1981
2049
  # shadow_opacity: 1,
1982
2050
  # shadow_x_offset: 1,
1983
2051
  # shadow_y_offset: 1,
2052
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
1984
2053
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
1985
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
2054
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
1986
2055
  # width: 1,
1987
2056
  # x_position: 1,
1988
2057
  # y_position: 1,
@@ -2078,46 +2147,54 @@ module Aws::MediaConvert
2078
2147
  #
2079
2148
  # {
2080
2149
  # burnin_destination_settings: {
2081
- # alignment: "CENTERED", # accepts CENTERED, LEFT
2082
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
2150
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
2151
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
2152
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
2083
2153
  # background_opacity: 1,
2084
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
2154
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
2155
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
2085
2156
  # font_opacity: 1,
2086
2157
  # font_resolution: 1,
2087
2158
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
2088
2159
  # font_size: 1,
2089
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
2160
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
2161
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
2090
2162
  # outline_size: 1,
2091
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
2163
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
2092
2164
  # shadow_opacity: 1,
2093
2165
  # shadow_x_offset: 1,
2094
2166
  # shadow_y_offset: 1,
2095
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
2167
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
2168
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
2096
2169
  # x_position: 1,
2097
2170
  # y_position: 1,
2098
2171
  # },
2099
2172
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
2100
2173
  # dvb_sub_destination_settings: {
2101
- # alignment: "CENTERED", # accepts CENTERED, LEFT
2102
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
2174
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
2175
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
2176
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
2103
2177
  # background_opacity: 1,
2104
2178
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
2105
2179
  # dds_x_coordinate: 1,
2106
2180
  # dds_y_coordinate: 1,
2107
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
2181
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
2182
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
2108
2183
  # font_opacity: 1,
2109
2184
  # font_resolution: 1,
2110
2185
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
2111
2186
  # font_size: 1,
2112
2187
  # height: 1,
2113
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
2188
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
2189
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
2114
2190
  # outline_size: 1,
2115
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
2191
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
2116
2192
  # shadow_opacity: 1,
2117
2193
  # shadow_x_offset: 1,
2118
2194
  # shadow_y_offset: 1,
2195
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
2119
2196
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
2120
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
2197
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
2121
2198
  # width: 1,
2122
2199
  # x_position: 1,
2123
2200
  # y_position: 1,
@@ -2699,7 +2776,15 @@ module Aws::MediaConvert
2699
2776
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
2700
2777
  # },
2701
2778
  # fragment_length: 1,
2702
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
2779
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
2780
+ # image_based_trick_play_settings: {
2781
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
2782
+ # thumbnail_height: 1,
2783
+ # thumbnail_interval: 1.0,
2784
+ # thumbnail_width: 1,
2785
+ # tile_height: 1,
2786
+ # tile_width: 1,
2787
+ # },
2703
2788
  # manifest_compression: "GZIP", # accepts GZIP, NONE
2704
2789
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
2705
2790
  # min_buffer_time: 1,
@@ -2785,6 +2870,11 @@ module Aws::MediaConvert
2785
2870
  # https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
2786
2871
  # @return [String]
2787
2872
  #
2873
+ # @!attribute [rw] image_based_trick_play_settings
2874
+ # Tile and thumbnail settings applicable when imageBasedTrickPlay is
2875
+ # ADVANCED
2876
+ # @return [Types::CmafImageBasedTrickPlaySettings]
2877
+ #
2788
2878
  # @!attribute [rw] manifest_compression
2789
2879
  # When set to GZIP, compresses HLS playlist.
2790
2880
  # @return [String]
@@ -2916,6 +3006,7 @@ module Aws::MediaConvert
2916
3006
  :encryption,
2917
3007
  :fragment_length,
2918
3008
  :image_based_trick_play,
3009
+ :image_based_trick_play_settings,
2919
3010
  :manifest_compression,
2920
3011
  :manifest_duration_format,
2921
3012
  :min_buffer_time,
@@ -2934,6 +3025,73 @@ module Aws::MediaConvert
2934
3025
  include Aws::Structure
2935
3026
  end
2936
3027
 
3028
+ # Tile and thumbnail settings applicable when imageBasedTrickPlay is
3029
+ # ADVANCED
3030
+ #
3031
+ # @note When making an API call, you may pass CmafImageBasedTrickPlaySettings
3032
+ # data as a hash:
3033
+ #
3034
+ # {
3035
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
3036
+ # thumbnail_height: 1,
3037
+ # thumbnail_interval: 1.0,
3038
+ # thumbnail_width: 1,
3039
+ # tile_height: 1,
3040
+ # tile_width: 1,
3041
+ # }
3042
+ #
3043
+ # @!attribute [rw] interval_cadence
3044
+ # The cadence MediaConvert follows for generating thumbnails. If set
3045
+ # to FOLLOW\_IFRAME, MediaConvert generates thumbnails for each IDR
3046
+ # frame in the output (matching the GOP cadence). If set to
3047
+ # FOLLOW\_CUSTOM, MediaConvert generates thumbnails according to the
3048
+ # interval you specify in thumbnailInterval.
3049
+ # @return [String]
3050
+ #
3051
+ # @!attribute [rw] thumbnail_height
3052
+ # Height of each thumbnail within each tile image, in pixels. Leave
3053
+ # blank to maintain aspect ratio with thumbnail width. If following
3054
+ # the aspect ratio would lead to a total tile height greater than
3055
+ # 4096, then the job will be rejected. Must be divisible by 2.
3056
+ # @return [Integer]
3057
+ #
3058
+ # @!attribute [rw] thumbnail_interval
3059
+ # Enter the interval, in seconds, that MediaConvert uses to generate
3060
+ # thumbnails. If the interval you enter doesn't align with the output
3061
+ # frame rate, MediaConvert automatically rounds the interval to align
3062
+ # with the output frame rate. For example, if the output frame rate is
3063
+ # 29.97 frames per second and you enter 5, MediaConvert uses a 150
3064
+ # frame interval to generate thumbnails.
3065
+ # @return [Float]
3066
+ #
3067
+ # @!attribute [rw] thumbnail_width
3068
+ # Width of each thumbnail within each tile image, in pixels. Default
3069
+ # is 312. Must be divisible by 8.
3070
+ # @return [Integer]
3071
+ #
3072
+ # @!attribute [rw] tile_height
3073
+ # Number of thumbnails in each column of a tile image. Set a value
3074
+ # between 2 and 2048. Must be divisible by 2.
3075
+ # @return [Integer]
3076
+ #
3077
+ # @!attribute [rw] tile_width
3078
+ # Number of thumbnails in each row of a tile image. Set a value
3079
+ # between 1 and 512.
3080
+ # @return [Integer]
3081
+ #
3082
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CmafImageBasedTrickPlaySettings AWS API Documentation
3083
+ #
3084
+ class CmafImageBasedTrickPlaySettings < Struct.new(
3085
+ :interval_cadence,
3086
+ :thumbnail_height,
3087
+ :thumbnail_interval,
3088
+ :thumbnail_width,
3089
+ :tile_height,
3090
+ :tile_width)
3091
+ SENSITIVE = []
3092
+ include Aws::Structure
3093
+ end
3094
+
2937
3095
  # These settings relate to the fragmented MP4 container for the segments
2938
3096
  # in your CMAF outputs.
2939
3097
  #
@@ -3684,7 +3842,15 @@ module Aws::MediaConvert
3684
3842
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
3685
3843
  # },
3686
3844
  # fragment_length: 1,
3687
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
3845
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
3846
+ # image_based_trick_play_settings: {
3847
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
3848
+ # thumbnail_height: 1,
3849
+ # thumbnail_interval: 1.0,
3850
+ # thumbnail_width: 1,
3851
+ # tile_height: 1,
3852
+ # tile_width: 1,
3853
+ # },
3688
3854
  # manifest_compression: "GZIP", # accepts GZIP, NONE
3689
3855
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
3690
3856
  # min_buffer_time: 1,
@@ -3733,7 +3899,15 @@ module Aws::MediaConvert
3733
3899
  # },
3734
3900
  # fragment_length: 1,
3735
3901
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
3736
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
3902
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
3903
+ # image_based_trick_play_settings: {
3904
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
3905
+ # thumbnail_height: 1,
3906
+ # thumbnail_interval: 1.0,
3907
+ # thumbnail_width: 1,
3908
+ # tile_height: 1,
3909
+ # tile_width: 1,
3910
+ # },
3737
3911
  # min_buffer_time: 1,
3738
3912
  # min_final_segment_length: 1.0,
3739
3913
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -3812,7 +3986,15 @@ module Aws::MediaConvert
3812
3986
  # },
3813
3987
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
3814
3988
  # },
3815
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
3989
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
3990
+ # image_based_trick_play_settings: {
3991
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
3992
+ # thumbnail_height: 1,
3993
+ # thumbnail_interval: 1.0,
3994
+ # thumbnail_width: 1,
3995
+ # tile_height: 1,
3996
+ # tile_width: 1,
3997
+ # },
3816
3998
  # manifest_compression: "GZIP", # accepts GZIP, NONE
3817
3999
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
3818
4000
  # min_final_segment_length: 1.0,
@@ -4008,46 +4190,54 @@ module Aws::MediaConvert
4008
4190
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
4009
4191
  # destination_settings: {
4010
4192
  # burnin_destination_settings: {
4011
- # alignment: "CENTERED", # accepts CENTERED, LEFT
4012
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
4193
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
4194
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
4195
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4013
4196
  # background_opacity: 1,
4014
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
4197
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
4198
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
4015
4199
  # font_opacity: 1,
4016
4200
  # font_resolution: 1,
4017
4201
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
4018
4202
  # font_size: 1,
4019
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
4203
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
4204
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
4020
4205
  # outline_size: 1,
4021
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
4206
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4022
4207
  # shadow_opacity: 1,
4023
4208
  # shadow_x_offset: 1,
4024
4209
  # shadow_y_offset: 1,
4025
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
4210
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
4211
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
4026
4212
  # x_position: 1,
4027
4213
  # y_position: 1,
4028
4214
  # },
4029
4215
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
4030
4216
  # dvb_sub_destination_settings: {
4031
- # alignment: "CENTERED", # accepts CENTERED, LEFT
4032
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
4217
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
4218
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
4219
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4033
4220
  # background_opacity: 1,
4034
4221
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
4035
4222
  # dds_x_coordinate: 1,
4036
4223
  # dds_y_coordinate: 1,
4037
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
4224
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
4225
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
4038
4226
  # font_opacity: 1,
4039
4227
  # font_resolution: 1,
4040
4228
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
4041
4229
  # font_size: 1,
4042
4230
  # height: 1,
4043
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
4231
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
4232
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
4044
4233
  # outline_size: 1,
4045
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
4234
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4046
4235
  # shadow_opacity: 1,
4047
4236
  # shadow_x_offset: 1,
4048
4237
  # shadow_y_offset: 1,
4238
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
4049
4239
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
4050
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
4240
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
4051
4241
  # width: 1,
4052
4242
  # x_position: 1,
4053
4243
  # y_position: 1,
@@ -5038,7 +5228,15 @@ module Aws::MediaConvert
5038
5228
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
5039
5229
  # },
5040
5230
  # fragment_length: 1,
5041
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
5231
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
5232
+ # image_based_trick_play_settings: {
5233
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
5234
+ # thumbnail_height: 1,
5235
+ # thumbnail_interval: 1.0,
5236
+ # thumbnail_width: 1,
5237
+ # tile_height: 1,
5238
+ # tile_width: 1,
5239
+ # },
5042
5240
  # manifest_compression: "GZIP", # accepts GZIP, NONE
5043
5241
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
5044
5242
  # min_buffer_time: 1,
@@ -5087,7 +5285,15 @@ module Aws::MediaConvert
5087
5285
  # },
5088
5286
  # fragment_length: 1,
5089
5287
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
5090
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
5288
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
5289
+ # image_based_trick_play_settings: {
5290
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
5291
+ # thumbnail_height: 1,
5292
+ # thumbnail_interval: 1.0,
5293
+ # thumbnail_width: 1,
5294
+ # tile_height: 1,
5295
+ # tile_width: 1,
5296
+ # },
5091
5297
  # min_buffer_time: 1,
5092
5298
  # min_final_segment_length: 1.0,
5093
5299
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -5166,7 +5372,15 @@ module Aws::MediaConvert
5166
5372
  # },
5167
5373
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
5168
5374
  # },
5169
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
5375
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
5376
+ # image_based_trick_play_settings: {
5377
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
5378
+ # thumbnail_height: 1,
5379
+ # thumbnail_interval: 1.0,
5380
+ # thumbnail_width: 1,
5381
+ # tile_height: 1,
5382
+ # tile_width: 1,
5383
+ # },
5170
5384
  # manifest_compression: "GZIP", # accepts GZIP, NONE
5171
5385
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
5172
5386
  # min_final_segment_length: 1.0,
@@ -5362,46 +5576,54 @@ module Aws::MediaConvert
5362
5576
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
5363
5577
  # destination_settings: {
5364
5578
  # burnin_destination_settings: {
5365
- # alignment: "CENTERED", # accepts CENTERED, LEFT
5366
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
5579
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
5580
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
5581
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
5367
5582
  # background_opacity: 1,
5368
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
5583
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
5584
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
5369
5585
  # font_opacity: 1,
5370
5586
  # font_resolution: 1,
5371
5587
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
5372
5588
  # font_size: 1,
5373
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
5589
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
5590
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
5374
5591
  # outline_size: 1,
5375
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
5592
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
5376
5593
  # shadow_opacity: 1,
5377
5594
  # shadow_x_offset: 1,
5378
5595
  # shadow_y_offset: 1,
5379
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
5596
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
5597
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
5380
5598
  # x_position: 1,
5381
5599
  # y_position: 1,
5382
5600
  # },
5383
5601
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
5384
5602
  # dvb_sub_destination_settings: {
5385
- # alignment: "CENTERED", # accepts CENTERED, LEFT
5386
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
5603
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
5604
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
5605
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
5387
5606
  # background_opacity: 1,
5388
5607
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
5389
5608
  # dds_x_coordinate: 1,
5390
5609
  # dds_y_coordinate: 1,
5391
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
5610
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
5611
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
5392
5612
  # font_opacity: 1,
5393
5613
  # font_resolution: 1,
5394
5614
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
5395
5615
  # font_size: 1,
5396
5616
  # height: 1,
5397
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
5617
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
5618
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
5398
5619
  # outline_size: 1,
5399
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
5620
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
5400
5621
  # shadow_opacity: 1,
5401
5622
  # shadow_x_offset: 1,
5402
5623
  # shadow_y_offset: 1,
5624
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
5403
5625
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
5404
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
5626
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
5405
5627
  # width: 1,
5406
5628
  # x_position: 1,
5407
5629
  # y_position: 1,
@@ -6213,46 +6435,54 @@ module Aws::MediaConvert
6213
6435
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
6214
6436
  # destination_settings: {
6215
6437
  # burnin_destination_settings: {
6216
- # alignment: "CENTERED", # accepts CENTERED, LEFT
6217
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
6438
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
6439
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
6440
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
6218
6441
  # background_opacity: 1,
6219
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
6442
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
6443
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
6220
6444
  # font_opacity: 1,
6221
6445
  # font_resolution: 1,
6222
6446
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
6223
6447
  # font_size: 1,
6224
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
6448
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
6449
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
6225
6450
  # outline_size: 1,
6226
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
6451
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
6227
6452
  # shadow_opacity: 1,
6228
6453
  # shadow_x_offset: 1,
6229
6454
  # shadow_y_offset: 1,
6230
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
6455
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
6456
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
6231
6457
  # x_position: 1,
6232
6458
  # y_position: 1,
6233
6459
  # },
6234
6460
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
6235
6461
  # dvb_sub_destination_settings: {
6236
- # alignment: "CENTERED", # accepts CENTERED, LEFT
6237
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
6462
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
6463
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
6464
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
6238
6465
  # background_opacity: 1,
6239
6466
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
6240
6467
  # dds_x_coordinate: 1,
6241
6468
  # dds_y_coordinate: 1,
6242
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
6469
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
6470
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
6243
6471
  # font_opacity: 1,
6244
6472
  # font_resolution: 1,
6245
6473
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
6246
6474
  # font_size: 1,
6247
6475
  # height: 1,
6248
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
6476
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
6477
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
6249
6478
  # outline_size: 1,
6250
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
6479
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
6251
6480
  # shadow_opacity: 1,
6252
6481
  # shadow_x_offset: 1,
6253
6482
  # shadow_y_offset: 1,
6483
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
6254
6484
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
6255
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
6485
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
6256
6486
  # width: 1,
6257
6487
  # x_position: 1,
6258
6488
  # y_position: 1,
@@ -7046,7 +7276,15 @@ module Aws::MediaConvert
7046
7276
  # },
7047
7277
  # fragment_length: 1,
7048
7278
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
7049
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
7279
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
7280
+ # image_based_trick_play_settings: {
7281
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
7282
+ # thumbnail_height: 1,
7283
+ # thumbnail_interval: 1.0,
7284
+ # thumbnail_width: 1,
7285
+ # tile_height: 1,
7286
+ # tile_width: 1,
7287
+ # },
7050
7288
  # min_buffer_time: 1,
7051
7289
  # min_final_segment_length: 1.0,
7052
7290
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -7129,6 +7367,11 @@ module Aws::MediaConvert
7129
7367
  # https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
7130
7368
  # @return [String]
7131
7369
  #
7370
+ # @!attribute [rw] image_based_trick_play_settings
7371
+ # Tile and thumbnail settings applicable when imageBasedTrickPlay is
7372
+ # ADVANCED
7373
+ # @return [Types::DashIsoImageBasedTrickPlaySettings]
7374
+ #
7132
7375
  # @!attribute [rw] min_buffer_time
7133
7376
  # Minimum time of initially buffered media that is needed to ensure
7134
7377
  # smooth playout.
@@ -7223,6 +7466,7 @@ module Aws::MediaConvert
7223
7466
  :fragment_length,
7224
7467
  :hbbtv_compliance,
7225
7468
  :image_based_trick_play,
7469
+ :image_based_trick_play_settings,
7226
7470
  :min_buffer_time,
7227
7471
  :min_final_segment_length,
7228
7472
  :mpd_profile,
@@ -7235,6 +7479,73 @@ module Aws::MediaConvert
7235
7479
  include Aws::Structure
7236
7480
  end
7237
7481
 
7482
+ # Tile and thumbnail settings applicable when imageBasedTrickPlay is
7483
+ # ADVANCED
7484
+ #
7485
+ # @note When making an API call, you may pass DashIsoImageBasedTrickPlaySettings
7486
+ # data as a hash:
7487
+ #
7488
+ # {
7489
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
7490
+ # thumbnail_height: 1,
7491
+ # thumbnail_interval: 1.0,
7492
+ # thumbnail_width: 1,
7493
+ # tile_height: 1,
7494
+ # tile_width: 1,
7495
+ # }
7496
+ #
7497
+ # @!attribute [rw] interval_cadence
7498
+ # The cadence MediaConvert follows for generating thumbnails. If set
7499
+ # to FOLLOW\_IFRAME, MediaConvert generates thumbnails for each IDR
7500
+ # frame in the output (matching the GOP cadence). If set to
7501
+ # FOLLOW\_CUSTOM, MediaConvert generates thumbnails according to the
7502
+ # interval you specify in thumbnailInterval.
7503
+ # @return [String]
7504
+ #
7505
+ # @!attribute [rw] thumbnail_height
7506
+ # Height of each thumbnail within each tile image, in pixels. Leave
7507
+ # blank to maintain aspect ratio with thumbnail width. If following
7508
+ # the aspect ratio would lead to a total tile height greater than
7509
+ # 4096, then the job will be rejected. Must be divisible by 2.
7510
+ # @return [Integer]
7511
+ #
7512
+ # @!attribute [rw] thumbnail_interval
7513
+ # Enter the interval, in seconds, that MediaConvert uses to generate
7514
+ # thumbnails. If the interval you enter doesn't align with the output
7515
+ # frame rate, MediaConvert automatically rounds the interval to align
7516
+ # with the output frame rate. For example, if the output frame rate is
7517
+ # 29.97 frames per second and you enter 5, MediaConvert uses a 150
7518
+ # frame interval to generate thumbnails.
7519
+ # @return [Float]
7520
+ #
7521
+ # @!attribute [rw] thumbnail_width
7522
+ # Width of each thumbnail within each tile image, in pixels. Default
7523
+ # is 312. Must be divisible by 8.
7524
+ # @return [Integer]
7525
+ #
7526
+ # @!attribute [rw] tile_height
7527
+ # Number of thumbnails in each column of a tile image. Set a value
7528
+ # between 2 and 2048. Must be divisible by 2.
7529
+ # @return [Integer]
7530
+ #
7531
+ # @!attribute [rw] tile_width
7532
+ # Number of thumbnails in each row of a tile image. Set a value
7533
+ # between 1 and 512.
7534
+ # @return [Integer]
7535
+ #
7536
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DashIsoImageBasedTrickPlaySettings AWS API Documentation
7537
+ #
7538
+ class DashIsoImageBasedTrickPlaySettings < Struct.new(
7539
+ :interval_cadence,
7540
+ :thumbnail_height,
7541
+ :thumbnail_interval,
7542
+ :thumbnail_width,
7543
+ :tile_height,
7544
+ :tile_width)
7545
+ SENSITIVE = []
7546
+ include Aws::Structure
7547
+ end
7548
+
7238
7549
  # Settings for deinterlacer
7239
7550
  #
7240
7551
  # @note When making an API call, you may pass Deinterlacer
@@ -7671,26 +7982,30 @@ module Aws::MediaConvert
7671
7982
  # data as a hash:
7672
7983
  #
7673
7984
  # {
7674
- # alignment: "CENTERED", # accepts CENTERED, LEFT
7675
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
7985
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
7986
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
7987
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
7676
7988
  # background_opacity: 1,
7677
7989
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
7678
7990
  # dds_x_coordinate: 1,
7679
7991
  # dds_y_coordinate: 1,
7680
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
7992
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
7993
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
7681
7994
  # font_opacity: 1,
7682
7995
  # font_resolution: 1,
7683
7996
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
7684
7997
  # font_size: 1,
7685
7998
  # height: 1,
7686
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
7999
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
8000
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
7687
8001
  # outline_size: 1,
7688
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
8002
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
7689
8003
  # shadow_opacity: 1,
7690
8004
  # shadow_x_offset: 1,
7691
8005
  # shadow_y_offset: 1,
8006
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
7692
8007
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
7693
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
8008
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
7694
8009
  # width: 1,
7695
8010
  # x_position: 1,
7696
8011
  # y_position: 1,
@@ -7709,6 +8024,18 @@ module Aws::MediaConvert
7709
8024
  # settings must match.
7710
8025
  # @return [String]
7711
8026
  #
8027
+ # @!attribute [rw] apply_font_color
8028
+ # Ignore this setting unless your input captions are STL, any type of
8029
+ # 608, teletext, or TTML, and your output captions are DVB-SUB.
8030
+ # Specify how the service applies the color specified in the setting
8031
+ # Font color (DvbSubtitleFontColor). By default, this color is white.
8032
+ # When you choose WHITE\_TEXT\_ONLY, the service uses the specified
8033
+ # font color only for text that is white in the input. When you choose
8034
+ # ALL\_TEXT, the service uses the specified font color for all output
8035
+ # captions text. If you leave both settings at their default value,
8036
+ # your output font color is the same as your input font color.
8037
+ # @return [String]
8038
+ #
7712
8039
  # @!attribute [rw] background_color
7713
8040
  # Specifies the color of the rectangle behind the captions. All
7714
8041
  # burn-in and DVB-Sub font settings must match.
@@ -7768,6 +8095,18 @@ module Aws::MediaConvert
7768
8095
  # must match.
7769
8096
  # @return [Integer]
7770
8097
  #
8098
+ # @!attribute [rw] fallback_font
8099
+ # Specify the font that you want the service to use for your burn in
8100
+ # captions when your input captions specify a font that MediaConvert
8101
+ # doesn't support. When you keep the default value, Best match
8102
+ # (BEST\_MATCH), MediaConvert uses a supported font that most closely
8103
+ # matches the font that your input captions specify. When there are
8104
+ # multiple unsupported fonts in your input captions, MediaConvert
8105
+ # matches each font with the supported font that matches best. When
8106
+ # you explicitly choose a replacement font, MediaConvert uses that
8107
+ # font to replace all unsupported fonts from your input.
8108
+ # @return [String]
8109
+ #
7771
8110
  # @!attribute [rw] font_color
7772
8111
  # Specifies the color of the DVB-SUB captions. This option is not
7773
8112
  # valid for source captions that are STL, 608/embedded or teletext.
@@ -7806,6 +8145,15 @@ module Aws::MediaConvert
7806
8145
  # than None (NONE). All burn-in and DVB-Sub font settings must match.
7807
8146
  # @return [Integer]
7808
8147
  #
8148
+ # @!attribute [rw] hex_font_color
8149
+ # Ignore this setting unless your DvbSubtitleFontColor setting is HEX.
8150
+ # Format is six or eight hexidecimal digits, representing the red,
8151
+ # green, and blue components, with the two extra digits used for an
8152
+ # optional alpha value. For example a value of 1122AABB is a red value
8153
+ # of 0x11, a green value of 0x22, a blue value of 0xAA, and an alpha
8154
+ # value of 0xBB.
8155
+ # @return [String]
8156
+ #
7809
8157
  # @!attribute [rw] outline_color
7810
8158
  # Specifies font outline color. This option is not valid for source
7811
8159
  # captions that are either 608/embedded or teletext. These source
@@ -7845,6 +8193,16 @@ module Aws::MediaConvert
7845
8193
  # above the text. All burn-in and DVB-Sub font settings must match.
7846
8194
  # @return [Integer]
7847
8195
  #
8196
+ # @!attribute [rw] style_passthrough
8197
+ # Choose which set of style and position values the service applies to
8198
+ # your output captions. When you choose ENABLED, the service uses the
8199
+ # input style and position information from your input. When you
8200
+ # choose DISABLED, the service uses any style values that you specify
8201
+ # in your output settings. If you don't specify values, the service
8202
+ # uses default style and position values. When you choose DISABLED,
8203
+ # the service ignores all style and position values from your input.
8204
+ # @return [String]
8205
+ #
7848
8206
  # @!attribute [rw] subtitling_type
7849
8207
  # Specify whether your DVB subtitles are standard or for hearing
7850
8208
  # impaired. Choose hearing impaired if your subtitles include audio
@@ -7894,23 +8252,27 @@ module Aws::MediaConvert
7894
8252
  #
7895
8253
  class DvbSubDestinationSettings < Struct.new(
7896
8254
  :alignment,
8255
+ :apply_font_color,
7897
8256
  :background_color,
7898
8257
  :background_opacity,
7899
8258
  :dds_handling,
7900
8259
  :dds_x_coordinate,
7901
8260
  :dds_y_coordinate,
8261
+ :fallback_font,
7902
8262
  :font_color,
7903
8263
  :font_opacity,
7904
8264
  :font_resolution,
7905
8265
  :font_script,
7906
8266
  :font_size,
7907
8267
  :height,
8268
+ :hex_font_color,
7908
8269
  :outline_color,
7909
8270
  :outline_size,
7910
8271
  :shadow_color,
7911
8272
  :shadow_opacity,
7912
8273
  :shadow_x_offset,
7913
8274
  :shadow_y_offset,
8275
+ :style_passthrough,
7914
8276
  :subtitling_type,
7915
8277
  :teletext_spacing,
7916
8278
  :width,
@@ -8623,8 +8985,11 @@ module Aws::MediaConvert
8623
8985
  include Aws::Structure
8624
8986
  end
8625
8987
 
8626
- # Hexadecimal value as per EIA-608 Line 21 Data Services, section
8627
- # 9.5.1.5 05h Content Advisory.
8988
+ # If your source content has EIA-608 Line 21 Data Services, enable this
8989
+ # feature to specify what MediaConvert does with the Extended Data
8990
+ # Services (XDS) packets. You can choose to pass through XDS packets, or
8991
+ # remove them from the output. For more information about XDS, see
8992
+ # EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
8628
8993
  #
8629
8994
  # @note When making an API call, you may pass ExtendedDataServices
8630
8995
  # data as a hash:
@@ -10457,7 +10822,15 @@ module Aws::MediaConvert
10457
10822
  # },
10458
10823
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
10459
10824
  # },
10460
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
10825
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
10826
+ # image_based_trick_play_settings: {
10827
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
10828
+ # thumbnail_height: 1,
10829
+ # thumbnail_interval: 1.0,
10830
+ # thumbnail_width: 1,
10831
+ # tile_height: 1,
10832
+ # tile_width: 1,
10833
+ # },
10461
10834
  # manifest_compression: "GZIP", # accepts GZIP, NONE
10462
10835
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
10463
10836
  # min_final_segment_length: 1.0,
@@ -10568,6 +10941,11 @@ module Aws::MediaConvert
10568
10941
  # https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
10569
10942
  # @return [String]
10570
10943
  #
10944
+ # @!attribute [rw] image_based_trick_play_settings
10945
+ # Tile and thumbnail settings applicable when imageBasedTrickPlay is
10946
+ # ADVANCED
10947
+ # @return [Types::HlsImageBasedTrickPlaySettings]
10948
+ #
10571
10949
  # @!attribute [rw] manifest_compression
10572
10950
  # When set to GZIP, compresses HLS playlist.
10573
10951
  # @return [String]
@@ -10694,6 +11072,7 @@ module Aws::MediaConvert
10694
11072
  :directory_structure,
10695
11073
  :encryption,
10696
11074
  :image_based_trick_play,
11075
+ :image_based_trick_play_settings,
10697
11076
  :manifest_compression,
10698
11077
  :manifest_duration_format,
10699
11078
  :min_final_segment_length,
@@ -10714,6 +11093,73 @@ module Aws::MediaConvert
10714
11093
  include Aws::Structure
10715
11094
  end
10716
11095
 
11096
+ # Tile and thumbnail settings applicable when imageBasedTrickPlay is
11097
+ # ADVANCED
11098
+ #
11099
+ # @note When making an API call, you may pass HlsImageBasedTrickPlaySettings
11100
+ # data as a hash:
11101
+ #
11102
+ # {
11103
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
11104
+ # thumbnail_height: 1,
11105
+ # thumbnail_interval: 1.0,
11106
+ # thumbnail_width: 1,
11107
+ # tile_height: 1,
11108
+ # tile_width: 1,
11109
+ # }
11110
+ #
11111
+ # @!attribute [rw] interval_cadence
11112
+ # The cadence MediaConvert follows for generating thumbnails. If set
11113
+ # to FOLLOW\_IFRAME, MediaConvert generates thumbnails for each IDR
11114
+ # frame in the output (matching the GOP cadence). If set to
11115
+ # FOLLOW\_CUSTOM, MediaConvert generates thumbnails according to the
11116
+ # interval you specify in thumbnailInterval.
11117
+ # @return [String]
11118
+ #
11119
+ # @!attribute [rw] thumbnail_height
11120
+ # Height of each thumbnail within each tile image, in pixels. Leave
11121
+ # blank to maintain aspect ratio with thumbnail width. If following
11122
+ # the aspect ratio would lead to a total tile height greater than
11123
+ # 4096, then the job will be rejected. Must be divisible by 2.
11124
+ # @return [Integer]
11125
+ #
11126
+ # @!attribute [rw] thumbnail_interval
11127
+ # Enter the interval, in seconds, that MediaConvert uses to generate
11128
+ # thumbnails. If the interval you enter doesn't align with the output
11129
+ # frame rate, MediaConvert automatically rounds the interval to align
11130
+ # with the output frame rate. For example, if the output frame rate is
11131
+ # 29.97 frames per second and you enter 5, MediaConvert uses a 150
11132
+ # frame interval to generate thumbnails.
11133
+ # @return [Float]
11134
+ #
11135
+ # @!attribute [rw] thumbnail_width
11136
+ # Width of each thumbnail within each tile image, in pixels. Default
11137
+ # is 312. Must be divisible by 8.
11138
+ # @return [Integer]
11139
+ #
11140
+ # @!attribute [rw] tile_height
11141
+ # Number of thumbnails in each column of a tile image. Set a value
11142
+ # between 2 and 2048. Must be divisible by 2.
11143
+ # @return [Integer]
11144
+ #
11145
+ # @!attribute [rw] tile_width
11146
+ # Number of thumbnails in each row of a tile image. Set a value
11147
+ # between 1 and 512.
11148
+ # @return [Integer]
11149
+ #
11150
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/HlsImageBasedTrickPlaySettings AWS API Documentation
11151
+ #
11152
+ class HlsImageBasedTrickPlaySettings < Struct.new(
11153
+ :interval_cadence,
11154
+ :thumbnail_height,
11155
+ :thumbnail_interval,
11156
+ :thumbnail_width,
11157
+ :tile_height,
11158
+ :tile_width)
11159
+ SENSITIVE = []
11160
+ include Aws::Structure
11161
+ end
11162
+
10717
11163
  # Settings specific to audio sources in an HLS alternate rendition
10718
11164
  # group. Specify the properties (renditionGroupId, renditionName or
10719
11165
  # renditionLanguageCode) to identify the unique audio track among the
@@ -12376,7 +12822,15 @@ module Aws::MediaConvert
12376
12822
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
12377
12823
  # },
12378
12824
  # fragment_length: 1,
12379
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
12825
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
12826
+ # image_based_trick_play_settings: {
12827
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
12828
+ # thumbnail_height: 1,
12829
+ # thumbnail_interval: 1.0,
12830
+ # thumbnail_width: 1,
12831
+ # tile_height: 1,
12832
+ # tile_width: 1,
12833
+ # },
12380
12834
  # manifest_compression: "GZIP", # accepts GZIP, NONE
12381
12835
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
12382
12836
  # min_buffer_time: 1,
@@ -12425,7 +12879,15 @@ module Aws::MediaConvert
12425
12879
  # },
12426
12880
  # fragment_length: 1,
12427
12881
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
12428
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
12882
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
12883
+ # image_based_trick_play_settings: {
12884
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
12885
+ # thumbnail_height: 1,
12886
+ # thumbnail_interval: 1.0,
12887
+ # thumbnail_width: 1,
12888
+ # tile_height: 1,
12889
+ # tile_width: 1,
12890
+ # },
12429
12891
  # min_buffer_time: 1,
12430
12892
  # min_final_segment_length: 1.0,
12431
12893
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -12504,7 +12966,15 @@ module Aws::MediaConvert
12504
12966
  # },
12505
12967
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
12506
12968
  # },
12507
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
12969
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
12970
+ # image_based_trick_play_settings: {
12971
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
12972
+ # thumbnail_height: 1,
12973
+ # thumbnail_interval: 1.0,
12974
+ # thumbnail_width: 1,
12975
+ # tile_height: 1,
12976
+ # tile_width: 1,
12977
+ # },
12508
12978
  # manifest_compression: "GZIP", # accepts GZIP, NONE
12509
12979
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
12510
12980
  # min_final_segment_length: 1.0,
@@ -12700,46 +13170,54 @@ module Aws::MediaConvert
12700
13170
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
12701
13171
  # destination_settings: {
12702
13172
  # burnin_destination_settings: {
12703
- # alignment: "CENTERED", # accepts CENTERED, LEFT
12704
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
13173
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
13174
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
13175
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
12705
13176
  # background_opacity: 1,
12706
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
13177
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
13178
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
12707
13179
  # font_opacity: 1,
12708
13180
  # font_resolution: 1,
12709
13181
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
12710
13182
  # font_size: 1,
12711
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
13183
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
13184
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
12712
13185
  # outline_size: 1,
12713
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
13186
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
12714
13187
  # shadow_opacity: 1,
12715
13188
  # shadow_x_offset: 1,
12716
13189
  # shadow_y_offset: 1,
12717
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
13190
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
13191
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
12718
13192
  # x_position: 1,
12719
13193
  # y_position: 1,
12720
13194
  # },
12721
13195
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
12722
13196
  # dvb_sub_destination_settings: {
12723
- # alignment: "CENTERED", # accepts CENTERED, LEFT
12724
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
13197
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
13198
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
13199
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
12725
13200
  # background_opacity: 1,
12726
13201
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
12727
13202
  # dds_x_coordinate: 1,
12728
13203
  # dds_y_coordinate: 1,
12729
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
13204
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
13205
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
12730
13206
  # font_opacity: 1,
12731
13207
  # font_resolution: 1,
12732
13208
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
12733
13209
  # font_size: 1,
12734
13210
  # height: 1,
12735
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
13211
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
13212
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
12736
13213
  # outline_size: 1,
12737
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
13214
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
12738
13215
  # shadow_opacity: 1,
12739
13216
  # shadow_x_offset: 1,
12740
13217
  # shadow_y_offset: 1,
13218
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
12741
13219
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
12742
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
13220
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
12743
13221
  # width: 1,
12744
13222
  # x_position: 1,
12745
13223
  # y_position: 1,
@@ -13320,8 +13798,12 @@ module Aws::MediaConvert
13320
13798
  # @return [Types::EsamSettings]
13321
13799
  #
13322
13800
  # @!attribute [rw] extended_data_services
13323
- # Hexadecimal value as per EIA-608 Line 21 Data Services, section
13324
- # 9.5.1.5 05h Content Advisory.
13801
+ # If your source content has EIA-608 Line 21 Data Services, enable
13802
+ # this feature to specify what MediaConvert does with the Extended
13803
+ # Data Services (XDS) packets. You can choose to pass through XDS
13804
+ # packets, or remove them from the output. For more information about
13805
+ # XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content
13806
+ # Advisory.
13325
13807
  # @return [Types::ExtendedDataServices]
13326
13808
  #
13327
13809
  # @!attribute [rw] inputs
@@ -13776,7 +14258,15 @@ module Aws::MediaConvert
13776
14258
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
13777
14259
  # },
13778
14260
  # fragment_length: 1,
13779
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
14261
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
14262
+ # image_based_trick_play_settings: {
14263
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
14264
+ # thumbnail_height: 1,
14265
+ # thumbnail_interval: 1.0,
14266
+ # thumbnail_width: 1,
14267
+ # tile_height: 1,
14268
+ # tile_width: 1,
14269
+ # },
13780
14270
  # manifest_compression: "GZIP", # accepts GZIP, NONE
13781
14271
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
13782
14272
  # min_buffer_time: 1,
@@ -13825,7 +14315,15 @@ module Aws::MediaConvert
13825
14315
  # },
13826
14316
  # fragment_length: 1,
13827
14317
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
13828
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
14318
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
14319
+ # image_based_trick_play_settings: {
14320
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
14321
+ # thumbnail_height: 1,
14322
+ # thumbnail_interval: 1.0,
14323
+ # thumbnail_width: 1,
14324
+ # tile_height: 1,
14325
+ # tile_width: 1,
14326
+ # },
13829
14327
  # min_buffer_time: 1,
13830
14328
  # min_final_segment_length: 1.0,
13831
14329
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -13904,7 +14402,15 @@ module Aws::MediaConvert
13904
14402
  # },
13905
14403
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
13906
14404
  # },
13907
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
14405
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
14406
+ # image_based_trick_play_settings: {
14407
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
14408
+ # thumbnail_height: 1,
14409
+ # thumbnail_interval: 1.0,
14410
+ # thumbnail_width: 1,
14411
+ # tile_height: 1,
14412
+ # tile_width: 1,
14413
+ # },
13908
14414
  # manifest_compression: "GZIP", # accepts GZIP, NONE
13909
14415
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
13910
14416
  # min_final_segment_length: 1.0,
@@ -14100,46 +14606,54 @@ module Aws::MediaConvert
14100
14606
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
14101
14607
  # destination_settings: {
14102
14608
  # burnin_destination_settings: {
14103
- # alignment: "CENTERED", # accepts CENTERED, LEFT
14104
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
14609
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
14610
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
14611
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
14105
14612
  # background_opacity: 1,
14106
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
14613
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
14614
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
14107
14615
  # font_opacity: 1,
14108
14616
  # font_resolution: 1,
14109
14617
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
14110
14618
  # font_size: 1,
14111
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
14619
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
14620
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
14112
14621
  # outline_size: 1,
14113
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
14622
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
14114
14623
  # shadow_opacity: 1,
14115
14624
  # shadow_x_offset: 1,
14116
14625
  # shadow_y_offset: 1,
14117
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
14626
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
14627
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
14118
14628
  # x_position: 1,
14119
14629
  # y_position: 1,
14120
14630
  # },
14121
14631
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
14122
14632
  # dvb_sub_destination_settings: {
14123
- # alignment: "CENTERED", # accepts CENTERED, LEFT
14124
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
14633
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
14634
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
14635
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
14125
14636
  # background_opacity: 1,
14126
14637
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
14127
14638
  # dds_x_coordinate: 1,
14128
14639
  # dds_y_coordinate: 1,
14129
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
14640
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
14641
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
14130
14642
  # font_opacity: 1,
14131
14643
  # font_resolution: 1,
14132
14644
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
14133
14645
  # font_size: 1,
14134
14646
  # height: 1,
14135
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
14647
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
14648
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
14136
14649
  # outline_size: 1,
14137
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
14650
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
14138
14651
  # shadow_opacity: 1,
14139
14652
  # shadow_x_offset: 1,
14140
14653
  # shadow_y_offset: 1,
14654
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
14141
14655
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
14142
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
14656
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
14143
14657
  # width: 1,
14144
14658
  # x_position: 1,
14145
14659
  # y_position: 1,
@@ -14720,8 +15234,12 @@ module Aws::MediaConvert
14720
15234
  # @return [Types::EsamSettings]
14721
15235
  #
14722
15236
  # @!attribute [rw] extended_data_services
14723
- # Hexadecimal value as per EIA-608 Line 21 Data Services, section
14724
- # 9.5.1.5 05h Content Advisory.
15237
+ # If your source content has EIA-608 Line 21 Data Services, enable
15238
+ # this feature to specify what MediaConvert does with the Extended
15239
+ # Data Services (XDS) packets. You can choose to pass through XDS
15240
+ # packets, or remove them from the output. For more information about
15241
+ # XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content
15242
+ # Advisory.
14725
15243
  # @return [Types::ExtendedDataServices]
14726
15244
  #
14727
15245
  # @!attribute [rw] inputs
@@ -17587,46 +18105,54 @@ module Aws::MediaConvert
17587
18105
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
17588
18106
  # destination_settings: {
17589
18107
  # burnin_destination_settings: {
17590
- # alignment: "CENTERED", # accepts CENTERED, LEFT
17591
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
18108
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
18109
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
18110
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
17592
18111
  # background_opacity: 1,
17593
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
18112
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
18113
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
17594
18114
  # font_opacity: 1,
17595
18115
  # font_resolution: 1,
17596
18116
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
17597
18117
  # font_size: 1,
17598
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
18118
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
18119
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
17599
18120
  # outline_size: 1,
17600
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
18121
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
17601
18122
  # shadow_opacity: 1,
17602
18123
  # shadow_x_offset: 1,
17603
18124
  # shadow_y_offset: 1,
17604
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
18125
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
18126
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
17605
18127
  # x_position: 1,
17606
18128
  # y_position: 1,
17607
18129
  # },
17608
18130
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
17609
18131
  # dvb_sub_destination_settings: {
17610
- # alignment: "CENTERED", # accepts CENTERED, LEFT
17611
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
18132
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
18133
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
18134
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
17612
18135
  # background_opacity: 1,
17613
18136
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
17614
18137
  # dds_x_coordinate: 1,
17615
18138
  # dds_y_coordinate: 1,
17616
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
18139
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
18140
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
17617
18141
  # font_opacity: 1,
17618
18142
  # font_resolution: 1,
17619
18143
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
17620
18144
  # font_size: 1,
17621
18145
  # height: 1,
17622
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
18146
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
18147
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
17623
18148
  # outline_size: 1,
17624
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
18149
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
17625
18150
  # shadow_opacity: 1,
17626
18151
  # shadow_x_offset: 1,
17627
18152
  # shadow_y_offset: 1,
18153
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
17628
18154
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
17629
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
18155
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
17630
18156
  # width: 1,
17631
18157
  # x_position: 1,
17632
18158
  # y_position: 1,
@@ -18352,7 +18878,15 @@ module Aws::MediaConvert
18352
18878
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
18353
18879
  # },
18354
18880
  # fragment_length: 1,
18355
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
18881
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
18882
+ # image_based_trick_play_settings: {
18883
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
18884
+ # thumbnail_height: 1,
18885
+ # thumbnail_interval: 1.0,
18886
+ # thumbnail_width: 1,
18887
+ # tile_height: 1,
18888
+ # tile_width: 1,
18889
+ # },
18356
18890
  # manifest_compression: "GZIP", # accepts GZIP, NONE
18357
18891
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
18358
18892
  # min_buffer_time: 1,
@@ -18401,7 +18935,15 @@ module Aws::MediaConvert
18401
18935
  # },
18402
18936
  # fragment_length: 1,
18403
18937
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
18404
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
18938
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
18939
+ # image_based_trick_play_settings: {
18940
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
18941
+ # thumbnail_height: 1,
18942
+ # thumbnail_interval: 1.0,
18943
+ # thumbnail_width: 1,
18944
+ # tile_height: 1,
18945
+ # tile_width: 1,
18946
+ # },
18405
18947
  # min_buffer_time: 1,
18406
18948
  # min_final_segment_length: 1.0,
18407
18949
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -18480,7 +19022,15 @@ module Aws::MediaConvert
18480
19022
  # },
18481
19023
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
18482
19024
  # },
18483
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
19025
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
19026
+ # image_based_trick_play_settings: {
19027
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
19028
+ # thumbnail_height: 1,
19029
+ # thumbnail_interval: 1.0,
19030
+ # thumbnail_width: 1,
19031
+ # tile_height: 1,
19032
+ # tile_width: 1,
19033
+ # },
18484
19034
  # manifest_compression: "GZIP", # accepts GZIP, NONE
18485
19035
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
18486
19036
  # min_final_segment_length: 1.0,
@@ -18676,46 +19226,54 @@ module Aws::MediaConvert
18676
19226
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
18677
19227
  # destination_settings: {
18678
19228
  # burnin_destination_settings: {
18679
- # alignment: "CENTERED", # accepts CENTERED, LEFT
18680
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
19229
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
19230
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
19231
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
18681
19232
  # background_opacity: 1,
18682
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
19233
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
19234
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
18683
19235
  # font_opacity: 1,
18684
19236
  # font_resolution: 1,
18685
19237
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
18686
19238
  # font_size: 1,
18687
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
19239
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
19240
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
18688
19241
  # outline_size: 1,
18689
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
19242
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
18690
19243
  # shadow_opacity: 1,
18691
19244
  # shadow_x_offset: 1,
18692
19245
  # shadow_y_offset: 1,
18693
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
19246
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
19247
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
18694
19248
  # x_position: 1,
18695
19249
  # y_position: 1,
18696
19250
  # },
18697
19251
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
18698
19252
  # dvb_sub_destination_settings: {
18699
- # alignment: "CENTERED", # accepts CENTERED, LEFT
18700
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
19253
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
19254
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
19255
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
18701
19256
  # background_opacity: 1,
18702
19257
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
18703
19258
  # dds_x_coordinate: 1,
18704
19259
  # dds_y_coordinate: 1,
18705
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
19260
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
19261
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
18706
19262
  # font_opacity: 1,
18707
19263
  # font_resolution: 1,
18708
19264
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
18709
19265
  # font_size: 1,
18710
19266
  # height: 1,
18711
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
19267
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
19268
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
18712
19269
  # outline_size: 1,
18713
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
19270
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
18714
19271
  # shadow_opacity: 1,
18715
19272
  # shadow_x_offset: 1,
18716
19273
  # shadow_y_offset: 1,
19274
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
18717
19275
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
18718
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
19276
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
18719
19277
  # width: 1,
18720
19278
  # x_position: 1,
18721
19279
  # y_position: 1,
@@ -19366,7 +19924,15 @@ module Aws::MediaConvert
19366
19924
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
19367
19925
  # },
19368
19926
  # fragment_length: 1,
19369
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
19927
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
19928
+ # image_based_trick_play_settings: {
19929
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
19930
+ # thumbnail_height: 1,
19931
+ # thumbnail_interval: 1.0,
19932
+ # thumbnail_width: 1,
19933
+ # tile_height: 1,
19934
+ # tile_width: 1,
19935
+ # },
19370
19936
  # manifest_compression: "GZIP", # accepts GZIP, NONE
19371
19937
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
19372
19938
  # min_buffer_time: 1,
@@ -19415,7 +19981,15 @@ module Aws::MediaConvert
19415
19981
  # },
19416
19982
  # fragment_length: 1,
19417
19983
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
19418
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
19984
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
19985
+ # image_based_trick_play_settings: {
19986
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
19987
+ # thumbnail_height: 1,
19988
+ # thumbnail_interval: 1.0,
19989
+ # thumbnail_width: 1,
19990
+ # tile_height: 1,
19991
+ # tile_width: 1,
19992
+ # },
19419
19993
  # min_buffer_time: 1,
19420
19994
  # min_final_segment_length: 1.0,
19421
19995
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -19494,7 +20068,15 @@ module Aws::MediaConvert
19494
20068
  # },
19495
20069
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
19496
20070
  # },
19497
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
20071
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
20072
+ # image_based_trick_play_settings: {
20073
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
20074
+ # thumbnail_height: 1,
20075
+ # thumbnail_interval: 1.0,
20076
+ # thumbnail_width: 1,
20077
+ # tile_height: 1,
20078
+ # tile_width: 1,
20079
+ # },
19498
20080
  # manifest_compression: "GZIP", # accepts GZIP, NONE
19499
20081
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
19500
20082
  # min_final_segment_length: 1.0,
@@ -19868,46 +20450,54 @@ module Aws::MediaConvert
19868
20450
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
19869
20451
  # destination_settings: {
19870
20452
  # burnin_destination_settings: {
19871
- # alignment: "CENTERED", # accepts CENTERED, LEFT
19872
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
20453
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
20454
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
20455
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
19873
20456
  # background_opacity: 1,
19874
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
20457
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
20458
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
19875
20459
  # font_opacity: 1,
19876
20460
  # font_resolution: 1,
19877
20461
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
19878
20462
  # font_size: 1,
19879
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
20463
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
20464
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
19880
20465
  # outline_size: 1,
19881
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
20466
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
19882
20467
  # shadow_opacity: 1,
19883
20468
  # shadow_x_offset: 1,
19884
20469
  # shadow_y_offset: 1,
19885
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
20470
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
20471
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
19886
20472
  # x_position: 1,
19887
20473
  # y_position: 1,
19888
20474
  # },
19889
20475
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
19890
20476
  # dvb_sub_destination_settings: {
19891
- # alignment: "CENTERED", # accepts CENTERED, LEFT
19892
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
20477
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
20478
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
20479
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
19893
20480
  # background_opacity: 1,
19894
20481
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
19895
20482
  # dds_x_coordinate: 1,
19896
20483
  # dds_y_coordinate: 1,
19897
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
20484
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
20485
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
19898
20486
  # font_opacity: 1,
19899
20487
  # font_resolution: 1,
19900
20488
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
19901
20489
  # font_size: 1,
19902
20490
  # height: 1,
19903
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
20491
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
20492
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
19904
20493
  # outline_size: 1,
19905
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
20494
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
19906
20495
  # shadow_opacity: 1,
19907
20496
  # shadow_x_offset: 1,
19908
20497
  # shadow_y_offset: 1,
20498
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
19909
20499
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
19910
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
20500
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
19911
20501
  # width: 1,
19912
20502
  # x_position: 1,
19913
20503
  # y_position: 1,
@@ -22015,7 +22605,15 @@ module Aws::MediaConvert
22015
22605
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
22016
22606
  # },
22017
22607
  # fragment_length: 1,
22018
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
22608
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
22609
+ # image_based_trick_play_settings: {
22610
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
22611
+ # thumbnail_height: 1,
22612
+ # thumbnail_interval: 1.0,
22613
+ # thumbnail_width: 1,
22614
+ # tile_height: 1,
22615
+ # tile_width: 1,
22616
+ # },
22019
22617
  # manifest_compression: "GZIP", # accepts GZIP, NONE
22020
22618
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
22021
22619
  # min_buffer_time: 1,
@@ -22064,7 +22662,15 @@ module Aws::MediaConvert
22064
22662
  # },
22065
22663
  # fragment_length: 1,
22066
22664
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
22067
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
22665
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
22666
+ # image_based_trick_play_settings: {
22667
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
22668
+ # thumbnail_height: 1,
22669
+ # thumbnail_interval: 1.0,
22670
+ # thumbnail_width: 1,
22671
+ # tile_height: 1,
22672
+ # tile_width: 1,
22673
+ # },
22068
22674
  # min_buffer_time: 1,
22069
22675
  # min_final_segment_length: 1.0,
22070
22676
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
@@ -22143,7 +22749,15 @@ module Aws::MediaConvert
22143
22749
  # },
22144
22750
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
22145
22751
  # },
22146
- # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME
22752
+ # image_based_trick_play: "NONE", # accepts NONE, THUMBNAIL, THUMBNAIL_AND_FULLFRAME, ADVANCED
22753
+ # image_based_trick_play_settings: {
22754
+ # interval_cadence: "FOLLOW_IFRAME", # accepts FOLLOW_IFRAME, FOLLOW_CUSTOM
22755
+ # thumbnail_height: 1,
22756
+ # thumbnail_interval: 1.0,
22757
+ # thumbnail_width: 1,
22758
+ # tile_height: 1,
22759
+ # tile_width: 1,
22760
+ # },
22147
22761
  # manifest_compression: "GZIP", # accepts GZIP, NONE
22148
22762
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
22149
22763
  # min_final_segment_length: 1.0,
@@ -22339,46 +22953,54 @@ module Aws::MediaConvert
22339
22953
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
22340
22954
  # destination_settings: {
22341
22955
  # burnin_destination_settings: {
22342
- # alignment: "CENTERED", # accepts CENTERED, LEFT
22343
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
22956
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
22957
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
22958
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22344
22959
  # background_opacity: 1,
22345
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
22960
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
22961
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
22346
22962
  # font_opacity: 1,
22347
22963
  # font_resolution: 1,
22348
22964
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
22349
22965
  # font_size: 1,
22350
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
22966
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
22967
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
22351
22968
  # outline_size: 1,
22352
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
22969
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22353
22970
  # shadow_opacity: 1,
22354
22971
  # shadow_x_offset: 1,
22355
22972
  # shadow_y_offset: 1,
22356
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
22973
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
22974
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
22357
22975
  # x_position: 1,
22358
22976
  # y_position: 1,
22359
22977
  # },
22360
22978
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
22361
22979
  # dvb_sub_destination_settings: {
22362
- # alignment: "CENTERED", # accepts CENTERED, LEFT
22363
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
22980
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
22981
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
22982
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22364
22983
  # background_opacity: 1,
22365
22984
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
22366
22985
  # dds_x_coordinate: 1,
22367
22986
  # dds_y_coordinate: 1,
22368
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
22987
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
22988
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
22369
22989
  # font_opacity: 1,
22370
22990
  # font_resolution: 1,
22371
22991
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
22372
22992
  # font_size: 1,
22373
22993
  # height: 1,
22374
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
22994
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
22995
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
22375
22996
  # outline_size: 1,
22376
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
22997
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22377
22998
  # shadow_opacity: 1,
22378
22999
  # shadow_x_offset: 1,
22379
23000
  # shadow_y_offset: 1,
23001
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
22380
23002
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
22381
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
23003
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
22382
23004
  # width: 1,
22383
23005
  # x_position: 1,
22384
23006
  # y_position: 1,
@@ -23177,46 +23799,54 @@ module Aws::MediaConvert
23177
23799
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
23178
23800
  # destination_settings: {
23179
23801
  # burnin_destination_settings: {
23180
- # alignment: "CENTERED", # accepts CENTERED, LEFT
23181
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
23802
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
23803
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
23804
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
23182
23805
  # background_opacity: 1,
23183
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
23806
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
23807
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
23184
23808
  # font_opacity: 1,
23185
23809
  # font_resolution: 1,
23186
23810
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
23187
23811
  # font_size: 1,
23188
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
23812
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
23813
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
23189
23814
  # outline_size: 1,
23190
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
23815
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
23191
23816
  # shadow_opacity: 1,
23192
23817
  # shadow_x_offset: 1,
23193
23818
  # shadow_y_offset: 1,
23194
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
23819
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
23820
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
23195
23821
  # x_position: 1,
23196
23822
  # y_position: 1,
23197
23823
  # },
23198
23824
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
23199
23825
  # dvb_sub_destination_settings: {
23200
- # alignment: "CENTERED", # accepts CENTERED, LEFT
23201
- # background_color: "NONE", # accepts NONE, BLACK, WHITE
23826
+ # alignment: "CENTERED", # accepts CENTERED, LEFT, AUTO
23827
+ # apply_font_color: "WHITE_TEXT_ONLY", # accepts WHITE_TEXT_ONLY, ALL_TEXT
23828
+ # background_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
23202
23829
  # background_opacity: 1,
23203
23830
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
23204
23831
  # dds_x_coordinate: 1,
23205
23832
  # dds_y_coordinate: 1,
23206
- # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE
23833
+ # fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
23834
+ # font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
23207
23835
  # font_opacity: 1,
23208
23836
  # font_resolution: 1,
23209
23837
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
23210
23838
  # font_size: 1,
23211
23839
  # height: 1,
23212
- # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE
23840
+ # hex_font_color: "__stringMin6Max8Pattern09aFAF609aFAF2",
23841
+ # outline_color: "BLACK", # accepts BLACK, WHITE, YELLOW, RED, GREEN, BLUE, AUTO
23213
23842
  # outline_size: 1,
23214
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
23843
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
23215
23844
  # shadow_opacity: 1,
23216
23845
  # shadow_x_offset: 1,
23217
23846
  # shadow_y_offset: 1,
23847
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
23218
23848
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
23219
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
23849
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
23220
23850
  # width: 1,
23221
23851
  # x_position: 1,
23222
23852
  # y_position: 1,