aws-sdk-mediaconvert 1.71.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,
@@ -2674,6 +2751,7 @@ module Aws::MediaConvert
2674
2751
  # },
2675
2752
  # encryption: {
2676
2753
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
2754
+ # kms_encryption_context: "__stringPatternAZaZ0902",
2677
2755
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
2678
2756
  # },
2679
2757
  # },
@@ -2698,7 +2776,15 @@ module Aws::MediaConvert
2698
2776
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
2699
2777
  # },
2700
2778
  # fragment_length: 1,
2701
- # 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
+ # },
2702
2788
  # manifest_compression: "GZIP", # accepts GZIP, NONE
2703
2789
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
2704
2790
  # min_buffer_time: 1,
@@ -2707,6 +2793,7 @@ module Aws::MediaConvert
2707
2793
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
2708
2794
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
2709
2795
  # segment_length: 1,
2796
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
2710
2797
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
2711
2798
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
2712
2799
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -2760,12 +2847,10 @@ module Aws::MediaConvert
2760
2847
  # @return [Types::CmafEncryptionSettings]
2761
2848
  #
2762
2849
  # @!attribute [rw] fragment_length
2763
- # Length of fragments to generate (in seconds). Fragment length must
2764
- # be compatible with GOP size and Framerate. Note that fragments will
2765
- # end on the next keyframe after this number of seconds, so actual
2766
- # fragment length may be longer. When Emit Single File is checked, the
2767
- # fragmentation is internal to a single output file and it does not
2768
- # cause the creation of many output files as in other output types.
2850
+ # Specify the length, in whole seconds, of the mp4 fragments. When you
2851
+ # don't specify a value, MediaConvert defaults to 2. Related setting:
2852
+ # Use Fragment length control (FragmentLengthControl) to specify
2853
+ # whether the encoder enforces this value strictly.
2769
2854
  # @return [Integer]
2770
2855
  #
2771
2856
  # @!attribute [rw] image_based_trick_play
@@ -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]
@@ -2847,18 +2937,24 @@ module Aws::MediaConvert
2847
2937
  # @return [String]
2848
2938
  #
2849
2939
  # @!attribute [rw] segment_length
2850
- # Use this setting to specify the length, in seconds, of each
2851
- # individual CMAF segment. This value applies to the whole package;
2852
- # that is, to every output in the output group. Note that segments end
2853
- # on the first keyframe after this number of seconds, so the actual
2854
- # segment length might be slightly longer. If you set Segment control
2855
- # (CmafSegmentControl) to single file, the service puts the content of
2856
- # each output in a single file that has metadata that marks these
2857
- # segments. If you set it to segmented files, the service creates
2858
- # multiple files for each output, each with the content of one
2859
- # segment.
2940
+ # Specify the length, in whole seconds, of each segment. When you
2941
+ # don't specify a value, MediaConvert defaults to 10. Related
2942
+ # settings: Use Segment length control (SegmentLengthControl) to
2943
+ # specify whether the encoder enforces this value strictly. Use
2944
+ # Segment control (CmafSegmentControl) to specify whether MediaConvert
2945
+ # creates separate segment files or one content file that has metadata
2946
+ # to mark the segment boundaries.
2860
2947
  # @return [Integer]
2861
2948
  #
2949
+ # @!attribute [rw] segment_length_control
2950
+ # Specify how you want MediaConvert to determine the segment length.
2951
+ # Choose Exact (EXACT) to have the encoder use the exact length that
2952
+ # you specify with the setting Segment length (SegmentLength). This
2953
+ # might result in extra I-frames. Choose Multiple of GOP
2954
+ # (GOP\_MULTIPLE) to have the encoder round up the segment lengths to
2955
+ # match the next GOP boundary.
2956
+ # @return [String]
2957
+ #
2862
2958
  # @!attribute [rw] stream_inf_resolution
2863
2959
  # Include or exclude RESOLUTION attribute for video in
2864
2960
  # EXT-X-STREAM-INF tag of variant manifest.
@@ -2910,6 +3006,7 @@ module Aws::MediaConvert
2910
3006
  :encryption,
2911
3007
  :fragment_length,
2912
3008
  :image_based_trick_play,
3009
+ :image_based_trick_play_settings,
2913
3010
  :manifest_compression,
2914
3011
  :manifest_duration_format,
2915
3012
  :min_buffer_time,
@@ -2918,6 +3015,7 @@ module Aws::MediaConvert
2918
3015
  :pts_offset_handling_for_b_frames,
2919
3016
  :segment_control,
2920
3017
  :segment_length,
3018
+ :segment_length_control,
2921
3019
  :stream_inf_resolution,
2922
3020
  :target_duration_compatibility_mode,
2923
3021
  :write_dash_manifest,
@@ -2927,6 +3025,73 @@ module Aws::MediaConvert
2927
3025
  include Aws::Structure
2928
3026
  end
2929
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
+
2930
3095
  # These settings relate to the fragmented MP4 container for the segments
2931
3096
  # in your CMAF outputs.
2932
3097
  #
@@ -3210,6 +3375,7 @@ module Aws::MediaConvert
3210
3375
  # audio_pids: [1],
3211
3376
  # bitrate: 1,
3212
3377
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
3378
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
3213
3379
  # dvb_nit_settings: {
3214
3380
  # network_id: 1,
3215
3381
  # network_name: "__stringMin1Max256",
@@ -3259,6 +3425,7 @@ module Aws::MediaConvert
3259
3425
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
3260
3426
  # audio_frames_per_pes: 1,
3261
3427
  # audio_pids: [1],
3428
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
3262
3429
  # max_pcr_interval: 1,
3263
3430
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
3264
3431
  # pat_interval: 1,
@@ -3413,6 +3580,10 @@ module Aws::MediaConvert
3413
3580
  # scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
3414
3581
  # },
3415
3582
  # },
3583
+ # extended_data_services: {
3584
+ # copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
3585
+ # vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
3586
+ # },
3416
3587
  # inputs: [
3417
3588
  # {
3418
3589
  # audio_selector_groups: {
@@ -3646,6 +3817,7 @@ module Aws::MediaConvert
3646
3817
  # },
3647
3818
  # encryption: {
3648
3819
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3820
+ # kms_encryption_context: "__stringPatternAZaZ0902",
3649
3821
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3650
3822
  # },
3651
3823
  # },
@@ -3670,7 +3842,15 @@ module Aws::MediaConvert
3670
3842
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
3671
3843
  # },
3672
3844
  # fragment_length: 1,
3673
- # 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
+ # },
3674
3854
  # manifest_compression: "GZIP", # accepts GZIP, NONE
3675
3855
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
3676
3856
  # min_buffer_time: 1,
@@ -3679,6 +3859,7 @@ module Aws::MediaConvert
3679
3859
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
3680
3860
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
3681
3861
  # segment_length: 1,
3862
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
3682
3863
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
3683
3864
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
3684
3865
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -3702,6 +3883,7 @@ module Aws::MediaConvert
3702
3883
  # },
3703
3884
  # encryption: {
3704
3885
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3886
+ # kms_encryption_context: "__stringPatternAZaZ0902",
3705
3887
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3706
3888
  # },
3707
3889
  # },
@@ -3717,13 +3899,22 @@ module Aws::MediaConvert
3717
3899
  # },
3718
3900
  # fragment_length: 1,
3719
3901
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
3720
- # 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
+ # },
3721
3911
  # min_buffer_time: 1,
3722
3912
  # min_final_segment_length: 1.0,
3723
3913
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
3724
3914
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
3725
3915
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
3726
3916
  # segment_length: 1,
3917
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
3727
3918
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
3728
3919
  # },
3729
3920
  # file_group_settings: {
@@ -3735,6 +3926,7 @@ module Aws::MediaConvert
3735
3926
  # },
3736
3927
  # encryption: {
3737
3928
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3929
+ # kms_encryption_context: "__stringPatternAZaZ0902",
3738
3930
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3739
3931
  # },
3740
3932
  # },
@@ -3769,6 +3961,7 @@ module Aws::MediaConvert
3769
3961
  # },
3770
3962
  # encryption: {
3771
3963
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
3964
+ # kms_encryption_context: "__stringPatternAZaZ0902",
3772
3965
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3773
3966
  # },
3774
3967
  # },
@@ -3793,7 +3986,15 @@ module Aws::MediaConvert
3793
3986
  # },
3794
3987
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
3795
3988
  # },
3796
- # 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
+ # },
3797
3998
  # manifest_compression: "GZIP", # accepts GZIP, NONE
3798
3999
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
3799
4000
  # min_final_segment_length: 1.0,
@@ -3803,6 +4004,7 @@ module Aws::MediaConvert
3803
4004
  # program_date_time_period: 1,
3804
4005
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
3805
4006
  # segment_length: 1,
4007
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
3806
4008
  # segments_per_subdirectory: 1,
3807
4009
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
3808
4010
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -3826,6 +4028,7 @@ module Aws::MediaConvert
3826
4028
  # },
3827
4029
  # encryption: {
3828
4030
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
4031
+ # kms_encryption_context: "__stringPatternAZaZ0902",
3829
4032
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
3830
4033
  # },
3831
4034
  # },
@@ -3839,6 +4042,7 @@ module Aws::MediaConvert
3839
4042
  # },
3840
4043
  # },
3841
4044
  # fragment_length: 1,
4045
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
3842
4046
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
3843
4047
  # },
3844
4048
  # type: "HLS_GROUP_SETTINGS", # accepts HLS_GROUP_SETTINGS, DASH_ISO_GROUP_SETTINGS, FILE_GROUP_SETTINGS, MS_SMOOTH_GROUP_SETTINGS, CMAF_GROUP_SETTINGS
@@ -3986,46 +4190,54 @@ module Aws::MediaConvert
3986
4190
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
3987
4191
  # destination_settings: {
3988
4192
  # burnin_destination_settings: {
3989
- # alignment: "CENTERED", # accepts CENTERED, LEFT
3990
- # 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
3991
4196
  # background_opacity: 1,
3992
- # 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
3993
4199
  # font_opacity: 1,
3994
4200
  # font_resolution: 1,
3995
4201
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
3996
4202
  # font_size: 1,
3997
- # 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
3998
4205
  # outline_size: 1,
3999
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
4206
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4000
4207
  # shadow_opacity: 1,
4001
4208
  # shadow_x_offset: 1,
4002
4209
  # shadow_y_offset: 1,
4003
- # 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
4004
4212
  # x_position: 1,
4005
4213
  # y_position: 1,
4006
4214
  # },
4007
4215
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
4008
4216
  # dvb_sub_destination_settings: {
4009
- # alignment: "CENTERED", # accepts CENTERED, LEFT
4010
- # 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
4011
4220
  # background_opacity: 1,
4012
4221
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
4013
4222
  # dds_x_coordinate: 1,
4014
4223
  # dds_y_coordinate: 1,
4015
- # 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
4016
4226
  # font_opacity: 1,
4017
4227
  # font_resolution: 1,
4018
4228
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
4019
4229
  # font_size: 1,
4020
4230
  # height: 1,
4021
- # 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
4022
4233
  # outline_size: 1,
4023
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
4234
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
4024
4235
  # shadow_opacity: 1,
4025
4236
  # shadow_x_offset: 1,
4026
4237
  # shadow_y_offset: 1,
4238
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
4027
4239
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
4028
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
4240
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
4029
4241
  # width: 1,
4030
4242
  # x_position: 1,
4031
4243
  # y_position: 1,
@@ -4080,6 +4292,7 @@ module Aws::MediaConvert
4080
4292
  # audio_pids: [1],
4081
4293
  # bitrate: 1,
4082
4294
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
4295
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
4083
4296
  # dvb_nit_settings: {
4084
4297
  # network_id: 1,
4085
4298
  # network_name: "__stringMin1Max256",
@@ -4129,6 +4342,7 @@ module Aws::MediaConvert
4129
4342
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
4130
4343
  # audio_frames_per_pes: 1,
4131
4344
  # audio_pids: [1],
4345
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
4132
4346
  # max_pcr_interval: 1,
4133
4347
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
4134
4348
  # pat_interval: 1,
@@ -4239,7 +4453,7 @@ module Aws::MediaConvert
4239
4453
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
4240
4454
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
4241
4455
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
4242
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
4456
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
4243
4457
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
4244
4458
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
4245
4459
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -4760,6 +4974,10 @@ module Aws::MediaConvert
4760
4974
  # scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
4761
4975
  # },
4762
4976
  # },
4977
+ # extended_data_services: {
4978
+ # copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
4979
+ # vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
4980
+ # },
4763
4981
  # inputs: [
4764
4982
  # {
4765
4983
  # audio_selector_groups: {
@@ -4985,6 +5203,7 @@ module Aws::MediaConvert
4985
5203
  # },
4986
5204
  # encryption: {
4987
5205
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
5206
+ # kms_encryption_context: "__stringPatternAZaZ0902",
4988
5207
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
4989
5208
  # },
4990
5209
  # },
@@ -5009,7 +5228,15 @@ module Aws::MediaConvert
5009
5228
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
5010
5229
  # },
5011
5230
  # fragment_length: 1,
5012
- # 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
+ # },
5013
5240
  # manifest_compression: "GZIP", # accepts GZIP, NONE
5014
5241
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
5015
5242
  # min_buffer_time: 1,
@@ -5018,6 +5245,7 @@ module Aws::MediaConvert
5018
5245
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
5019
5246
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
5020
5247
  # segment_length: 1,
5248
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
5021
5249
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
5022
5250
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
5023
5251
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -5041,6 +5269,7 @@ module Aws::MediaConvert
5041
5269
  # },
5042
5270
  # encryption: {
5043
5271
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
5272
+ # kms_encryption_context: "__stringPatternAZaZ0902",
5044
5273
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
5045
5274
  # },
5046
5275
  # },
@@ -5056,13 +5285,22 @@ module Aws::MediaConvert
5056
5285
  # },
5057
5286
  # fragment_length: 1,
5058
5287
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
5059
- # 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
+ # },
5060
5297
  # min_buffer_time: 1,
5061
5298
  # min_final_segment_length: 1.0,
5062
5299
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
5063
5300
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
5064
5301
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
5065
5302
  # segment_length: 1,
5303
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
5066
5304
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
5067
5305
  # },
5068
5306
  # file_group_settings: {
@@ -5074,6 +5312,7 @@ module Aws::MediaConvert
5074
5312
  # },
5075
5313
  # encryption: {
5076
5314
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
5315
+ # kms_encryption_context: "__stringPatternAZaZ0902",
5077
5316
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
5078
5317
  # },
5079
5318
  # },
@@ -5108,6 +5347,7 @@ module Aws::MediaConvert
5108
5347
  # },
5109
5348
  # encryption: {
5110
5349
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
5350
+ # kms_encryption_context: "__stringPatternAZaZ0902",
5111
5351
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
5112
5352
  # },
5113
5353
  # },
@@ -5132,7 +5372,15 @@ module Aws::MediaConvert
5132
5372
  # },
5133
5373
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
5134
5374
  # },
5135
- # 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
+ # },
5136
5384
  # manifest_compression: "GZIP", # accepts GZIP, NONE
5137
5385
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
5138
5386
  # min_final_segment_length: 1.0,
@@ -5142,6 +5390,7 @@ module Aws::MediaConvert
5142
5390
  # program_date_time_period: 1,
5143
5391
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
5144
5392
  # segment_length: 1,
5393
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
5145
5394
  # segments_per_subdirectory: 1,
5146
5395
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
5147
5396
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -5165,6 +5414,7 @@ module Aws::MediaConvert
5165
5414
  # },
5166
5415
  # encryption: {
5167
5416
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
5417
+ # kms_encryption_context: "__stringPatternAZaZ0902",
5168
5418
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
5169
5419
  # },
5170
5420
  # },
@@ -5178,6 +5428,7 @@ module Aws::MediaConvert
5178
5428
  # },
5179
5429
  # },
5180
5430
  # fragment_length: 1,
5431
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
5181
5432
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
5182
5433
  # },
5183
5434
  # type: "HLS_GROUP_SETTINGS", # accepts HLS_GROUP_SETTINGS, DASH_ISO_GROUP_SETTINGS, FILE_GROUP_SETTINGS, MS_SMOOTH_GROUP_SETTINGS, CMAF_GROUP_SETTINGS
@@ -5325,46 +5576,54 @@ module Aws::MediaConvert
5325
5576
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
5326
5577
  # destination_settings: {
5327
5578
  # burnin_destination_settings: {
5328
- # alignment: "CENTERED", # accepts CENTERED, LEFT
5329
- # 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
5330
5582
  # background_opacity: 1,
5331
- # 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
5332
5585
  # font_opacity: 1,
5333
5586
  # font_resolution: 1,
5334
5587
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
5335
5588
  # font_size: 1,
5336
- # 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
5337
5591
  # outline_size: 1,
5338
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
5592
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
5339
5593
  # shadow_opacity: 1,
5340
5594
  # shadow_x_offset: 1,
5341
5595
  # shadow_y_offset: 1,
5342
- # 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
5343
5598
  # x_position: 1,
5344
5599
  # y_position: 1,
5345
5600
  # },
5346
5601
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
5347
5602
  # dvb_sub_destination_settings: {
5348
- # alignment: "CENTERED", # accepts CENTERED, LEFT
5349
- # 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
5350
5606
  # background_opacity: 1,
5351
5607
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
5352
5608
  # dds_x_coordinate: 1,
5353
5609
  # dds_y_coordinate: 1,
5354
- # 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
5355
5612
  # font_opacity: 1,
5356
5613
  # font_resolution: 1,
5357
5614
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
5358
5615
  # font_size: 1,
5359
5616
  # height: 1,
5360
- # 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
5361
5619
  # outline_size: 1,
5362
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
5620
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
5363
5621
  # shadow_opacity: 1,
5364
5622
  # shadow_x_offset: 1,
5365
5623
  # shadow_y_offset: 1,
5624
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
5366
5625
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
5367
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
5626
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
5368
5627
  # width: 1,
5369
5628
  # x_position: 1,
5370
5629
  # y_position: 1,
@@ -5419,6 +5678,7 @@ module Aws::MediaConvert
5419
5678
  # audio_pids: [1],
5420
5679
  # bitrate: 1,
5421
5680
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
5681
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
5422
5682
  # dvb_nit_settings: {
5423
5683
  # network_id: 1,
5424
5684
  # network_name: "__stringMin1Max256",
@@ -5468,6 +5728,7 @@ module Aws::MediaConvert
5468
5728
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
5469
5729
  # audio_frames_per_pes: 1,
5470
5730
  # audio_pids: [1],
5731
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
5471
5732
  # max_pcr_interval: 1,
5472
5733
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
5473
5734
  # pat_interval: 1,
@@ -5578,7 +5839,7 @@ module Aws::MediaConvert
5578
5839
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
5579
5840
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
5580
5841
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
5581
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
5842
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
5582
5843
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
5583
5844
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
5584
5845
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -6174,46 +6435,54 @@ module Aws::MediaConvert
6174
6435
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
6175
6436
  # destination_settings: {
6176
6437
  # burnin_destination_settings: {
6177
- # alignment: "CENTERED", # accepts CENTERED, LEFT
6178
- # 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
6179
6441
  # background_opacity: 1,
6180
- # 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
6181
6444
  # font_opacity: 1,
6182
6445
  # font_resolution: 1,
6183
6446
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
6184
6447
  # font_size: 1,
6185
- # 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
6186
6450
  # outline_size: 1,
6187
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
6451
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
6188
6452
  # shadow_opacity: 1,
6189
6453
  # shadow_x_offset: 1,
6190
6454
  # shadow_y_offset: 1,
6191
- # 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
6192
6457
  # x_position: 1,
6193
6458
  # y_position: 1,
6194
6459
  # },
6195
6460
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
6196
6461
  # dvb_sub_destination_settings: {
6197
- # alignment: "CENTERED", # accepts CENTERED, LEFT
6198
- # 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
6199
6465
  # background_opacity: 1,
6200
6466
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
6201
6467
  # dds_x_coordinate: 1,
6202
6468
  # dds_y_coordinate: 1,
6203
- # 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
6204
6471
  # font_opacity: 1,
6205
6472
  # font_resolution: 1,
6206
6473
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
6207
6474
  # font_size: 1,
6208
6475
  # height: 1,
6209
- # 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
6210
6478
  # outline_size: 1,
6211
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
6479
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
6212
6480
  # shadow_opacity: 1,
6213
6481
  # shadow_x_offset: 1,
6214
6482
  # shadow_y_offset: 1,
6483
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
6215
6484
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
6216
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
6485
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
6217
6486
  # width: 1,
6218
6487
  # x_position: 1,
6219
6488
  # y_position: 1,
@@ -6268,6 +6537,7 @@ module Aws::MediaConvert
6268
6537
  # audio_pids: [1],
6269
6538
  # bitrate: 1,
6270
6539
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
6540
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
6271
6541
  # dvb_nit_settings: {
6272
6542
  # network_id: 1,
6273
6543
  # network_name: "__stringMin1Max256",
@@ -6317,6 +6587,7 @@ module Aws::MediaConvert
6317
6587
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
6318
6588
  # audio_frames_per_pes: 1,
6319
6589
  # audio_pids: [1],
6590
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
6320
6591
  # max_pcr_interval: 1,
6321
6592
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
6322
6593
  # pat_interval: 1,
@@ -6413,7 +6684,7 @@ module Aws::MediaConvert
6413
6684
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
6414
6685
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
6415
6686
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
6416
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
6687
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
6417
6688
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
6418
6689
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
6419
6690
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -6989,6 +7260,7 @@ module Aws::MediaConvert
6989
7260
  # },
6990
7261
  # encryption: {
6991
7262
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
7263
+ # kms_encryption_context: "__stringPatternAZaZ0902",
6992
7264
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
6993
7265
  # },
6994
7266
  # },
@@ -7004,13 +7276,22 @@ module Aws::MediaConvert
7004
7276
  # },
7005
7277
  # fragment_length: 1,
7006
7278
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
7007
- # 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
+ # },
7008
7288
  # min_buffer_time: 1,
7009
7289
  # min_final_segment_length: 1.0,
7010
7290
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
7011
7291
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
7012
7292
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
7013
7293
  # segment_length: 1,
7294
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
7014
7295
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
7015
7296
  # }
7016
7297
  #
@@ -7086,6 +7367,11 @@ module Aws::MediaConvert
7086
7367
  # https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
7087
7368
  # @return [String]
7088
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
+ #
7089
7375
  # @!attribute [rw] min_buffer_time
7090
7376
  # Minimum time of initially buffered media that is needed to ensure
7091
7377
  # smooth playout.
@@ -7139,14 +7425,24 @@ module Aws::MediaConvert
7139
7425
  # @return [String]
7140
7426
  #
7141
7427
  # @!attribute [rw] segment_length
7142
- # Length of mpd segments to create (in seconds). Note that segments
7143
- # will end on the next keyframe after this number of seconds, so
7144
- # actual segment length may be longer. When Emit Single File is
7145
- # checked, the segmentation is internal to a single output file and it
7146
- # does not cause the creation of many output files as in other output
7147
- # types.
7428
+ # Specify the length, in whole seconds, of each segment. When you
7429
+ # don't specify a value, MediaConvert defaults to 30. Related
7430
+ # settings: Use Segment length control (SegmentLengthControl) to
7431
+ # specify whether the encoder enforces this value strictly. Use
7432
+ # Segment control (DashIsoSegmentControl) to specify whether
7433
+ # MediaConvert creates separate segment files or one content file that
7434
+ # has metadata to mark the segment boundaries.
7148
7435
  # @return [Integer]
7149
7436
  #
7437
+ # @!attribute [rw] segment_length_control
7438
+ # Specify how you want MediaConvert to determine the segment length.
7439
+ # Choose Exact (EXACT) to have the encoder use the exact length that
7440
+ # you specify with the setting Segment length (SegmentLength). This
7441
+ # might result in extra I-frames. Choose Multiple of GOP
7442
+ # (GOP\_MULTIPLE) to have the encoder round up the segment lengths to
7443
+ # match the next GOP boundary.
7444
+ # @return [String]
7445
+ #
7150
7446
  # @!attribute [rw] write_segment_timeline_in_representation
7151
7447
  # If you get an HTTP error in the 400 range when you play back your
7152
7448
  # DASH output, enable this setting and run your transcoding job again.
@@ -7170,17 +7466,86 @@ module Aws::MediaConvert
7170
7466
  :fragment_length,
7171
7467
  :hbbtv_compliance,
7172
7468
  :image_based_trick_play,
7469
+ :image_based_trick_play_settings,
7173
7470
  :min_buffer_time,
7174
7471
  :min_final_segment_length,
7175
7472
  :mpd_profile,
7176
7473
  :pts_offset_handling_for_b_frames,
7177
7474
  :segment_control,
7178
7475
  :segment_length,
7476
+ :segment_length_control,
7179
7477
  :write_segment_timeline_in_representation)
7180
7478
  SENSITIVE = []
7181
7479
  include Aws::Structure
7182
7480
  end
7183
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
+
7184
7549
  # Settings for deinterlacer
7185
7550
  #
7186
7551
  # @note When making an API call, you may pass Deinterlacer
@@ -7391,6 +7756,7 @@ module Aws::MediaConvert
7391
7756
  # },
7392
7757
  # encryption: {
7393
7758
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
7759
+ # kms_encryption_context: "__stringPatternAZaZ0902",
7394
7760
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
7395
7761
  # },
7396
7762
  # },
@@ -7616,26 +7982,30 @@ module Aws::MediaConvert
7616
7982
  # data as a hash:
7617
7983
  #
7618
7984
  # {
7619
- # alignment: "CENTERED", # accepts CENTERED, LEFT
7620
- # 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
7621
7988
  # background_opacity: 1,
7622
7989
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
7623
7990
  # dds_x_coordinate: 1,
7624
7991
  # dds_y_coordinate: 1,
7625
- # 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
7626
7994
  # font_opacity: 1,
7627
7995
  # font_resolution: 1,
7628
7996
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
7629
7997
  # font_size: 1,
7630
7998
  # height: 1,
7631
- # 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
7632
8001
  # outline_size: 1,
7633
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
8002
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
7634
8003
  # shadow_opacity: 1,
7635
8004
  # shadow_x_offset: 1,
7636
8005
  # shadow_y_offset: 1,
8006
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
7637
8007
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
7638
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
8008
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
7639
8009
  # width: 1,
7640
8010
  # x_position: 1,
7641
8011
  # y_position: 1,
@@ -7654,6 +8024,18 @@ module Aws::MediaConvert
7654
8024
  # settings must match.
7655
8025
  # @return [String]
7656
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
+ #
7657
8039
  # @!attribute [rw] background_color
7658
8040
  # Specifies the color of the rectangle behind the captions. All
7659
8041
  # burn-in and DVB-Sub font settings must match.
@@ -7713,6 +8095,18 @@ module Aws::MediaConvert
7713
8095
  # must match.
7714
8096
  # @return [Integer]
7715
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
+ #
7716
8110
  # @!attribute [rw] font_color
7717
8111
  # Specifies the color of the DVB-SUB captions. This option is not
7718
8112
  # valid for source captions that are STL, 608/embedded or teletext.
@@ -7751,6 +8145,15 @@ module Aws::MediaConvert
7751
8145
  # than None (NONE). All burn-in and DVB-Sub font settings must match.
7752
8146
  # @return [Integer]
7753
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
+ #
7754
8157
  # @!attribute [rw] outline_color
7755
8158
  # Specifies font outline color. This option is not valid for source
7756
8159
  # captions that are either 608/embedded or teletext. These source
@@ -7790,6 +8193,16 @@ module Aws::MediaConvert
7790
8193
  # above the text. All burn-in and DVB-Sub font settings must match.
7791
8194
  # @return [Integer]
7792
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
+ #
7793
8206
  # @!attribute [rw] subtitling_type
7794
8207
  # Specify whether your DVB subtitles are standard or for hearing
7795
8208
  # impaired. Choose hearing impaired if your subtitles include audio
@@ -7839,23 +8252,27 @@ module Aws::MediaConvert
7839
8252
  #
7840
8253
  class DvbSubDestinationSettings < Struct.new(
7841
8254
  :alignment,
8255
+ :apply_font_color,
7842
8256
  :background_color,
7843
8257
  :background_opacity,
7844
8258
  :dds_handling,
7845
8259
  :dds_x_coordinate,
7846
8260
  :dds_y_coordinate,
8261
+ :fallback_font,
7847
8262
  :font_color,
7848
8263
  :font_opacity,
7849
8264
  :font_resolution,
7850
8265
  :font_script,
7851
8266
  :font_size,
7852
8267
  :height,
8268
+ :hex_font_color,
7853
8269
  :outline_color,
7854
8270
  :outline_size,
7855
8271
  :shadow_color,
7856
8272
  :shadow_opacity,
7857
8273
  :shadow_x_offset,
7858
8274
  :shadow_y_offset,
8275
+ :style_passthrough,
7859
8276
  :subtitling_type,
7860
8277
  :teletext_spacing,
7861
8278
  :width,
@@ -8568,6 +8985,41 @@ module Aws::MediaConvert
8568
8985
  include Aws::Structure
8569
8986
  end
8570
8987
 
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.
8993
+ #
8994
+ # @note When making an API call, you may pass ExtendedDataServices
8995
+ # data as a hash:
8996
+ #
8997
+ # {
8998
+ # copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
8999
+ # vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
9000
+ # }
9001
+ #
9002
+ # @!attribute [rw] copy_protection_action
9003
+ # The action to take on copy and redistribution control XDS packets.
9004
+ # If you select PASSTHROUGH, packets will not be changed. If you
9005
+ # select STRIP, any packets will be removed in output captions.
9006
+ # @return [String]
9007
+ #
9008
+ # @!attribute [rw] vchip_action
9009
+ # The action to take on content advisory XDS packets. If you select
9010
+ # PASSTHROUGH, packets will not be changed. If you select STRIP, any
9011
+ # packets will be removed in output captions.
9012
+ # @return [String]
9013
+ #
9014
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ExtendedDataServices AWS API Documentation
9015
+ #
9016
+ class ExtendedDataServices < Struct.new(
9017
+ :copy_protection_action,
9018
+ :vchip_action)
9019
+ SENSITIVE = []
9020
+ include Aws::Structure
9021
+ end
9022
+
8571
9023
  # Settings for F4v container
8572
9024
  #
8573
9025
  # @note When making an API call, you may pass F4vSettings
@@ -8609,6 +9061,7 @@ module Aws::MediaConvert
8609
9061
  # },
8610
9062
  # encryption: {
8611
9063
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
9064
+ # kms_encryption_context: "__stringPatternAZaZ0902",
8612
9065
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
8613
9066
  # },
8614
9067
  # },
@@ -8986,7 +9439,7 @@ module Aws::MediaConvert
8986
9439
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
8987
9440
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
8988
9441
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
8989
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
9442
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
8990
9443
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
8991
9444
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
8992
9445
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -9074,9 +9527,12 @@ module Aws::MediaConvert
9074
9527
  # @return [String]
9075
9528
  #
9076
9529
  # @!attribute [rw] field_encoding
9077
- # Keep the default value, PAFF, to have MediaConvert use PAFF encoding
9078
- # for interlaced outputs. Choose Force field (FORCE\_FIELD) to disable
9079
- # PAFF encoding and create separate interlaced fields.
9530
+ # The video encoding method for your MPEG-4 AVC output. Keep the
9531
+ # default value, PAFF, to have MediaConvert use PAFF encoding for
9532
+ # interlaced outputs. Choose Force field (FORCE\_FIELD) to disable
9533
+ # PAFF encoding and create separate interlaced fields. Choose MBAFF to
9534
+ # disable PAFF and have MediaConvert use MBAFF encoding for interlaced
9535
+ # outputs.
9080
9536
  # @return [String]
9081
9537
  #
9082
9538
  # @!attribute [rw] flicker_adaptive_quantization
@@ -9215,7 +9671,10 @@ module Aws::MediaConvert
9215
9671
  # @return [Integer]
9216
9672
  #
9217
9673
  # @!attribute [rw] number_b_frames_between_reference_frames
9218
- # Number of B-frames between reference frames.
9674
+ # Specify the number of B-frames that MediaConvert puts between
9675
+ # reference frames in this output. Valid values are whole numbers from
9676
+ # 0 through 7. When you don't specify a value, MediaConvert defaults
9677
+ # to 2.
9219
9678
  # @return [Integer]
9220
9679
  #
9221
9680
  # @!attribute [rw] number_reference_frames
@@ -9743,7 +10202,10 @@ module Aws::MediaConvert
9743
10202
  # @return [Integer]
9744
10203
  #
9745
10204
  # @!attribute [rw] number_b_frames_between_reference_frames
9746
- # Number of B-frames between reference frames.
10205
+ # Specify the number of B-frames that MediaConvert puts between
10206
+ # reference frames in this output. Valid values are whole numbers from
10207
+ # 0 through 7. When you don't specify a value, MediaConvert defaults
10208
+ # to 2.
9747
10209
  # @return [Integer]
9748
10210
  #
9749
10211
  # @!attribute [rw] number_reference_frames
@@ -10335,6 +10797,7 @@ module Aws::MediaConvert
10335
10797
  # },
10336
10798
  # encryption: {
10337
10799
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
10800
+ # kms_encryption_context: "__stringPatternAZaZ0902",
10338
10801
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
10339
10802
  # },
10340
10803
  # },
@@ -10359,7 +10822,15 @@ module Aws::MediaConvert
10359
10822
  # },
10360
10823
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
10361
10824
  # },
10362
- # 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
+ # },
10363
10834
  # manifest_compression: "GZIP", # accepts GZIP, NONE
10364
10835
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
10365
10836
  # min_final_segment_length: 1.0,
@@ -10369,6 +10840,7 @@ module Aws::MediaConvert
10369
10840
  # program_date_time_period: 1,
10370
10841
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
10371
10842
  # segment_length: 1,
10843
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
10372
10844
  # segments_per_subdirectory: 1,
10373
10845
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
10374
10846
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -10469,6 +10941,11 @@ module Aws::MediaConvert
10469
10941
  # https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
10470
10942
  # @return [String]
10471
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
+ #
10472
10949
  # @!attribute [rw] manifest_compression
10473
10950
  # When set to GZIP, compresses HLS playlist.
10474
10951
  # @return [String]
@@ -10524,11 +11001,24 @@ module Aws::MediaConvert
10524
11001
  # @return [String]
10525
11002
  #
10526
11003
  # @!attribute [rw] segment_length
10527
- # Length of MPEG-2 Transport Stream segments to create (in seconds).
10528
- # Note that segments will end on the next keyframe after this number
10529
- # of seconds, so actual segment length may be longer.
11004
+ # Specify the length, in whole seconds, of each segment. When you
11005
+ # don't specify a value, MediaConvert defaults to 10. Related
11006
+ # settings: Use Segment length control (SegmentLengthControl) to
11007
+ # specify whether the encoder enforces this value strictly. Use
11008
+ # Segment control (HlsSegmentControl) to specify whether MediaConvert
11009
+ # creates separate segment files or one content file that has metadata
11010
+ # to mark the segment boundaries.
10530
11011
  # @return [Integer]
10531
11012
  #
11013
+ # @!attribute [rw] segment_length_control
11014
+ # Specify how you want MediaConvert to determine the segment length.
11015
+ # Choose Exact (EXACT) to have the encoder use the exact length that
11016
+ # you specify with the setting Segment length (SegmentLength). This
11017
+ # might result in extra I-frames. Choose Multiple of GOP
11018
+ # (GOP\_MULTIPLE) to have the encoder round up the segment lengths to
11019
+ # match the next GOP boundary.
11020
+ # @return [String]
11021
+ #
10532
11022
  # @!attribute [rw] segments_per_subdirectory
10533
11023
  # Number of segments to write to a subdirectory before starting a new
10534
11024
  # one. directoryStructure must be SINGLE\_DIRECTORY for this setting
@@ -10582,6 +11072,7 @@ module Aws::MediaConvert
10582
11072
  :directory_structure,
10583
11073
  :encryption,
10584
11074
  :image_based_trick_play,
11075
+ :image_based_trick_play_settings,
10585
11076
  :manifest_compression,
10586
11077
  :manifest_duration_format,
10587
11078
  :min_final_segment_length,
@@ -10591,6 +11082,7 @@ module Aws::MediaConvert
10591
11082
  :program_date_time_period,
10592
11083
  :segment_control,
10593
11084
  :segment_length,
11085
+ :segment_length_control,
10594
11086
  :segments_per_subdirectory,
10595
11087
  :stream_inf_resolution,
10596
11088
  :target_duration_compatibility_mode,
@@ -10601,6 +11093,73 @@ module Aws::MediaConvert
10601
11093
  include Aws::Structure
10602
11094
  end
10603
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
+
10604
11163
  # Settings specific to audio sources in an HLS alternate rendition
10605
11164
  # group. Specify the properties (renditionGroupId, renditionName or
10606
11165
  # renditionLanguageCode) to identify the unique audio track among the
@@ -12001,6 +12560,10 @@ module Aws::MediaConvert
12001
12560
  # scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
12002
12561
  # },
12003
12562
  # },
12563
+ # extended_data_services: {
12564
+ # copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
12565
+ # vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
12566
+ # },
12004
12567
  # inputs: [
12005
12568
  # {
12006
12569
  # audio_selector_groups: {
@@ -12234,6 +12797,7 @@ module Aws::MediaConvert
12234
12797
  # },
12235
12798
  # encryption: {
12236
12799
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12800
+ # kms_encryption_context: "__stringPatternAZaZ0902",
12237
12801
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12238
12802
  # },
12239
12803
  # },
@@ -12258,7 +12822,15 @@ module Aws::MediaConvert
12258
12822
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
12259
12823
  # },
12260
12824
  # fragment_length: 1,
12261
- # 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
+ # },
12262
12834
  # manifest_compression: "GZIP", # accepts GZIP, NONE
12263
12835
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
12264
12836
  # min_buffer_time: 1,
@@ -12267,6 +12839,7 @@ module Aws::MediaConvert
12267
12839
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
12268
12840
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
12269
12841
  # segment_length: 1,
12842
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
12270
12843
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
12271
12844
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
12272
12845
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -12290,6 +12863,7 @@ module Aws::MediaConvert
12290
12863
  # },
12291
12864
  # encryption: {
12292
12865
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12866
+ # kms_encryption_context: "__stringPatternAZaZ0902",
12293
12867
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12294
12868
  # },
12295
12869
  # },
@@ -12305,13 +12879,22 @@ module Aws::MediaConvert
12305
12879
  # },
12306
12880
  # fragment_length: 1,
12307
12881
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
12308
- # 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
+ # },
12309
12891
  # min_buffer_time: 1,
12310
12892
  # min_final_segment_length: 1.0,
12311
12893
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
12312
12894
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
12313
12895
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
12314
12896
  # segment_length: 1,
12897
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
12315
12898
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
12316
12899
  # },
12317
12900
  # file_group_settings: {
@@ -12323,6 +12906,7 @@ module Aws::MediaConvert
12323
12906
  # },
12324
12907
  # encryption: {
12325
12908
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12909
+ # kms_encryption_context: "__stringPatternAZaZ0902",
12326
12910
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12327
12911
  # },
12328
12912
  # },
@@ -12357,6 +12941,7 @@ module Aws::MediaConvert
12357
12941
  # },
12358
12942
  # encryption: {
12359
12943
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
12944
+ # kms_encryption_context: "__stringPatternAZaZ0902",
12360
12945
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12361
12946
  # },
12362
12947
  # },
@@ -12381,7 +12966,15 @@ module Aws::MediaConvert
12381
12966
  # },
12382
12967
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
12383
12968
  # },
12384
- # 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
+ # },
12385
12978
  # manifest_compression: "GZIP", # accepts GZIP, NONE
12386
12979
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
12387
12980
  # min_final_segment_length: 1.0,
@@ -12391,6 +12984,7 @@ module Aws::MediaConvert
12391
12984
  # program_date_time_period: 1,
12392
12985
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
12393
12986
  # segment_length: 1,
12987
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
12394
12988
  # segments_per_subdirectory: 1,
12395
12989
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
12396
12990
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -12414,6 +13008,7 @@ module Aws::MediaConvert
12414
13008
  # },
12415
13009
  # encryption: {
12416
13010
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
13011
+ # kms_encryption_context: "__stringPatternAZaZ0902",
12417
13012
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
12418
13013
  # },
12419
13014
  # },
@@ -12427,6 +13022,7 @@ module Aws::MediaConvert
12427
13022
  # },
12428
13023
  # },
12429
13024
  # fragment_length: 1,
13025
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
12430
13026
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
12431
13027
  # },
12432
13028
  # type: "HLS_GROUP_SETTINGS", # accepts HLS_GROUP_SETTINGS, DASH_ISO_GROUP_SETTINGS, FILE_GROUP_SETTINGS, MS_SMOOTH_GROUP_SETTINGS, CMAF_GROUP_SETTINGS
@@ -12574,46 +13170,54 @@ module Aws::MediaConvert
12574
13170
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
12575
13171
  # destination_settings: {
12576
13172
  # burnin_destination_settings: {
12577
- # alignment: "CENTERED", # accepts CENTERED, LEFT
12578
- # 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
12579
13176
  # background_opacity: 1,
12580
- # 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
12581
13179
  # font_opacity: 1,
12582
13180
  # font_resolution: 1,
12583
13181
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
12584
13182
  # font_size: 1,
12585
- # 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
12586
13185
  # outline_size: 1,
12587
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
13186
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
12588
13187
  # shadow_opacity: 1,
12589
13188
  # shadow_x_offset: 1,
12590
13189
  # shadow_y_offset: 1,
12591
- # 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
12592
13192
  # x_position: 1,
12593
13193
  # y_position: 1,
12594
13194
  # },
12595
13195
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
12596
13196
  # dvb_sub_destination_settings: {
12597
- # alignment: "CENTERED", # accepts CENTERED, LEFT
12598
- # 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
12599
13200
  # background_opacity: 1,
12600
13201
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
12601
13202
  # dds_x_coordinate: 1,
12602
13203
  # dds_y_coordinate: 1,
12603
- # 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
12604
13206
  # font_opacity: 1,
12605
13207
  # font_resolution: 1,
12606
13208
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
12607
13209
  # font_size: 1,
12608
13210
  # height: 1,
12609
- # 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
12610
13213
  # outline_size: 1,
12611
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
13214
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
12612
13215
  # shadow_opacity: 1,
12613
13216
  # shadow_x_offset: 1,
12614
13217
  # shadow_y_offset: 1,
13218
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
12615
13219
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
12616
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
13220
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
12617
13221
  # width: 1,
12618
13222
  # x_position: 1,
12619
13223
  # y_position: 1,
@@ -12668,6 +13272,7 @@ module Aws::MediaConvert
12668
13272
  # audio_pids: [1],
12669
13273
  # bitrate: 1,
12670
13274
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
13275
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
12671
13276
  # dvb_nit_settings: {
12672
13277
  # network_id: 1,
12673
13278
  # network_name: "__stringMin1Max256",
@@ -12717,6 +13322,7 @@ module Aws::MediaConvert
12717
13322
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
12718
13323
  # audio_frames_per_pes: 1,
12719
13324
  # audio_pids: [1],
13325
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
12720
13326
  # max_pcr_interval: 1,
12721
13327
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
12722
13328
  # pat_interval: 1,
@@ -12827,7 +13433,7 @@ module Aws::MediaConvert
12827
13433
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
12828
13434
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
12829
13435
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
12830
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
13436
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
12831
13437
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
12832
13438
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
12833
13439
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -13191,6 +13797,15 @@ module Aws::MediaConvert
13191
13797
  # ad insertion, you can ignore these settings.
13192
13798
  # @return [Types::EsamSettings]
13193
13799
  #
13800
+ # @!attribute [rw] extended_data_services
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.
13807
+ # @return [Types::ExtendedDataServices]
13808
+ #
13194
13809
  # @!attribute [rw] inputs
13195
13810
  # Use Inputs (inputs) to define source file used in the transcode job.
13196
13811
  # There can be multiple inputs add in a job. These inputs will be
@@ -13270,6 +13885,7 @@ module Aws::MediaConvert
13270
13885
  :ad_avail_offset,
13271
13886
  :avail_blanking,
13272
13887
  :esam,
13888
+ :extended_data_services,
13273
13889
  :inputs,
13274
13890
  :kantar_watermark,
13275
13891
  :motion_image_inserter,
@@ -13388,6 +14004,10 @@ module Aws::MediaConvert
13388
14004
  # scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
13389
14005
  # },
13390
14006
  # },
14007
+ # extended_data_services: {
14008
+ # copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
14009
+ # vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
14010
+ # },
13391
14011
  # inputs: [
13392
14012
  # {
13393
14013
  # audio_selector_groups: {
@@ -13613,6 +14233,7 @@ module Aws::MediaConvert
13613
14233
  # },
13614
14234
  # encryption: {
13615
14235
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14236
+ # kms_encryption_context: "__stringPatternAZaZ0902",
13616
14237
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
13617
14238
  # },
13618
14239
  # },
@@ -13637,7 +14258,15 @@ module Aws::MediaConvert
13637
14258
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
13638
14259
  # },
13639
14260
  # fragment_length: 1,
13640
- # 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
+ # },
13641
14270
  # manifest_compression: "GZIP", # accepts GZIP, NONE
13642
14271
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
13643
14272
  # min_buffer_time: 1,
@@ -13646,6 +14275,7 @@ module Aws::MediaConvert
13646
14275
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
13647
14276
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
13648
14277
  # segment_length: 1,
14278
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
13649
14279
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
13650
14280
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
13651
14281
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -13669,6 +14299,7 @@ module Aws::MediaConvert
13669
14299
  # },
13670
14300
  # encryption: {
13671
14301
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14302
+ # kms_encryption_context: "__stringPatternAZaZ0902",
13672
14303
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
13673
14304
  # },
13674
14305
  # },
@@ -13684,13 +14315,22 @@ module Aws::MediaConvert
13684
14315
  # },
13685
14316
  # fragment_length: 1,
13686
14317
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
13687
- # 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
+ # },
13688
14327
  # min_buffer_time: 1,
13689
14328
  # min_final_segment_length: 1.0,
13690
14329
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
13691
14330
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
13692
14331
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
13693
14332
  # segment_length: 1,
14333
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
13694
14334
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
13695
14335
  # },
13696
14336
  # file_group_settings: {
@@ -13702,6 +14342,7 @@ module Aws::MediaConvert
13702
14342
  # },
13703
14343
  # encryption: {
13704
14344
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14345
+ # kms_encryption_context: "__stringPatternAZaZ0902",
13705
14346
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
13706
14347
  # },
13707
14348
  # },
@@ -13736,6 +14377,7 @@ module Aws::MediaConvert
13736
14377
  # },
13737
14378
  # encryption: {
13738
14379
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14380
+ # kms_encryption_context: "__stringPatternAZaZ0902",
13739
14381
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
13740
14382
  # },
13741
14383
  # },
@@ -13760,7 +14402,15 @@ module Aws::MediaConvert
13760
14402
  # },
13761
14403
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
13762
14404
  # },
13763
- # 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
+ # },
13764
14414
  # manifest_compression: "GZIP", # accepts GZIP, NONE
13765
14415
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
13766
14416
  # min_final_segment_length: 1.0,
@@ -13770,6 +14420,7 @@ module Aws::MediaConvert
13770
14420
  # program_date_time_period: 1,
13771
14421
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
13772
14422
  # segment_length: 1,
14423
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
13773
14424
  # segments_per_subdirectory: 1,
13774
14425
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
13775
14426
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -13793,6 +14444,7 @@ module Aws::MediaConvert
13793
14444
  # },
13794
14445
  # encryption: {
13795
14446
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
14447
+ # kms_encryption_context: "__stringPatternAZaZ0902",
13796
14448
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
13797
14449
  # },
13798
14450
  # },
@@ -13806,6 +14458,7 @@ module Aws::MediaConvert
13806
14458
  # },
13807
14459
  # },
13808
14460
  # fragment_length: 1,
14461
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
13809
14462
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
13810
14463
  # },
13811
14464
  # type: "HLS_GROUP_SETTINGS", # accepts HLS_GROUP_SETTINGS, DASH_ISO_GROUP_SETTINGS, FILE_GROUP_SETTINGS, MS_SMOOTH_GROUP_SETTINGS, CMAF_GROUP_SETTINGS
@@ -13953,46 +14606,54 @@ module Aws::MediaConvert
13953
14606
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
13954
14607
  # destination_settings: {
13955
14608
  # burnin_destination_settings: {
13956
- # alignment: "CENTERED", # accepts CENTERED, LEFT
13957
- # 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
13958
14612
  # background_opacity: 1,
13959
- # 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
13960
14615
  # font_opacity: 1,
13961
14616
  # font_resolution: 1,
13962
14617
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
13963
14618
  # font_size: 1,
13964
- # 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
13965
14621
  # outline_size: 1,
13966
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
14622
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
13967
14623
  # shadow_opacity: 1,
13968
14624
  # shadow_x_offset: 1,
13969
14625
  # shadow_y_offset: 1,
13970
- # 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
13971
14628
  # x_position: 1,
13972
14629
  # y_position: 1,
13973
14630
  # },
13974
14631
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
13975
14632
  # dvb_sub_destination_settings: {
13976
- # alignment: "CENTERED", # accepts CENTERED, LEFT
13977
- # 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
13978
14636
  # background_opacity: 1,
13979
14637
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
13980
14638
  # dds_x_coordinate: 1,
13981
14639
  # dds_y_coordinate: 1,
13982
- # 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
13983
14642
  # font_opacity: 1,
13984
14643
  # font_resolution: 1,
13985
14644
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
13986
14645
  # font_size: 1,
13987
14646
  # height: 1,
13988
- # 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
13989
14649
  # outline_size: 1,
13990
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
14650
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
13991
14651
  # shadow_opacity: 1,
13992
14652
  # shadow_x_offset: 1,
13993
14653
  # shadow_y_offset: 1,
14654
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
13994
14655
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
13995
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
14656
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
13996
14657
  # width: 1,
13997
14658
  # x_position: 1,
13998
14659
  # y_position: 1,
@@ -14047,6 +14708,7 @@ module Aws::MediaConvert
14047
14708
  # audio_pids: [1],
14048
14709
  # bitrate: 1,
14049
14710
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
14711
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
14050
14712
  # dvb_nit_settings: {
14051
14713
  # network_id: 1,
14052
14714
  # network_name: "__stringMin1Max256",
@@ -14096,6 +14758,7 @@ module Aws::MediaConvert
14096
14758
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
14097
14759
  # audio_frames_per_pes: 1,
14098
14760
  # audio_pids: [1],
14761
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
14099
14762
  # max_pcr_interval: 1,
14100
14763
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
14101
14764
  # pat_interval: 1,
@@ -14206,7 +14869,7 @@ module Aws::MediaConvert
14206
14869
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
14207
14870
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
14208
14871
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
14209
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
14872
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
14210
14873
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
14211
14874
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
14212
14875
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -14570,6 +15233,15 @@ module Aws::MediaConvert
14570
15233
  # ad insertion, you can ignore these settings.
14571
15234
  # @return [Types::EsamSettings]
14572
15235
  #
15236
+ # @!attribute [rw] extended_data_services
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.
15243
+ # @return [Types::ExtendedDataServices]
15244
+ #
14573
15245
  # @!attribute [rw] inputs
14574
15246
  # Use Inputs (inputs) to define the source file used in the transcode
14575
15247
  # job. There can only be one input in a job template. Using the API,
@@ -14649,6 +15321,7 @@ module Aws::MediaConvert
14649
15321
  :ad_avail_offset,
14650
15322
  :avail_blanking,
14651
15323
  :esam,
15324
+ :extended_data_services,
14652
15325
  :inputs,
14653
15326
  :kantar_watermark,
14654
15327
  :motion_image_inserter,
@@ -15169,6 +15842,7 @@ module Aws::MediaConvert
15169
15842
  # audio_pids: [1],
15170
15843
  # bitrate: 1,
15171
15844
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
15845
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
15172
15846
  # dvb_nit_settings: {
15173
15847
  # network_id: 1,
15174
15848
  # network_name: "__stringMin1Max256",
@@ -15263,6 +15937,14 @@ module Aws::MediaConvert
15263
15937
  # play back the stream without interruptions.
15264
15938
  # @return [String]
15265
15939
  #
15940
+ # @!attribute [rw] data_pts_control
15941
+ # If you select ALIGN\_TO\_VIDEO, MediaConvert writes captions and
15942
+ # data packets with Presentation Timestamp (PTS) values greater than
15943
+ # or equal to the first video packet PTS (MediaConvert drops captions
15944
+ # and data packets with lesser PTS values). Keep the default value
15945
+ # (AUTO) to allow all PTS values.
15946
+ # @return [String]
15947
+ #
15266
15948
  # @!attribute [rw] dvb_nit_settings
15267
15949
  # Use these settings to insert a DVB Network Information Table (NIT)
15268
15950
  # in the transport stream of this output. When you work directly in
@@ -15484,6 +16166,7 @@ module Aws::MediaConvert
15484
16166
  :audio_pids,
15485
16167
  :bitrate,
15486
16168
  :buffer_model,
16169
+ :data_pts_control,
15487
16170
  :dvb_nit_settings,
15488
16171
  :dvb_sdt_settings,
15489
16172
  :dvb_sub_pids,
@@ -15529,6 +16212,7 @@ module Aws::MediaConvert
15529
16212
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
15530
16213
  # audio_frames_per_pes: 1,
15531
16214
  # audio_pids: [1],
16215
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
15532
16216
  # max_pcr_interval: 1,
15533
16217
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
15534
16218
  # pat_interval: 1,
@@ -15575,6 +16259,14 @@ module Aws::MediaConvert
15575
16259
  # in ranges and/or by comma separation.
15576
16260
  # @return [Array<Integer>]
15577
16261
  #
16262
+ # @!attribute [rw] data_pts_control
16263
+ # If you select ALIGN\_TO\_VIDEO, MediaConvert writes captions and
16264
+ # data packets with Presentation Timestamp (PTS) values greater than
16265
+ # or equal to the first video packet PTS (MediaConvert drops captions
16266
+ # and data packets with lesser PTS values). Keep the default value
16267
+ # (AUTO) to allow all PTS values.
16268
+ # @return [String]
16269
+ #
15578
16270
  # @!attribute [rw] max_pcr_interval
15579
16271
  # Specify the maximum time, in milliseconds, between Program Clock
15580
16272
  # References (PCRs) inserted into the transport stream.
@@ -15666,6 +16358,7 @@ module Aws::MediaConvert
15666
16358
  :audio_duration,
15667
16359
  :audio_frames_per_pes,
15668
16360
  :audio_pids,
16361
+ :data_pts_control,
15669
16362
  :max_pcr_interval,
15670
16363
  :nielsen_id_3,
15671
16364
  :pat_interval,
@@ -16280,14 +16973,16 @@ module Aws::MediaConvert
16280
16973
  # @return [Integer]
16281
16974
  #
16282
16975
  # @!attribute [rw] gop_size
16283
- # GOP Length (keyframe interval) in frames or seconds. Must be greater
16284
- # than zero.
16976
+ # Specify the interval between keyframes, in seconds or frames, for
16977
+ # this output. Default: 12 Related settings: When you specify the GOP
16978
+ # size in seconds, set GOP mode control (GopSizeUnits) to Specified,
16979
+ # seconds (SECONDS). The default value for GOP mode control
16980
+ # (GopSizeUnits) is Frames (FRAMES).
16285
16981
  # @return [Float]
16286
16982
  #
16287
16983
  # @!attribute [rw] gop_size_units
16288
- # Indicates if the GOP Size in MPEG2 is specified in frames or
16289
- # seconds. If seconds the system will convert the GOP Size into a
16290
- # frame count at run time.
16984
+ # Specify the units for GOP size (GopSize). If you don't specify a
16985
+ # value here, by default the encoder measures GOP size in frames.
16291
16986
  # @return [String]
16292
16987
  #
16293
16988
  # @!attribute [rw] hrd_buffer_initial_fill_percentage
@@ -16341,7 +17036,10 @@ module Aws::MediaConvert
16341
17036
  # @return [Integer]
16342
17037
  #
16343
17038
  # @!attribute [rw] number_b_frames_between_reference_frames
16344
- # Number of B-frames between reference frames.
17039
+ # Specify the number of B-frames that MediaConvert puts between
17040
+ # reference frames in this output. Valid values are whole numbers from
17041
+ # 0 through 7. When you don't specify a value, MediaConvert defaults
17042
+ # to 2.
16345
17043
  # @return [Integer]
16346
17044
  #
16347
17045
  # @!attribute [rw] par_control
@@ -16623,6 +17321,7 @@ module Aws::MediaConvert
16623
17321
  # },
16624
17322
  # encryption: {
16625
17323
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
17324
+ # kms_encryption_context: "__stringPatternAZaZ0902",
16626
17325
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
16627
17326
  # },
16628
17327
  # },
@@ -16636,6 +17335,7 @@ module Aws::MediaConvert
16636
17335
  # },
16637
17336
  # },
16638
17337
  # fragment_length: 1,
17338
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
16639
17339
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
16640
17340
  # }
16641
17341
  #
@@ -16672,11 +17372,23 @@ module Aws::MediaConvert
16672
17372
  # @return [Types::MsSmoothEncryptionSettings]
16673
17373
  #
16674
17374
  # @!attribute [rw] fragment_length
16675
- # Use Fragment length (FragmentLength) to specify the mp4 fragment
16676
- # sizes in seconds. Fragment length must be compatible with GOP size
16677
- # and frame rate.
17375
+ # Specify how you want MediaConvert to determine the fragment length.
17376
+ # Choose Exact (EXACT) to have the encoder use the exact length that
17377
+ # you specify with the setting Fragment length (FragmentLength). This
17378
+ # might result in extra I-frames. Choose Multiple of GOP
17379
+ # (GOP\_MULTIPLE) to have the encoder round up the segment lengths to
17380
+ # match the next GOP boundary.
16678
17381
  # @return [Integer]
16679
17382
  #
17383
+ # @!attribute [rw] fragment_length_control
17384
+ # Specify how you want MediaConvert to determine the fragment length.
17385
+ # Choose Exact (EXACT) to have the encoder use the exact length that
17386
+ # you specify with the setting Fragment length (FragmentLength). This
17387
+ # might result in extra I-frames. Choose Multiple of GOP
17388
+ # (GOP\_MULTIPLE) to have the encoder round up the segment lengths to
17389
+ # match the next GOP boundary.
17390
+ # @return [String]
17391
+ #
16680
17392
  # @!attribute [rw] manifest_encoding
16681
17393
  # Use Manifest encoding (MsSmoothManifestEncoding) to specify the
16682
17394
  # encoding format for the server and client manifest. Valid options
@@ -16692,6 +17404,7 @@ module Aws::MediaConvert
16692
17404
  :destination_settings,
16693
17405
  :encryption,
16694
17406
  :fragment_length,
17407
+ :fragment_length_control,
16695
17408
  :manifest_encoding)
16696
17409
  SENSITIVE = []
16697
17410
  include Aws::Structure
@@ -17392,46 +18105,54 @@ module Aws::MediaConvert
17392
18105
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
17393
18106
  # destination_settings: {
17394
18107
  # burnin_destination_settings: {
17395
- # alignment: "CENTERED", # accepts CENTERED, LEFT
17396
- # 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
17397
18111
  # background_opacity: 1,
17398
- # 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
17399
18114
  # font_opacity: 1,
17400
18115
  # font_resolution: 1,
17401
18116
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
17402
18117
  # font_size: 1,
17403
- # 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
17404
18120
  # outline_size: 1,
17405
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
18121
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
17406
18122
  # shadow_opacity: 1,
17407
18123
  # shadow_x_offset: 1,
17408
18124
  # shadow_y_offset: 1,
17409
- # 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
17410
18127
  # x_position: 1,
17411
18128
  # y_position: 1,
17412
18129
  # },
17413
18130
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
17414
18131
  # dvb_sub_destination_settings: {
17415
- # alignment: "CENTERED", # accepts CENTERED, LEFT
17416
- # 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
17417
18135
  # background_opacity: 1,
17418
18136
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
17419
18137
  # dds_x_coordinate: 1,
17420
18138
  # dds_y_coordinate: 1,
17421
- # 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
17422
18141
  # font_opacity: 1,
17423
18142
  # font_resolution: 1,
17424
18143
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
17425
18144
  # font_size: 1,
17426
18145
  # height: 1,
17427
- # 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
17428
18148
  # outline_size: 1,
17429
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
18149
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
17430
18150
  # shadow_opacity: 1,
17431
18151
  # shadow_x_offset: 1,
17432
18152
  # shadow_y_offset: 1,
18153
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
17433
18154
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
17434
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
18155
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
17435
18156
  # width: 1,
17436
18157
  # x_position: 1,
17437
18158
  # y_position: 1,
@@ -17486,6 +18207,7 @@ module Aws::MediaConvert
17486
18207
  # audio_pids: [1],
17487
18208
  # bitrate: 1,
17488
18209
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
18210
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
17489
18211
  # dvb_nit_settings: {
17490
18212
  # network_id: 1,
17491
18213
  # network_name: "__stringMin1Max256",
@@ -17535,6 +18257,7 @@ module Aws::MediaConvert
17535
18257
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
17536
18258
  # audio_frames_per_pes: 1,
17537
18259
  # audio_pids: [1],
18260
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
17538
18261
  # max_pcr_interval: 1,
17539
18262
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
17540
18263
  # pat_interval: 1,
@@ -17645,7 +18368,7 @@ module Aws::MediaConvert
17645
18368
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
17646
18369
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
17647
18370
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
17648
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
18371
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
17649
18372
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
17650
18373
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
17651
18374
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -18130,6 +18853,7 @@ module Aws::MediaConvert
18130
18853
  # },
18131
18854
  # encryption: {
18132
18855
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
18856
+ # kms_encryption_context: "__stringPatternAZaZ0902",
18133
18857
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
18134
18858
  # },
18135
18859
  # },
@@ -18154,7 +18878,15 @@ module Aws::MediaConvert
18154
18878
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
18155
18879
  # },
18156
18880
  # fragment_length: 1,
18157
- # 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
+ # },
18158
18890
  # manifest_compression: "GZIP", # accepts GZIP, NONE
18159
18891
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
18160
18892
  # min_buffer_time: 1,
@@ -18163,6 +18895,7 @@ module Aws::MediaConvert
18163
18895
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
18164
18896
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
18165
18897
  # segment_length: 1,
18898
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
18166
18899
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
18167
18900
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
18168
18901
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -18186,6 +18919,7 @@ module Aws::MediaConvert
18186
18919
  # },
18187
18920
  # encryption: {
18188
18921
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
18922
+ # kms_encryption_context: "__stringPatternAZaZ0902",
18189
18923
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
18190
18924
  # },
18191
18925
  # },
@@ -18201,13 +18935,22 @@ module Aws::MediaConvert
18201
18935
  # },
18202
18936
  # fragment_length: 1,
18203
18937
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
18204
- # 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
+ # },
18205
18947
  # min_buffer_time: 1,
18206
18948
  # min_final_segment_length: 1.0,
18207
18949
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
18208
18950
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
18209
18951
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
18210
18952
  # segment_length: 1,
18953
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
18211
18954
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
18212
18955
  # },
18213
18956
  # file_group_settings: {
@@ -18219,6 +18962,7 @@ module Aws::MediaConvert
18219
18962
  # },
18220
18963
  # encryption: {
18221
18964
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
18965
+ # kms_encryption_context: "__stringPatternAZaZ0902",
18222
18966
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
18223
18967
  # },
18224
18968
  # },
@@ -18253,6 +18997,7 @@ module Aws::MediaConvert
18253
18997
  # },
18254
18998
  # encryption: {
18255
18999
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
19000
+ # kms_encryption_context: "__stringPatternAZaZ0902",
18256
19001
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
18257
19002
  # },
18258
19003
  # },
@@ -18277,7 +19022,15 @@ module Aws::MediaConvert
18277
19022
  # },
18278
19023
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
18279
19024
  # },
18280
- # 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
+ # },
18281
19034
  # manifest_compression: "GZIP", # accepts GZIP, NONE
18282
19035
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
18283
19036
  # min_final_segment_length: 1.0,
@@ -18287,6 +19040,7 @@ module Aws::MediaConvert
18287
19040
  # program_date_time_period: 1,
18288
19041
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
18289
19042
  # segment_length: 1,
19043
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
18290
19044
  # segments_per_subdirectory: 1,
18291
19045
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
18292
19046
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -18310,6 +19064,7 @@ module Aws::MediaConvert
18310
19064
  # },
18311
19065
  # encryption: {
18312
19066
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
19067
+ # kms_encryption_context: "__stringPatternAZaZ0902",
18313
19068
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
18314
19069
  # },
18315
19070
  # },
@@ -18323,6 +19078,7 @@ module Aws::MediaConvert
18323
19078
  # },
18324
19079
  # },
18325
19080
  # fragment_length: 1,
19081
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
18326
19082
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
18327
19083
  # },
18328
19084
  # type: "HLS_GROUP_SETTINGS", # accepts HLS_GROUP_SETTINGS, DASH_ISO_GROUP_SETTINGS, FILE_GROUP_SETTINGS, MS_SMOOTH_GROUP_SETTINGS, CMAF_GROUP_SETTINGS
@@ -18470,46 +19226,54 @@ module Aws::MediaConvert
18470
19226
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
18471
19227
  # destination_settings: {
18472
19228
  # burnin_destination_settings: {
18473
- # alignment: "CENTERED", # accepts CENTERED, LEFT
18474
- # 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
18475
19232
  # background_opacity: 1,
18476
- # 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
18477
19235
  # font_opacity: 1,
18478
19236
  # font_resolution: 1,
18479
19237
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
18480
19238
  # font_size: 1,
18481
- # 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
18482
19241
  # outline_size: 1,
18483
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
19242
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
18484
19243
  # shadow_opacity: 1,
18485
19244
  # shadow_x_offset: 1,
18486
19245
  # shadow_y_offset: 1,
18487
- # 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
18488
19248
  # x_position: 1,
18489
19249
  # y_position: 1,
18490
19250
  # },
18491
19251
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
18492
19252
  # dvb_sub_destination_settings: {
18493
- # alignment: "CENTERED", # accepts CENTERED, LEFT
18494
- # 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
18495
19256
  # background_opacity: 1,
18496
19257
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
18497
19258
  # dds_x_coordinate: 1,
18498
19259
  # dds_y_coordinate: 1,
18499
- # 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
18500
19262
  # font_opacity: 1,
18501
19263
  # font_resolution: 1,
18502
19264
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
18503
19265
  # font_size: 1,
18504
19266
  # height: 1,
18505
- # 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
18506
19269
  # outline_size: 1,
18507
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
19270
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
18508
19271
  # shadow_opacity: 1,
18509
19272
  # shadow_x_offset: 1,
18510
19273
  # shadow_y_offset: 1,
19274
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
18511
19275
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
18512
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
19276
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
18513
19277
  # width: 1,
18514
19278
  # x_position: 1,
18515
19279
  # y_position: 1,
@@ -18564,6 +19328,7 @@ module Aws::MediaConvert
18564
19328
  # audio_pids: [1],
18565
19329
  # bitrate: 1,
18566
19330
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
19331
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
18567
19332
  # dvb_nit_settings: {
18568
19333
  # network_id: 1,
18569
19334
  # network_name: "__stringMin1Max256",
@@ -18613,6 +19378,7 @@ module Aws::MediaConvert
18613
19378
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
18614
19379
  # audio_frames_per_pes: 1,
18615
19380
  # audio_pids: [1],
19381
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
18616
19382
  # max_pcr_interval: 1,
18617
19383
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
18618
19384
  # pat_interval: 1,
@@ -18723,7 +19489,7 @@ module Aws::MediaConvert
18723
19489
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
18724
19490
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
18725
19491
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
18726
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
19492
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
18727
19493
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
18728
19494
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
18729
19495
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -19133,6 +19899,7 @@ module Aws::MediaConvert
19133
19899
  # },
19134
19900
  # encryption: {
19135
19901
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
19902
+ # kms_encryption_context: "__stringPatternAZaZ0902",
19136
19903
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
19137
19904
  # },
19138
19905
  # },
@@ -19157,7 +19924,15 @@ module Aws::MediaConvert
19157
19924
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
19158
19925
  # },
19159
19926
  # fragment_length: 1,
19160
- # 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
+ # },
19161
19936
  # manifest_compression: "GZIP", # accepts GZIP, NONE
19162
19937
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
19163
19938
  # min_buffer_time: 1,
@@ -19166,6 +19941,7 @@ module Aws::MediaConvert
19166
19941
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
19167
19942
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
19168
19943
  # segment_length: 1,
19944
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
19169
19945
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
19170
19946
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
19171
19947
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -19189,6 +19965,7 @@ module Aws::MediaConvert
19189
19965
  # },
19190
19966
  # encryption: {
19191
19967
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
19968
+ # kms_encryption_context: "__stringPatternAZaZ0902",
19192
19969
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
19193
19970
  # },
19194
19971
  # },
@@ -19204,13 +19981,22 @@ module Aws::MediaConvert
19204
19981
  # },
19205
19982
  # fragment_length: 1,
19206
19983
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
19207
- # 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
+ # },
19208
19993
  # min_buffer_time: 1,
19209
19994
  # min_final_segment_length: 1.0,
19210
19995
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
19211
19996
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
19212
19997
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
19213
19998
  # segment_length: 1,
19999
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
19214
20000
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
19215
20001
  # },
19216
20002
  # file_group_settings: {
@@ -19222,6 +20008,7 @@ module Aws::MediaConvert
19222
20008
  # },
19223
20009
  # encryption: {
19224
20010
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
20011
+ # kms_encryption_context: "__stringPatternAZaZ0902",
19225
20012
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
19226
20013
  # },
19227
20014
  # },
@@ -19256,6 +20043,7 @@ module Aws::MediaConvert
19256
20043
  # },
19257
20044
  # encryption: {
19258
20045
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
20046
+ # kms_encryption_context: "__stringPatternAZaZ0902",
19259
20047
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
19260
20048
  # },
19261
20049
  # },
@@ -19280,7 +20068,15 @@ module Aws::MediaConvert
19280
20068
  # },
19281
20069
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
19282
20070
  # },
19283
- # 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
+ # },
19284
20080
  # manifest_compression: "GZIP", # accepts GZIP, NONE
19285
20081
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
19286
20082
  # min_final_segment_length: 1.0,
@@ -19290,6 +20086,7 @@ module Aws::MediaConvert
19290
20086
  # program_date_time_period: 1,
19291
20087
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
19292
20088
  # segment_length: 1,
20089
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
19293
20090
  # segments_per_subdirectory: 1,
19294
20091
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
19295
20092
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -19313,6 +20110,7 @@ module Aws::MediaConvert
19313
20110
  # },
19314
20111
  # encryption: {
19315
20112
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
20113
+ # kms_encryption_context: "__stringPatternAZaZ0902",
19316
20114
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
19317
20115
  # },
19318
20116
  # },
@@ -19326,6 +20124,7 @@ module Aws::MediaConvert
19326
20124
  # },
19327
20125
  # },
19328
20126
  # fragment_length: 1,
20127
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
19329
20128
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
19330
20129
  # },
19331
20130
  # type: "HLS_GROUP_SETTINGS", # accepts HLS_GROUP_SETTINGS, DASH_ISO_GROUP_SETTINGS, FILE_GROUP_SETTINGS, MS_SMOOTH_GROUP_SETTINGS, CMAF_GROUP_SETTINGS
@@ -19651,46 +20450,54 @@ module Aws::MediaConvert
19651
20450
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
19652
20451
  # destination_settings: {
19653
20452
  # burnin_destination_settings: {
19654
- # alignment: "CENTERED", # accepts CENTERED, LEFT
19655
- # 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
19656
20456
  # background_opacity: 1,
19657
- # 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
19658
20459
  # font_opacity: 1,
19659
20460
  # font_resolution: 1,
19660
20461
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
19661
20462
  # font_size: 1,
19662
- # 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
19663
20465
  # outline_size: 1,
19664
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
20466
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
19665
20467
  # shadow_opacity: 1,
19666
20468
  # shadow_x_offset: 1,
19667
20469
  # shadow_y_offset: 1,
19668
- # 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
19669
20472
  # x_position: 1,
19670
20473
  # y_position: 1,
19671
20474
  # },
19672
20475
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
19673
20476
  # dvb_sub_destination_settings: {
19674
- # alignment: "CENTERED", # accepts CENTERED, LEFT
19675
- # 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
19676
20480
  # background_opacity: 1,
19677
20481
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
19678
20482
  # dds_x_coordinate: 1,
19679
20483
  # dds_y_coordinate: 1,
19680
- # 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
19681
20486
  # font_opacity: 1,
19682
20487
  # font_resolution: 1,
19683
20488
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
19684
20489
  # font_size: 1,
19685
20490
  # height: 1,
19686
- # 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
19687
20493
  # outline_size: 1,
19688
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
20494
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
19689
20495
  # shadow_opacity: 1,
19690
20496
  # shadow_x_offset: 1,
19691
20497
  # shadow_y_offset: 1,
20498
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
19692
20499
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
19693
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
20500
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
19694
20501
  # width: 1,
19695
20502
  # x_position: 1,
19696
20503
  # y_position: 1,
@@ -19745,6 +20552,7 @@ module Aws::MediaConvert
19745
20552
  # audio_pids: [1],
19746
20553
  # bitrate: 1,
19747
20554
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
20555
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
19748
20556
  # dvb_nit_settings: {
19749
20557
  # network_id: 1,
19750
20558
  # network_name: "__stringMin1Max256",
@@ -19794,6 +20602,7 @@ module Aws::MediaConvert
19794
20602
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
19795
20603
  # audio_frames_per_pes: 1,
19796
20604
  # audio_pids: [1],
20605
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
19797
20606
  # max_pcr_interval: 1,
19798
20607
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
19799
20608
  # pat_interval: 1,
@@ -19890,7 +20699,7 @@ module Aws::MediaConvert
19890
20699
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
19891
20700
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
19892
20701
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
19893
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
20702
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
19894
20703
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
19895
20704
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
19896
20705
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -20825,6 +21634,7 @@ module Aws::MediaConvert
20825
21634
  # },
20826
21635
  # encryption: {
20827
21636
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
21637
+ # kms_encryption_context: "__stringPatternAZaZ0902",
20828
21638
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
20829
21639
  # },
20830
21640
  # }
@@ -20858,6 +21668,7 @@ module Aws::MediaConvert
20858
21668
  #
20859
21669
  # {
20860
21670
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
21671
+ # kms_encryption_context: "__stringPatternAZaZ0902",
20861
21672
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
20862
21673
  # }
20863
21674
  #
@@ -20877,6 +21688,18 @@ module Aws::MediaConvert
20877
21688
  # setting KMS ARN (kmsKeyArn).
20878
21689
  # @return [String]
20879
21690
  #
21691
+ # @!attribute [rw] kms_encryption_context
21692
+ # Optionally, specify the encryption context that you want to use
21693
+ # alongside your KMS key. AWS KMS uses this encryption context as
21694
+ # additional authenticated data (AAD) to support authenticated
21695
+ # encryption. This value must be a base64-encoded UTF-8 string holding
21696
+ # JSON which represents a string-string map. To use this setting, you
21697
+ # must also set Server-side encryption (S3ServerSideEncryptionType) to
21698
+ # AWS KMS (SERVER\_SIDE\_ENCRYPTION\_KMS). For more information about
21699
+ # encryption context, see:
21700
+ # https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt\_context.
21701
+ # @return [String]
21702
+ #
20880
21703
  # @!attribute [rw] kms_key_arn
20881
21704
  # Optionally, specify the customer master key (CMK) that you want to
20882
21705
  # use to encrypt the data key that AWS uses to encrypt your output
@@ -20892,6 +21715,7 @@ module Aws::MediaConvert
20892
21715
  #
20893
21716
  class S3EncryptionSettings < Struct.new(
20894
21717
  :encryption_type,
21718
+ :kms_encryption_context,
20895
21719
  :kms_key_arn)
20896
21720
  SENSITIVE = []
20897
21721
  include Aws::Structure
@@ -21527,6 +22351,10 @@ module Aws::MediaConvert
21527
22351
  # scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
21528
22352
  # },
21529
22353
  # },
22354
+ # extended_data_services: {
22355
+ # copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
22356
+ # vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
22357
+ # },
21530
22358
  # inputs: [
21531
22359
  # {
21532
22360
  # audio_selector_groups: {
@@ -21752,6 +22580,7 @@ module Aws::MediaConvert
21752
22580
  # },
21753
22581
  # encryption: {
21754
22582
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
22583
+ # kms_encryption_context: "__stringPatternAZaZ0902",
21755
22584
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
21756
22585
  # },
21757
22586
  # },
@@ -21776,7 +22605,15 @@ module Aws::MediaConvert
21776
22605
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
21777
22606
  # },
21778
22607
  # fragment_length: 1,
21779
- # 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
+ # },
21780
22617
  # manifest_compression: "GZIP", # accepts GZIP, NONE
21781
22618
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
21782
22619
  # min_buffer_time: 1,
@@ -21785,6 +22622,7 @@ module Aws::MediaConvert
21785
22622
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
21786
22623
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
21787
22624
  # segment_length: 1,
22625
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
21788
22626
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
21789
22627
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
21790
22628
  # write_dash_manifest: "DISABLED", # accepts DISABLED, ENABLED
@@ -21808,6 +22646,7 @@ module Aws::MediaConvert
21808
22646
  # },
21809
22647
  # encryption: {
21810
22648
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
22649
+ # kms_encryption_context: "__stringPatternAZaZ0902",
21811
22650
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
21812
22651
  # },
21813
22652
  # },
@@ -21823,13 +22662,22 @@ module Aws::MediaConvert
21823
22662
  # },
21824
22663
  # fragment_length: 1,
21825
22664
  # hbbtv_compliance: "HBBTV_1_5", # accepts HBBTV_1_5, NONE
21826
- # 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
+ # },
21827
22674
  # min_buffer_time: 1,
21828
22675
  # min_final_segment_length: 1.0,
21829
22676
  # mpd_profile: "MAIN_PROFILE", # accepts MAIN_PROFILE, ON_DEMAND_PROFILE
21830
22677
  # pts_offset_handling_for_b_frames: "ZERO_BASED", # accepts ZERO_BASED, MATCH_INITIAL_PTS
21831
22678
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
21832
22679
  # segment_length: 1,
22680
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
21833
22681
  # write_segment_timeline_in_representation: "ENABLED", # accepts ENABLED, DISABLED
21834
22682
  # },
21835
22683
  # file_group_settings: {
@@ -21841,6 +22689,7 @@ module Aws::MediaConvert
21841
22689
  # },
21842
22690
  # encryption: {
21843
22691
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
22692
+ # kms_encryption_context: "__stringPatternAZaZ0902",
21844
22693
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
21845
22694
  # },
21846
22695
  # },
@@ -21875,6 +22724,7 @@ module Aws::MediaConvert
21875
22724
  # },
21876
22725
  # encryption: {
21877
22726
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
22727
+ # kms_encryption_context: "__stringPatternAZaZ0902",
21878
22728
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
21879
22729
  # },
21880
22730
  # },
@@ -21899,7 +22749,15 @@ module Aws::MediaConvert
21899
22749
  # },
21900
22750
  # type: "SPEKE", # accepts SPEKE, STATIC_KEY
21901
22751
  # },
21902
- # 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
+ # },
21903
22761
  # manifest_compression: "GZIP", # accepts GZIP, NONE
21904
22762
  # manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
21905
22763
  # min_final_segment_length: 1.0,
@@ -21909,6 +22767,7 @@ module Aws::MediaConvert
21909
22767
  # program_date_time_period: 1,
21910
22768
  # segment_control: "SINGLE_FILE", # accepts SINGLE_FILE, SEGMENTED_FILES
21911
22769
  # segment_length: 1,
22770
+ # segment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
21912
22771
  # segments_per_subdirectory: 1,
21913
22772
  # stream_inf_resolution: "INCLUDE", # accepts INCLUDE, EXCLUDE
21914
22773
  # target_duration_compatibility_mode: "LEGACY", # accepts LEGACY, SPEC_COMPLIANT
@@ -21932,6 +22791,7 @@ module Aws::MediaConvert
21932
22791
  # },
21933
22792
  # encryption: {
21934
22793
  # encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
22794
+ # kms_encryption_context: "__stringPatternAZaZ0902",
21935
22795
  # kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
21936
22796
  # },
21937
22797
  # },
@@ -21945,6 +22805,7 @@ module Aws::MediaConvert
21945
22805
  # },
21946
22806
  # },
21947
22807
  # fragment_length: 1,
22808
+ # fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
21948
22809
  # manifest_encoding: "UTF8", # accepts UTF8, UTF16
21949
22810
  # },
21950
22811
  # type: "HLS_GROUP_SETTINGS", # accepts HLS_GROUP_SETTINGS, DASH_ISO_GROUP_SETTINGS, FILE_GROUP_SETTINGS, MS_SMOOTH_GROUP_SETTINGS, CMAF_GROUP_SETTINGS
@@ -22092,46 +22953,54 @@ module Aws::MediaConvert
22092
22953
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
22093
22954
  # destination_settings: {
22094
22955
  # burnin_destination_settings: {
22095
- # alignment: "CENTERED", # accepts CENTERED, LEFT
22096
- # 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
22097
22959
  # background_opacity: 1,
22098
- # 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
22099
22962
  # font_opacity: 1,
22100
22963
  # font_resolution: 1,
22101
22964
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
22102
22965
  # font_size: 1,
22103
- # 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
22104
22968
  # outline_size: 1,
22105
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
22969
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22106
22970
  # shadow_opacity: 1,
22107
22971
  # shadow_x_offset: 1,
22108
22972
  # shadow_y_offset: 1,
22109
- # 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
22110
22975
  # x_position: 1,
22111
22976
  # y_position: 1,
22112
22977
  # },
22113
22978
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
22114
22979
  # dvb_sub_destination_settings: {
22115
- # alignment: "CENTERED", # accepts CENTERED, LEFT
22116
- # 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
22117
22983
  # background_opacity: 1,
22118
22984
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
22119
22985
  # dds_x_coordinate: 1,
22120
22986
  # dds_y_coordinate: 1,
22121
- # 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
22122
22989
  # font_opacity: 1,
22123
22990
  # font_resolution: 1,
22124
22991
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
22125
22992
  # font_size: 1,
22126
22993
  # height: 1,
22127
- # 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
22128
22996
  # outline_size: 1,
22129
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
22997
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22130
22998
  # shadow_opacity: 1,
22131
22999
  # shadow_x_offset: 1,
22132
23000
  # shadow_y_offset: 1,
23001
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
22133
23002
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
22134
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
23003
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
22135
23004
  # width: 1,
22136
23005
  # x_position: 1,
22137
23006
  # y_position: 1,
@@ -22186,6 +23055,7 @@ module Aws::MediaConvert
22186
23055
  # audio_pids: [1],
22187
23056
  # bitrate: 1,
22188
23057
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
23058
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
22189
23059
  # dvb_nit_settings: {
22190
23060
  # network_id: 1,
22191
23061
  # network_name: "__stringMin1Max256",
@@ -22235,6 +23105,7 @@ module Aws::MediaConvert
22235
23105
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
22236
23106
  # audio_frames_per_pes: 1,
22237
23107
  # audio_pids: [1],
23108
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
22238
23109
  # max_pcr_interval: 1,
22239
23110
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
22240
23111
  # pat_interval: 1,
@@ -22345,7 +23216,7 @@ module Aws::MediaConvert
22345
23216
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
22346
23217
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
22347
23218
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
22348
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
23219
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
22349
23220
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
22350
23221
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
22351
23222
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -22928,46 +23799,54 @@ module Aws::MediaConvert
22928
23799
  # custom_language_code: "__stringPatternAZaZ23AZaZ",
22929
23800
  # destination_settings: {
22930
23801
  # burnin_destination_settings: {
22931
- # alignment: "CENTERED", # accepts CENTERED, LEFT
22932
- # 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
22933
23805
  # background_opacity: 1,
22934
- # 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
22935
23808
  # font_opacity: 1,
22936
23809
  # font_resolution: 1,
22937
23810
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
22938
23811
  # font_size: 1,
22939
- # 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
22940
23814
  # outline_size: 1,
22941
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
23815
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22942
23816
  # shadow_opacity: 1,
22943
23817
  # shadow_x_offset: 1,
22944
23818
  # shadow_y_offset: 1,
22945
- # 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
22946
23821
  # x_position: 1,
22947
23822
  # y_position: 1,
22948
23823
  # },
22949
23824
  # destination_type: "BURN_IN", # accepts BURN_IN, DVB_SUB, EMBEDDED, EMBEDDED_PLUS_SCTE20, IMSC, SCTE20_PLUS_EMBEDDED, SCC, SRT, SMI, TELETEXT, TTML, WEBVTT
22950
23825
  # dvb_sub_destination_settings: {
22951
- # alignment: "CENTERED", # accepts CENTERED, LEFT
22952
- # 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
22953
23829
  # background_opacity: 1,
22954
23830
  # dds_handling: "NONE", # accepts NONE, SPECIFIED, NO_DISPLAY_WINDOW
22955
23831
  # dds_x_coordinate: 1,
22956
23832
  # dds_y_coordinate: 1,
22957
- # 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
22958
23835
  # font_opacity: 1,
22959
23836
  # font_resolution: 1,
22960
23837
  # font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
22961
23838
  # font_size: 1,
22962
23839
  # height: 1,
22963
- # 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
22964
23842
  # outline_size: 1,
22965
- # shadow_color: "NONE", # accepts NONE, BLACK, WHITE
23843
+ # shadow_color: "NONE", # accepts NONE, BLACK, WHITE, AUTO
22966
23844
  # shadow_opacity: 1,
22967
23845
  # shadow_x_offset: 1,
22968
23846
  # shadow_y_offset: 1,
23847
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
22969
23848
  # subtitling_type: "HEARING_IMPAIRED", # accepts HEARING_IMPAIRED, STANDARD
22970
- # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL
23849
+ # teletext_spacing: "FIXED_GRID", # accepts FIXED_GRID, PROPORTIONAL, AUTO
22971
23850
  # width: 1,
22972
23851
  # x_position: 1,
22973
23852
  # y_position: 1,
@@ -23022,6 +23901,7 @@ module Aws::MediaConvert
23022
23901
  # audio_pids: [1],
23023
23902
  # bitrate: 1,
23024
23903
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
23904
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
23025
23905
  # dvb_nit_settings: {
23026
23906
  # network_id: 1,
23027
23907
  # network_name: "__stringMin1Max256",
@@ -23071,6 +23951,7 @@ module Aws::MediaConvert
23071
23951
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
23072
23952
  # audio_frames_per_pes: 1,
23073
23953
  # audio_pids: [1],
23954
+ # data_pts_control: "AUTO", # accepts AUTO, ALIGN_TO_VIDEO
23074
23955
  # max_pcr_interval: 1,
23075
23956
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
23076
23957
  # pat_interval: 1,
@@ -23167,7 +24048,7 @@ module Aws::MediaConvert
23167
24048
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
23168
24049
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
23169
24050
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
23170
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
24051
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
23171
24052
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
23172
24053
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
23173
24054
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -23812,7 +24693,7 @@ module Aws::MediaConvert
23812
24693
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
23813
24694
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
23814
24695
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
23815
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
24696
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
23816
24697
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
23817
24698
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
23818
24699
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER
@@ -24171,7 +25052,7 @@ module Aws::MediaConvert
24171
25052
  # codec_profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
24172
25053
  # dynamic_sub_gop: "ADAPTIVE", # accepts ADAPTIVE, STATIC
24173
25054
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
24174
- # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD
25055
+ # field_encoding: "PAFF", # accepts PAFF, FORCE_FIELD, MBAFF
24175
25056
  # flicker_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
24176
25057
  # framerate_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
24177
25058
  # framerate_conversion_algorithm: "DUPLICATE_DROP", # accepts DUPLICATE_DROP, INTERPOLATE, FRAMEFORMER