aws-sdk-mediaconvert 1.77.0 → 1.81.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +55 -34
- data/lib/aws-sdk-mediaconvert/client_api.rb +2 -0
- data/lib/aws-sdk-mediaconvert/types.rb +482 -321
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- metadata +4 -4
@@ -1588,8 +1588,10 @@ module Aws::MediaConvert
|
|
1588
1588
|
include Aws::Structure
|
1589
1589
|
end
|
1590
1590
|
|
1591
|
-
#
|
1592
|
-
#
|
1591
|
+
# Burn-in is a captions delivery method, rather than a captions format.
|
1592
|
+
# Burn-in writes the captions directly on your video frames, replacing
|
1593
|
+
# pixels of video content with the captions. Set up burn-in captions in
|
1594
|
+
# the same output as your video. For more information, see
|
1593
1595
|
# https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
|
1594
1596
|
# When you work directly in your JSON job specification, include this
|
1595
1597
|
# object and any required children when you set destinationType to
|
@@ -1623,174 +1625,174 @@ module Aws::MediaConvert
|
|
1623
1625
|
# }
|
1624
1626
|
#
|
1625
1627
|
# @!attribute [rw] alignment
|
1626
|
-
# If no explicit x\_position
|
1627
|
-
# alignment to centered will
|
1628
|
-
# of the output. Similarly, setting a left alignment
|
1629
|
-
# captions to the bottom left of the output. If x and y
|
1630
|
-
# given in conjunction with the alignment parameter, the
|
1631
|
-
# justified (either left or centered) relative to those
|
1632
|
-
#
|
1633
|
-
# 608/embedded or teletext. These source settings are already
|
1634
|
-
# pre-defined by the caption stream. All burn-in and DVB-Sub font
|
1635
|
-
# settings must match.
|
1628
|
+
# Specify the alignment of your captions. If no explicit x\_position
|
1629
|
+
# is provided, setting alignment to centered will placethe captions at
|
1630
|
+
# the bottom center of the output. Similarly, setting a left alignment
|
1631
|
+
# willalign captions to the bottom left of the output. If x and y
|
1632
|
+
# positions are given in conjunction with the alignment parameter, the
|
1633
|
+
# font will be justified (either left or centered) relative to those
|
1634
|
+
# coordinates.
|
1636
1635
|
# @return [String]
|
1637
1636
|
#
|
1638
1637
|
# @!attribute [rw] apply_font_color
|
1639
|
-
# Ignore this setting unless
|
1640
|
-
#
|
1641
|
-
#
|
1642
|
-
#
|
1643
|
-
#
|
1644
|
-
#
|
1645
|
-
#
|
1646
|
-
#
|
1647
|
-
#
|
1648
|
-
#
|
1638
|
+
# Ignore this setting unless Style passthrough (StylePassthrough) is
|
1639
|
+
# set to Enabled and Font color (FontColor) set to Black, Yellow, Red,
|
1640
|
+
# Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for
|
1641
|
+
# additional font color controls. When you choose White text only
|
1642
|
+
# (WHITE\_TEXT\_ONLY), or leave blank, your font color setting only
|
1643
|
+
# applies to white text in your input captions. For example, if your
|
1644
|
+
# font color setting is Yellow, and your input captions have red and
|
1645
|
+
# white text, your output captions will have red and yellow text. When
|
1646
|
+
# you choose ALL\_TEXT, your font color setting applies to all of your
|
1647
|
+
# output captions text.
|
1649
1648
|
# @return [String]
|
1650
1649
|
#
|
1651
1650
|
# @!attribute [rw] background_color
|
1652
|
-
#
|
1653
|
-
#
|
1651
|
+
# Specify the color of the rectangle behind the captions. Leave
|
1652
|
+
# background color (BackgroundColor) blank and set Style passthrough
|
1653
|
+
# (StylePassthrough) to enabled to use the background color data from
|
1654
|
+
# your input captions, if present.
|
1654
1655
|
# @return [String]
|
1655
1656
|
#
|
1656
1657
|
# @!attribute [rw] background_opacity
|
1657
|
-
#
|
1658
|
-
# is transparent
|
1659
|
-
#
|
1660
|
-
#
|
1658
|
+
# Specify the opacity of the background rectangle. Enter a value from
|
1659
|
+
# 0 to 255, where 0 is transparent and 255 is opaque. If Style
|
1660
|
+
# passthrough (StylePassthrough) is set to enabled, leave blank to
|
1661
|
+
# pass through the background style information in your input captions
|
1662
|
+
# to your output captions. If Style passthrough is set to disabled,
|
1663
|
+
# leave blank to use a value of 0 and remove all backgrounds from your
|
1664
|
+
# output captions.
|
1661
1665
|
# @return [Integer]
|
1662
1666
|
#
|
1663
1667
|
# @!attribute [rw] fallback_font
|
1664
1668
|
# Specify the font that you want the service to use for your burn in
|
1665
1669
|
# captions when your input captions specify a font that MediaConvert
|
1666
|
-
# doesn't support. When you
|
1667
|
-
# (BEST\_MATCH), MediaConvert uses a supported
|
1668
|
-
# matches the font that your input captions
|
1669
|
-
# multiple unsupported fonts in your input
|
1670
|
-
# matches each font with the supported font
|
1671
|
-
# you explicitly choose a replacement font,
|
1672
|
-
# font to replace all unsupported fonts from
|
1670
|
+
# doesn't support. When you set Fallback font (FallbackFont) to best
|
1671
|
+
# match (BEST\_MATCH), or leave blank, MediaConvert uses a supported
|
1672
|
+
# font that most closely matches the font that your input captions
|
1673
|
+
# specify. When there are multiple unsupported fonts in your input
|
1674
|
+
# captions, MediaConvert matches each font with the supported font
|
1675
|
+
# that matches best. When you explicitly choose a replacement font,
|
1676
|
+
# MediaConvert uses that font to replace all unsupported fonts from
|
1677
|
+
# your input.
|
1673
1678
|
# @return [String]
|
1674
1679
|
#
|
1675
1680
|
# @!attribute [rw] font_color
|
1676
|
-
#
|
1677
|
-
#
|
1678
|
-
#
|
1679
|
-
#
|
1681
|
+
# Specify the color of the burned-in captions text. Leave Font color
|
1682
|
+
# (FontColor) blank and set Style passthrough (StylePassthrough) to
|
1683
|
+
# enabled to use the font color data from your input captions, if
|
1684
|
+
# present.
|
1680
1685
|
# @return [String]
|
1681
1686
|
#
|
1682
1687
|
# @!attribute [rw] font_opacity
|
1683
|
-
#
|
1684
|
-
# transparent.
|
1688
|
+
# Specify the opacity of the burned-in captions. 255 is opaque; 0 is
|
1689
|
+
# transparent.
|
1685
1690
|
# @return [Integer]
|
1686
1691
|
#
|
1687
1692
|
# @!attribute [rw] font_resolution
|
1688
|
-
# Font resolution in DPI (dots per inch)
|
1689
|
-
# burn-in and DVB-Sub font settings must match.
|
1693
|
+
# Specify the Font resolution (FontResolution) in DPI (dots per inch).
|
1690
1694
|
# @return [Integer]
|
1691
1695
|
#
|
1692
1696
|
# @!attribute [rw] font_script
|
1693
|
-
#
|
1694
|
-
#
|
1695
|
-
#
|
1696
|
-
#
|
1697
|
-
#
|
1697
|
+
# Set Font script (FontScript) to Automatically determined
|
1698
|
+
# (AUTOMATIC), or leave blank, to automatically determine the font
|
1699
|
+
# script in your input captions. Otherwise, set to Simplified Chinese
|
1700
|
+
# (HANS) or Traditional Chinese (HANT) if your input font script uses
|
1701
|
+
# Simplified or Traditional Chinese.
|
1698
1702
|
# @return [String]
|
1699
1703
|
#
|
1700
1704
|
# @!attribute [rw] font_size
|
1701
|
-
#
|
1702
|
-
#
|
1703
|
-
# settings must match.
|
1705
|
+
# Specify the Font size (FontSize) in pixels. Must be a positive
|
1706
|
+
# integer. Set to 0, or leave blank, for automatic font size.
|
1704
1707
|
# @return [Integer]
|
1705
1708
|
#
|
1706
1709
|
# @!attribute [rw] hex_font_color
|
1707
|
-
# Ignore this setting unless your
|
1708
|
-
#
|
1709
|
-
#
|
1710
|
-
#
|
1711
|
-
# value of
|
1712
|
-
# alpha value of 0xBB.
|
1710
|
+
# Ignore this setting unless your Font color is set to Hex. Enter
|
1711
|
+
# either six or eight hexidecimal digits, representing red, green, and
|
1712
|
+
# blue, with two optional extra digits for alpha. For example a value
|
1713
|
+
# of 1122AABB is a red value of 0x11, a green value of 0x22, a blue
|
1714
|
+
# value of 0xAA, and an alpha value of 0xBB.
|
1713
1715
|
# @return [String]
|
1714
1716
|
#
|
1715
1717
|
# @!attribute [rw] outline_color
|
1716
|
-
#
|
1717
|
-
#
|
1718
|
-
#
|
1719
|
-
# and DVB-Sub font settings must match.
|
1718
|
+
# Specify font outline color. Leave Outline color (OutlineColor) blank
|
1719
|
+
# and set Style passthrough (StylePassthrough) to enabled to use the
|
1720
|
+
# font outline color data from your input captions, if present.
|
1720
1721
|
# @return [String]
|
1721
1722
|
#
|
1722
1723
|
# @!attribute [rw] outline_size
|
1723
|
-
#
|
1724
|
-
#
|
1725
|
-
#
|
1726
|
-
#
|
1724
|
+
# Specify the Outline size (OutlineSize) of the caption text, in
|
1725
|
+
# pixels. Leave Outline size blank and set Style passthrough
|
1726
|
+
# (StylePassthrough) to enabled to use the outline size data from your
|
1727
|
+
# input captions, if present.
|
1727
1728
|
# @return [Integer]
|
1728
1729
|
#
|
1729
1730
|
# @!attribute [rw] shadow_color
|
1730
|
-
#
|
1731
|
-
#
|
1731
|
+
# Specify the color of the shadow cast by the captions. Leave Shadow
|
1732
|
+
# color (ShadowColor) blank and set Style passthrough
|
1733
|
+
# (StylePassthrough) to enabled to use the shadow color data from your
|
1734
|
+
# input captions, if present.
|
1732
1735
|
# @return [String]
|
1733
1736
|
#
|
1734
1737
|
# @!attribute [rw] shadow_opacity
|
1735
|
-
#
|
1736
|
-
#
|
1737
|
-
#
|
1738
|
-
#
|
1738
|
+
# Specify the opacity of the shadow. Enter a value from 0 to 255,
|
1739
|
+
# where 0 is transparent and 255 is opaque. If Style passthrough
|
1740
|
+
# (StylePassthrough) is set to Enabled, leave Shadow opacity
|
1741
|
+
# (ShadowOpacity) blank to pass through the shadow style information
|
1742
|
+
# in your input captions to your output captions. If Style passthrough
|
1743
|
+
# is set to disabled, leave blank to use a value of 0 and remove all
|
1744
|
+
# shadows from your output captions.
|
1739
1745
|
# @return [Integer]
|
1740
1746
|
#
|
1741
1747
|
# @!attribute [rw] shadow_x_offset
|
1742
|
-
#
|
1748
|
+
# Specify the horizontal offset of the shadow, relative to the
|
1743
1749
|
# captions in pixels. A value of -2 would result in a shadow offset 2
|
1744
|
-
# pixels to the left.
|
1745
|
-
# match.
|
1750
|
+
# pixels to the left.
|
1746
1751
|
# @return [Integer]
|
1747
1752
|
#
|
1748
1753
|
# @!attribute [rw] shadow_y_offset
|
1749
|
-
#
|
1754
|
+
# Specify the vertical offset of the shadow relative to the captions
|
1750
1755
|
# in pixels. A value of -2 would result in a shadow offset 2 pixels
|
1751
|
-
# above the text.
|
1756
|
+
# above the text. Leave Shadow y-offset (ShadowYOffset) blank and set
|
1757
|
+
# Style passthrough (StylePassthrough) to enabled to use the shadow
|
1758
|
+
# y-offset data from your input captions, if present.
|
1752
1759
|
# @return [Integer]
|
1753
1760
|
#
|
1754
1761
|
# @!attribute [rw] style_passthrough
|
1755
|
-
#
|
1756
|
-
#
|
1757
|
-
#
|
1758
|
-
#
|
1759
|
-
#
|
1760
|
-
#
|
1761
|
-
#
|
1762
|
-
#
|
1762
|
+
# Set Style passthrough (StylePassthrough) to ENABLED to use the
|
1763
|
+
# available style, color, and position information from your input
|
1764
|
+
# captions. MediaConvert uses default settings for any missing style
|
1765
|
+
# and position information in your input captions. Set Style
|
1766
|
+
# passthrough to DISABLED, or leave blank, to ignore the style and
|
1767
|
+
# position information from your input captions and use default
|
1768
|
+
# settings: white text with black outlining, bottom-center
|
1769
|
+
# positioning, and automatic sizing. Whether you set Style passthrough
|
1770
|
+
# to enabled or not, you can also choose to manually override any of
|
1771
|
+
# the individual style and position settings.
|
1763
1772
|
# @return [String]
|
1764
1773
|
#
|
1765
1774
|
# @!attribute [rw] teletext_spacing
|
1766
|
-
#
|
1767
|
-
#
|
1768
|
-
#
|
1769
|
-
#
|
1770
|
-
#
|
1771
|
-
# if the captions are closed caption.
|
1775
|
+
# Specify whether the text spacing (TeletextSpacing) in your captions
|
1776
|
+
# is set by the captions grid, or varies depending on letter width.
|
1777
|
+
# Choose fixed grid (FIXED\_GRID) to conform to the spacing specified
|
1778
|
+
# in the captions file more accurately. Choose proportional
|
1779
|
+
# (PROPORTIONAL) to make the text easier to read for closed captions.
|
1772
1780
|
# @return [String]
|
1773
1781
|
#
|
1774
1782
|
# @!attribute [rw] x_position
|
1775
|
-
#
|
1776
|
-
# left side of the output in pixels. A value of 10
|
1777
|
-
# captions starting 10 pixels from the left of the
|
1778
|
-
# explicit x\_position is provided, the horizontal
|
1779
|
-
# will be determined by the alignment parameter.
|
1780
|
-
# valid for source captions that are STL, 608/embedded or teletext.
|
1781
|
-
# These source settings are already pre-defined by the caption stream.
|
1782
|
-
# All burn-in and DVB-Sub font settings must match.
|
1783
|
+
# Specify the horizontal position (XPosition) of the captions,
|
1784
|
+
# relative to the left side of the output in pixels. A value of 10
|
1785
|
+
# would result in the captions starting 10 pixels from the left of the
|
1786
|
+
# output. If no explicit x\_position is provided, the horizontal
|
1787
|
+
# caption position will be determined by the alignment parameter.
|
1783
1788
|
# @return [Integer]
|
1784
1789
|
#
|
1785
1790
|
# @!attribute [rw] y_position
|
1786
|
-
#
|
1787
|
-
# of the output in pixels. A value of 10 would result in
|
1788
|
-
# starting 10 pixels from the top of the output. If no
|
1789
|
-
# y\_position is provided, the caption will be positioned
|
1790
|
-
# bottom of the output.
|
1791
|
-
# that are STL, 608/embedded or teletext. These source settings are
|
1792
|
-
# already pre-defined by the caption stream. All burn-in and DVB-Sub
|
1793
|
-
# font settings must match.
|
1791
|
+
# Specify the vertical position (YPosition) of the captions, relative
|
1792
|
+
# to the top of the output in pixels. A value of 10 would result in
|
1793
|
+
# the captions starting 10 pixels from the top of the output. If no
|
1794
|
+
# explicit y\_position is provided, the caption will be positioned
|
1795
|
+
# towards the bottom of the output.
|
1794
1796
|
# @return [Integer]
|
1795
1797
|
#
|
1796
1798
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/BurninDestinationSettings AWS API Documentation
|
@@ -2225,8 +2227,10 @@ module Aws::MediaConvert
|
|
2225
2227
|
# }
|
2226
2228
|
#
|
2227
2229
|
# @!attribute [rw] burnin_destination_settings
|
2228
|
-
#
|
2229
|
-
#
|
2230
|
+
# Burn-in is a captions delivery method, rather than a captions
|
2231
|
+
# format. Burn-in writes the captions directly on your video frames,
|
2232
|
+
# replacing pixels of video content with the captions. Set up burn-in
|
2233
|
+
# captions in the same output as your video. For more information, see
|
2230
2234
|
# https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
|
2231
2235
|
# When you work directly in your JSON job specification, include this
|
2232
2236
|
# object and any required children when you set destinationType to
|
@@ -2288,7 +2292,12 @@ module Aws::MediaConvert
|
|
2288
2292
|
# @return [Types::SccDestinationSettings]
|
2289
2293
|
#
|
2290
2294
|
# @!attribute [rw] srt_destination_settings
|
2291
|
-
# SRT
|
2295
|
+
# Settings related to SRT captions. SRT is a sidecar format that holds
|
2296
|
+
# captions in a file that is separate from the video container. Set up
|
2297
|
+
# sidecar captions in the same output group, but different output from
|
2298
|
+
# your video. When you work directly in your JSON job specification,
|
2299
|
+
# include this object and any required children when you set
|
2300
|
+
# destinationType to SRT.
|
2292
2301
|
# @return [Types::SrtDestinationSettings]
|
2293
2302
|
#
|
2294
2303
|
# @!attribute [rw] teletext_destination_settings
|
@@ -2312,7 +2321,14 @@ module Aws::MediaConvert
|
|
2312
2321
|
# @return [Types::TtmlDestinationSettings]
|
2313
2322
|
#
|
2314
2323
|
# @!attribute [rw] webvtt_destination_settings
|
2315
|
-
#
|
2324
|
+
# Settings related to WebVTT captions. WebVTT is a sidecar format that
|
2325
|
+
# holds captions in a file that is separate from the video container.
|
2326
|
+
# Set up sidecar captions in the same output group, but different
|
2327
|
+
# output from your video. For more information, see
|
2328
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
|
2329
|
+
# When you work directly in your JSON job specification, include this
|
2330
|
+
# object and any required children when you set destinationType to
|
2331
|
+
# WebVTT.
|
2316
2332
|
# @return [Types::WebvttDestinationSettings]
|
2317
2333
|
#
|
2318
2334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CaptionDestinationSettings AWS API Documentation
|
@@ -2365,6 +2381,7 @@ module Aws::MediaConvert
|
|
2365
2381
|
# },
|
2366
2382
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
2367
2383
|
# time_delta: 1,
|
2384
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
2368
2385
|
# },
|
2369
2386
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
2370
2387
|
# teletext_source_settings: {
|
@@ -2422,9 +2439,9 @@ module Aws::MediaConvert
|
|
2422
2439
|
# Ignore this setting unless your input captions format is SCC. To have
|
2423
2440
|
# the service compensate for differing frame rates between your input
|
2424
2441
|
# captions and input video, specify the frame rate of the captions file.
|
2425
|
-
# Specify this value as a fraction
|
2426
|
-
#
|
2427
|
-
#
|
2442
|
+
# Specify this value as a fraction. When you work directly in your JSON
|
2443
|
+
# job specification, use the settings framerateNumerator and
|
2444
|
+
# framerateDenominator. For example, you might specify 24 / 1 for 24
|
2428
2445
|
# fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001
|
2429
2446
|
# for 29.97 fps.
|
2430
2447
|
#
|
@@ -2490,6 +2507,7 @@ module Aws::MediaConvert
|
|
2490
2507
|
# },
|
2491
2508
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
2492
2509
|
# time_delta: 1,
|
2510
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
2493
2511
|
# },
|
2494
2512
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
2495
2513
|
# teletext_source_settings: {
|
@@ -3147,7 +3165,7 @@ module Aws::MediaConvert
|
|
3147
3165
|
# video rendition. Use a comma-separated list. For example, say you
|
3148
3166
|
# want to include the audio rendition groups that have the audio group
|
3149
3167
|
# IDs "audio\_aac\_1" and "audio\_dolby". Then you would specify
|
3150
|
-
# this value: "audio\_aac\_1,
|
3168
|
+
# this value: "audio\_aac\_1,audio\_dolby". Related setting: The
|
3151
3169
|
# rendition groups that you include in your comma-separated list
|
3152
3170
|
# should all match values that you specify in the setting Audio group
|
3153
3171
|
# ID (AudioGroupId) for audio renditions in the same output group as
|
@@ -3648,6 +3666,7 @@ module Aws::MediaConvert
|
|
3648
3666
|
# },
|
3649
3667
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
3650
3668
|
# time_delta: 1,
|
3669
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
3651
3670
|
# },
|
3652
3671
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
3653
3672
|
# teletext_source_settings: {
|
@@ -4462,7 +4481,7 @@ module Aws::MediaConvert
|
|
4462
4481
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
4463
4482
|
# gop_closed_cadence: 1,
|
4464
4483
|
# gop_size: 1.0,
|
4465
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
4484
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
4466
4485
|
# hrd_buffer_initial_fill_percentage: 1,
|
4467
4486
|
# hrd_buffer_size: 1,
|
4468
4487
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -4507,7 +4526,7 @@ module Aws::MediaConvert
|
|
4507
4526
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
4508
4527
|
# gop_closed_cadence: 1,
|
4509
4528
|
# gop_size: 1.0,
|
4510
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
4529
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
4511
4530
|
# hrd_buffer_initial_fill_percentage: 1,
|
4512
4531
|
# hrd_buffer_size: 1,
|
4513
4532
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -5042,6 +5061,7 @@ module Aws::MediaConvert
|
|
5042
5061
|
# },
|
5043
5062
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
5044
5063
|
# time_delta: 1,
|
5064
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
5045
5065
|
# },
|
5046
5066
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
5047
5067
|
# teletext_source_settings: {
|
@@ -5848,7 +5868,7 @@ module Aws::MediaConvert
|
|
5848
5868
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
5849
5869
|
# gop_closed_cadence: 1,
|
5850
5870
|
# gop_size: 1.0,
|
5851
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
5871
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
5852
5872
|
# hrd_buffer_initial_fill_percentage: 1,
|
5853
5873
|
# hrd_buffer_size: 1,
|
5854
5874
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -5893,7 +5913,7 @@ module Aws::MediaConvert
|
|
5893
5913
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
5894
5914
|
# gop_closed_cadence: 1,
|
5895
5915
|
# gop_size: 1.0,
|
5896
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
5916
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
5897
5917
|
# hrd_buffer_initial_fill_percentage: 1,
|
5898
5918
|
# hrd_buffer_size: 1,
|
5899
5919
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -6693,7 +6713,7 @@ module Aws::MediaConvert
|
|
6693
6713
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
6694
6714
|
# gop_closed_cadence: 1,
|
6695
6715
|
# gop_size: 1.0,
|
6696
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
6716
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
6697
6717
|
# hrd_buffer_initial_fill_percentage: 1,
|
6698
6718
|
# hrd_buffer_size: 1,
|
6699
6719
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -6738,7 +6758,7 @@ module Aws::MediaConvert
|
|
6738
6758
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
6739
6759
|
# gop_closed_cadence: 1,
|
6740
6760
|
# gop_size: 1.0,
|
6741
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
6761
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
6742
6762
|
# hrd_buffer_initial_fill_percentage: 1,
|
6743
6763
|
# hrd_buffer_size: 1,
|
6744
6764
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -8026,40 +8046,45 @@ module Aws::MediaConvert
|
|
8026
8046
|
# }
|
8027
8047
|
#
|
8028
8048
|
# @!attribute [rw] alignment
|
8029
|
-
# If no explicit x\_position
|
8030
|
-
# alignment to centered will
|
8031
|
-
# of the output. Similarly, setting a left alignment
|
8032
|
-
# captions to the bottom left of the output. If x and y
|
8033
|
-
# given in conjunction with the alignment parameter, the
|
8034
|
-
# justified (either left or centered) relative to those
|
8035
|
-
#
|
8036
|
-
#
|
8037
|
-
# pre-defined by the caption stream. All burn-in and DVB-Sub font
|
8038
|
-
# settings must match.
|
8049
|
+
# Specify the alignment of your captions. If no explicit x\_position
|
8050
|
+
# is provided, setting alignment to centered will placethe captions at
|
8051
|
+
# the bottom center of the output. Similarly, setting a left alignment
|
8052
|
+
# willalign captions to the bottom left of the output. If x and y
|
8053
|
+
# positions are given in conjunction with the alignment parameter, the
|
8054
|
+
# font will be justified (either left or centered) relative to those
|
8055
|
+
# coordinates. Within your job settings, all of your DVB-Sub settings
|
8056
|
+
# must be identical.
|
8039
8057
|
# @return [String]
|
8040
8058
|
#
|
8041
8059
|
# @!attribute [rw] apply_font_color
|
8042
|
-
# Ignore this setting unless
|
8043
|
-
#
|
8044
|
-
#
|
8045
|
-
#
|
8046
|
-
#
|
8047
|
-
#
|
8048
|
-
#
|
8049
|
-
#
|
8050
|
-
# your
|
8060
|
+
# Ignore this setting unless Style Passthrough (StylePassthrough) is
|
8061
|
+
# set to Enabled and Font color (FontColor) set to Black, Yellow, Red,
|
8062
|
+
# Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for
|
8063
|
+
# additional font color controls. When you choose White text only
|
8064
|
+
# (WHITE\_TEXT\_ONLY), or leave blank, your font color setting only
|
8065
|
+
# applies to white text in your input captions. For example, if your
|
8066
|
+
# font color setting is Yellow, and your input captions have red and
|
8067
|
+
# white text, your output captions will have red and yellow text. When
|
8068
|
+
# you choose ALL\_TEXT, your font color setting applies to all of your
|
8069
|
+
# output captions text.
|
8051
8070
|
# @return [String]
|
8052
8071
|
#
|
8053
8072
|
# @!attribute [rw] background_color
|
8054
|
-
#
|
8055
|
-
#
|
8073
|
+
# Specify the color of the rectangle behind the captions. Leave
|
8074
|
+
# background color (BackgroundColor) blank and set Style passthrough
|
8075
|
+
# (StylePassthrough) to enabled to use the background color data from
|
8076
|
+
# your input captions, if present.
|
8056
8077
|
# @return [String]
|
8057
8078
|
#
|
8058
8079
|
# @!attribute [rw] background_opacity
|
8059
|
-
#
|
8060
|
-
# is transparent
|
8061
|
-
#
|
8062
|
-
#
|
8080
|
+
# Specify the opacity of the background rectangle. Enter a value from
|
8081
|
+
# 0 to 255, where 0 is transparent and 255 is opaque. If Style
|
8082
|
+
# passthrough (StylePassthrough) is set to enabled, leave blank to
|
8083
|
+
# pass through the background style information in your input captions
|
8084
|
+
# to your output captions. If Style passthrough is set to disabled,
|
8085
|
+
# leave blank to use a value of 0 and remove all backgrounds from your
|
8086
|
+
# output captions. Within your job settings, all of your DVB-Sub
|
8087
|
+
# settings must be identical.
|
8063
8088
|
# @return [Integer]
|
8064
8089
|
#
|
8065
8090
|
# @!attribute [rw] dds_handling
|
@@ -8112,44 +8137,48 @@ module Aws::MediaConvert
|
|
8112
8137
|
# @!attribute [rw] fallback_font
|
8113
8138
|
# Specify the font that you want the service to use for your burn in
|
8114
8139
|
# captions when your input captions specify a font that MediaConvert
|
8115
|
-
# doesn't support. When you
|
8116
|
-
# (BEST\_MATCH), MediaConvert uses a supported
|
8117
|
-
# matches the font that your input captions
|
8118
|
-
# multiple unsupported fonts in your input
|
8119
|
-
# matches each font with the supported font
|
8120
|
-
# you explicitly choose a replacement font,
|
8121
|
-
# font to replace all unsupported fonts from
|
8140
|
+
# doesn't support. When you set Fallback font (FallbackFont) to best
|
8141
|
+
# match (BEST\_MATCH), or leave blank, MediaConvert uses a supported
|
8142
|
+
# font that most closely matches the font that your input captions
|
8143
|
+
# specify. When there are multiple unsupported fonts in your input
|
8144
|
+
# captions, MediaConvert matches each font with the supported font
|
8145
|
+
# that matches best. When you explicitly choose a replacement font,
|
8146
|
+
# MediaConvert uses that font to replace all unsupported fonts from
|
8147
|
+
# your input.
|
8122
8148
|
# @return [String]
|
8123
8149
|
#
|
8124
8150
|
# @!attribute [rw] font_color
|
8125
|
-
#
|
8126
|
-
#
|
8127
|
-
#
|
8128
|
-
#
|
8151
|
+
# Specify the color of the captions text. Leave Font color (FontColor)
|
8152
|
+
# blank and set Style passthrough (StylePassthrough) to enabled to use
|
8153
|
+
# the font color data from your input captions, if present. Within
|
8154
|
+
# your job settings, all of your DVB-Sub settings must be identical.
|
8129
8155
|
# @return [String]
|
8130
8156
|
#
|
8131
8157
|
# @!attribute [rw] font_opacity
|
8132
|
-
#
|
8133
|
-
# transparent.
|
8158
|
+
# Specify the opacity of the burned-in captions. 255 is opaque; 0 is
|
8159
|
+
# transparent. Within your job settings, all of your DVB-Sub settings
|
8160
|
+
# must be identical.
|
8134
8161
|
# @return [Integer]
|
8135
8162
|
#
|
8136
8163
|
# @!attribute [rw] font_resolution
|
8137
|
-
# Font resolution in DPI (dots per inch)
|
8138
|
-
#
|
8164
|
+
# Specify the Font resolution (FontResolution) in DPI (dots per inch).
|
8165
|
+
# Within your job settings, all of your DVB-Sub settings must be
|
8166
|
+
# identical.
|
8139
8167
|
# @return [Integer]
|
8140
8168
|
#
|
8141
8169
|
# @!attribute [rw] font_script
|
8142
|
-
#
|
8143
|
-
#
|
8144
|
-
#
|
8145
|
-
#
|
8146
|
-
#
|
8170
|
+
# Set Font script (FontScript) to Automatically determined
|
8171
|
+
# (AUTOMATIC), or leave blank, to automatically determine the font
|
8172
|
+
# script in your input captions. Otherwise, set to Simplified Chinese
|
8173
|
+
# (HANS) or Traditional Chinese (HANT) if your input font script uses
|
8174
|
+
# Simplified or Traditional Chinese. Within your job settings, all of
|
8175
|
+
# your DVB-Sub settings must be identical.
|
8147
8176
|
# @return [String]
|
8148
8177
|
#
|
8149
8178
|
# @!attribute [rw] font_size
|
8150
|
-
#
|
8151
|
-
#
|
8152
|
-
# settings must
|
8179
|
+
# Specify the Font size (FontSize) in pixels. Must be a positive
|
8180
|
+
# integer. Set to 0, or leave blank, for automatic font size. Within
|
8181
|
+
# your job settings, all of your DVB-Sub settings must be identical.
|
8153
8182
|
# @return [Integer]
|
8154
8183
|
#
|
8155
8184
|
# @!attribute [rw] height
|
@@ -8160,61 +8189,74 @@ module Aws::MediaConvert
|
|
8160
8189
|
# @return [Integer]
|
8161
8190
|
#
|
8162
8191
|
# @!attribute [rw] hex_font_color
|
8163
|
-
# Ignore this setting unless your
|
8164
|
-
#
|
8165
|
-
#
|
8166
|
-
#
|
8167
|
-
#
|
8168
|
-
# value of 0xBB.
|
8192
|
+
# Ignore this setting unless your Font color is set to Hex. Enter
|
8193
|
+
# either six or eight hexidecimal digits, representing red, green, and
|
8194
|
+
# blue, with two optional extra digits for alpha. For example a value
|
8195
|
+
# of 1122AABB is a red value of 0x11, a green value of 0x22, a blue
|
8196
|
+
# value of 0xAA, and an alpha value of 0xBB.
|
8169
8197
|
# @return [String]
|
8170
8198
|
#
|
8171
8199
|
# @!attribute [rw] outline_color
|
8172
|
-
#
|
8173
|
-
#
|
8174
|
-
#
|
8175
|
-
#
|
8200
|
+
# Specify font outline color. Leave Outline color (OutlineColor) blank
|
8201
|
+
# and set Style passthrough (StylePassthrough) to enabled to use the
|
8202
|
+
# font outline color data from your input captions, if present. Within
|
8203
|
+
# your job settings, all of your DVB-Sub settings must be identical.
|
8176
8204
|
# @return [String]
|
8177
8205
|
#
|
8178
8206
|
# @!attribute [rw] outline_size
|
8179
|
-
#
|
8180
|
-
#
|
8181
|
-
#
|
8182
|
-
#
|
8207
|
+
# Specify the Outline size (OutlineSize) of the caption text, in
|
8208
|
+
# pixels. Leave Outline size blank and set Style passthrough
|
8209
|
+
# (StylePassthrough) to enabled to use the outline size data from your
|
8210
|
+
# input captions, if present. Within your job settings, all of your
|
8211
|
+
# DVB-Sub settings must be identical.
|
8183
8212
|
# @return [Integer]
|
8184
8213
|
#
|
8185
8214
|
# @!attribute [rw] shadow_color
|
8186
|
-
#
|
8187
|
-
#
|
8215
|
+
# Specify the color of the shadow cast by the captions. Leave Shadow
|
8216
|
+
# color (ShadowColor) blank and set Style passthrough
|
8217
|
+
# (StylePassthrough) to enabled to use the shadow color data from your
|
8218
|
+
# input captions, if present. Within your job settings, all of your
|
8219
|
+
# DVB-Sub settings must be identical.
|
8188
8220
|
# @return [String]
|
8189
8221
|
#
|
8190
8222
|
# @!attribute [rw] shadow_opacity
|
8191
|
-
#
|
8192
|
-
#
|
8193
|
-
#
|
8194
|
-
#
|
8223
|
+
# Specify the opacity of the shadow. Enter a value from 0 to 255,
|
8224
|
+
# where 0 is transparent and 255 is opaque. If Style passthrough
|
8225
|
+
# (StylePassthrough) is set to Enabled, leave Shadow opacity
|
8226
|
+
# (ShadowOpacity) blank to pass through the shadow style information
|
8227
|
+
# in your input captions to your output captions. If Style passthrough
|
8228
|
+
# is set to disabled, leave blank to use a value of 0 and remove all
|
8229
|
+
# shadows from your output captions. Within your job settings, all of
|
8230
|
+
# your DVB-Sub settings must be identical.
|
8195
8231
|
# @return [Integer]
|
8196
8232
|
#
|
8197
8233
|
# @!attribute [rw] shadow_x_offset
|
8198
|
-
#
|
8234
|
+
# Specify the horizontal offset of the shadow, relative to the
|
8199
8235
|
# captions in pixels. A value of -2 would result in a shadow offset 2
|
8200
|
-
# pixels to the left.
|
8201
|
-
#
|
8236
|
+
# pixels to the left. Within your job settings, all of your DVB-Sub
|
8237
|
+
# settings must be identical.
|
8202
8238
|
# @return [Integer]
|
8203
8239
|
#
|
8204
8240
|
# @!attribute [rw] shadow_y_offset
|
8205
|
-
#
|
8241
|
+
# Specify the vertical offset of the shadow relative to the captions
|
8206
8242
|
# in pixels. A value of -2 would result in a shadow offset 2 pixels
|
8207
|
-
# above the text.
|
8243
|
+
# above the text. Leave Shadow y-offset (ShadowYOffset) blank and set
|
8244
|
+
# Style passthrough (StylePassthrough) to enabled to use the shadow
|
8245
|
+
# y-offset data from your input captions, if present. Within your job
|
8246
|
+
# settings, all of your DVB-Sub settings must be identical.
|
8208
8247
|
# @return [Integer]
|
8209
8248
|
#
|
8210
8249
|
# @!attribute [rw] style_passthrough
|
8211
|
-
#
|
8212
|
-
#
|
8213
|
-
#
|
8214
|
-
#
|
8215
|
-
#
|
8216
|
-
#
|
8217
|
-
#
|
8250
|
+
# Set Style passthrough (StylePassthrough) to ENABLED to use the
|
8251
|
+
# available style, color, and position information from your input
|
8252
|
+
# captions. MediaConvert uses default settings for any missing style
|
8253
|
+
# and position information in your input captions. Set Style
|
8254
|
+
# passthrough to DISABLED, or leave blank, to ignore the style and
|
8255
|
+
# position information from your input captions and use default
|
8256
|
+
# settings: white text with black outlining, bottom-center
|
8257
|
+
# positioning, and automatic sizing. Whether you set Style passthrough
|
8258
|
+
# to enabled or not, you can also choose to manually override any of
|
8259
|
+
# the individual style and position settings.
|
8218
8260
|
# @return [String]
|
8219
8261
|
#
|
8220
8262
|
# @!attribute [rw] subtitling_type
|
@@ -8225,12 +8267,13 @@ module Aws::MediaConvert
|
|
8225
8267
|
# @return [String]
|
8226
8268
|
#
|
8227
8269
|
# @!attribute [rw] teletext_spacing
|
8228
|
-
#
|
8229
|
-
#
|
8230
|
-
#
|
8231
|
-
#
|
8232
|
-
#
|
8233
|
-
#
|
8270
|
+
# Specify whether the Text spacing (TeletextSpacing) in your captions
|
8271
|
+
# is set by the captions grid, or varies depending on letter width.
|
8272
|
+
# Choose fixed grid (FIXED\_GRID) to conform to the spacing specified
|
8273
|
+
# in the captions file more accurately. Choose proportional
|
8274
|
+
# (PROPORTIONAL) to make the text easier to read for closed captions.
|
8275
|
+
# Within your job settings, all of your DVB-Sub settings must be
|
8276
|
+
# identical.
|
8234
8277
|
# @return [String]
|
8235
8278
|
#
|
8236
8279
|
# @!attribute [rw] width
|
@@ -8241,25 +8284,22 @@ module Aws::MediaConvert
|
|
8241
8284
|
# @return [Integer]
|
8242
8285
|
#
|
8243
8286
|
# @!attribute [rw] x_position
|
8244
|
-
#
|
8245
|
-
# left side of the
|
8246
|
-
# captions starting 10 pixels from the left
|
8247
|
-
# explicit x\_position is provided, the horizontal
|
8248
|
-
# will
|
8249
|
-
#
|
8250
|
-
#
|
8251
|
-
# All burn-in and DVB-Sub font settings must match.
|
8287
|
+
# Specify the horizontal position (XPosition) of the captions,
|
8288
|
+
# relative to the left side of the outputin pixels. A value of 10
|
8289
|
+
# would result in the captions starting 10 pixels from the left ofthe
|
8290
|
+
# output. If no explicit x\_position is provided, the horizontal
|
8291
|
+
# caption position will bedetermined by the alignment parameter.
|
8292
|
+
# Within your job settings, all of your DVB-Sub settings must be
|
8293
|
+
# identical.
|
8252
8294
|
# @return [Integer]
|
8253
8295
|
#
|
8254
8296
|
# @!attribute [rw] y_position
|
8255
|
-
#
|
8256
|
-
# of the output in pixels. A value of 10 would result in
|
8257
|
-
# starting 10 pixels from the top of the output. If no
|
8258
|
-
# y\_position is provided, the caption will be positioned
|
8259
|
-
# bottom of the output.
|
8260
|
-
#
|
8261
|
-
# already pre-defined by the caption stream. All burn-in and DVB-Sub
|
8262
|
-
# font settings must match.
|
8297
|
+
# Specify the vertical position (YPosition) of the captions, relative
|
8298
|
+
# to the top of the output in pixels. A value of 10 would result in
|
8299
|
+
# the captions starting 10 pixels from the top of the output. If no
|
8300
|
+
# explicit y\_position is provided, the caption will be positioned
|
8301
|
+
# towards the bottom of the output. Within your job settings, all of
|
8302
|
+
# your DVB-Sub settings must be identical.
|
8263
8303
|
# @return [Integer]
|
8264
8304
|
#
|
8265
8305
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DvbSubDestinationSettings AWS API Documentation
|
@@ -9120,6 +9160,7 @@ module Aws::MediaConvert
|
|
9120
9160
|
# },
|
9121
9161
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
9122
9162
|
# time_delta: 1,
|
9163
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
9123
9164
|
# }
|
9124
9165
|
#
|
9125
9166
|
# @!attribute [rw] convert_608_to_708
|
@@ -9134,11 +9175,11 @@ module Aws::MediaConvert
|
|
9134
9175
|
# Ignore this setting unless your input captions format is SCC. To
|
9135
9176
|
# have the service compensate for differing frame rates between your
|
9136
9177
|
# input captions and input video, specify the frame rate of the
|
9137
|
-
# captions file. Specify this value as a fraction
|
9138
|
-
#
|
9139
|
-
#
|
9140
|
-
#
|
9141
|
-
# for 29.97 fps.
|
9178
|
+
# captions file. Specify this value as a fraction. When you work
|
9179
|
+
# directly in your JSON job specification, use the settings
|
9180
|
+
# framerateNumerator and framerateDenominator. For example, you might
|
9181
|
+
# specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for
|
9182
|
+
# 23.976 fps, or 30000 / 1001 for 29.97 fps.
|
9142
9183
|
# @return [Types::CaptionSourceFramerate]
|
9143
9184
|
#
|
9144
9185
|
# @!attribute [rw] source_file
|
@@ -9148,9 +9189,30 @@ module Aws::MediaConvert
|
|
9148
9189
|
# @return [String]
|
9149
9190
|
#
|
9150
9191
|
# @!attribute [rw] time_delta
|
9151
|
-
#
|
9152
|
-
#
|
9153
|
-
#
|
9192
|
+
# Optional. Use this setting when you need to adjust the sync between
|
9193
|
+
# your sidecar captions and your video. For more information, see
|
9194
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/time-delta-use-cases.html.
|
9195
|
+
# Enter a positive or negative number to modify the times in the
|
9196
|
+
# captions file. For example, type 15 to add 15 seconds to all the
|
9197
|
+
# times in the captions file. Type -5 to subtract 5 seconds from the
|
9198
|
+
# times in the captions file. You can optionally specify your time
|
9199
|
+
# delta in milliseconds instead of seconds. When you do so, set the
|
9200
|
+
# related setting, Time delta units (TimeDeltaUnits) to Milliseconds
|
9201
|
+
# (MILLISECONDS). Note that, when you specify a time delta for
|
9202
|
+
# timecode-based caption sources, such as SCC and STL, and your time
|
9203
|
+
# delta isn't a multiple of the input frame rate, MediaConvert snaps
|
9204
|
+
# the captions to the nearest frame. For example, when your input
|
9205
|
+
# video frame rate is 25 fps and you specify 1010ms for time delta,
|
9206
|
+
# MediaConvert delays your captions by 1000 ms.
|
9207
|
+
# @return [Integer]
|
9208
|
+
#
|
9209
|
+
# @!attribute [rw] time_delta_units
|
9210
|
+
# When you use the setting Time delta (TimeDelta) to adjust the sync
|
9211
|
+
# between your sidecar captions and your video, use this setting to
|
9212
|
+
# specify the units for the delta that you specify. When you don't
|
9213
|
+
# specify a value for Time delta units (TimeDeltaUnits), MediaConvert
|
9214
|
+
# uses seconds by default.
|
9215
|
+
# @return [String]
|
9154
9216
|
#
|
9155
9217
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/FileSourceSettings AWS API Documentation
|
9156
9218
|
#
|
@@ -9158,7 +9220,8 @@ module Aws::MediaConvert
|
|
9158
9220
|
:convert_608_to_708,
|
9159
9221
|
:framerate,
|
9160
9222
|
:source_file,
|
9161
|
-
:time_delta
|
9223
|
+
:time_delta,
|
9224
|
+
:time_delta_units)
|
9162
9225
|
SENSITIVE = []
|
9163
9226
|
include Aws::Structure
|
9164
9227
|
end
|
@@ -9487,7 +9550,7 @@ module Aws::MediaConvert
|
|
9487
9550
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
9488
9551
|
# gop_closed_cadence: 1,
|
9489
9552
|
# gop_size: 1.0,
|
9490
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
9553
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
9491
9554
|
# hrd_buffer_initial_fill_percentage: 1,
|
9492
9555
|
# hrd_buffer_size: 1,
|
9493
9556
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -9649,21 +9712,42 @@ module Aws::MediaConvert
|
|
9649
9712
|
# @return [String]
|
9650
9713
|
#
|
9651
9714
|
# @!attribute [rw] gop_closed_cadence
|
9652
|
-
#
|
9653
|
-
#
|
9654
|
-
#
|
9655
|
-
#
|
9715
|
+
# Specify the relative frequency of open to closed GOPs in this
|
9716
|
+
# output. For example, if you want to allow four open GOPs and then
|
9717
|
+
# require a closed GOP, set this value to 5. We recommend that you
|
9718
|
+
# have the transcoder automatically choose this value for you based on
|
9719
|
+
# characteristics of your input video. To enable this automatic
|
9720
|
+
# behavior, keep the default value by leaving this setting out of your
|
9721
|
+
# JSON job specification. In the console, do this by keeping the
|
9722
|
+
# default empty value. If you do explicitly specify a value, for
|
9723
|
+
# segmented outputs, don't set this value to 0.
|
9656
9724
|
# @return [Integer]
|
9657
9725
|
#
|
9658
9726
|
# @!attribute [rw] gop_size
|
9659
|
-
#
|
9660
|
-
#
|
9727
|
+
# Use this setting only when you set GOP mode control (GopSizeUnits)
|
9728
|
+
# to Specified, frames (FRAMES) or Specified, seconds (SECONDS).
|
9729
|
+
# Specify the GOP length using a whole number of frames or a decimal
|
9730
|
+
# value of seconds. MediaConvert will interpret this value as frames
|
9731
|
+
# or seconds depending on the value you choose for GOP mode control
|
9732
|
+
# (GopSizeUnits). If you want to allow MediaConvert to automatically
|
9733
|
+
# determine GOP size, leave GOP size blank and set GOP mode control to
|
9734
|
+
# Auto (AUTO). If your output group specifies HLS, DASH, or CMAF,
|
9735
|
+
# leave GOP size blank and set GOP mode control to Auto in each output
|
9736
|
+
# in your output group.
|
9661
9737
|
# @return [Float]
|
9662
9738
|
#
|
9663
9739
|
# @!attribute [rw] gop_size_units
|
9664
|
-
#
|
9665
|
-
#
|
9666
|
-
#
|
9740
|
+
# Specify how the transcoder determines GOP size for this output. We
|
9741
|
+
# recommend that you have the transcoder automatically choose this
|
9742
|
+
# value for you based on characteristics of your input video. To
|
9743
|
+
# enable this automatic behavior, choose Auto (AUTO) and and leave GOP
|
9744
|
+
# size (GopSize) blank. By default, if you don't specify GOP mode
|
9745
|
+
# control (GopSizeUnits), MediaConvert will use automatic behavior. If
|
9746
|
+
# your output group specifies HLS, DASH, or CMAF, set GOP mode control
|
9747
|
+
# to Auto and leave GOP size blank in each output in your output
|
9748
|
+
# group. To explicitly specify the GOP length, choose Specified,
|
9749
|
+
# frames (FRAMES) or Specified, seconds (SECONDS) and then provide the
|
9750
|
+
# GOP length in the related setting GOP size (GopSize).
|
9667
9751
|
# @return [String]
|
9668
9752
|
#
|
9669
9753
|
# @!attribute [rw] hrd_buffer_initial_fill_percentage
|
@@ -9699,21 +9783,36 @@ module Aws::MediaConvert
|
|
9699
9783
|
# @return [Integer]
|
9700
9784
|
#
|
9701
9785
|
# @!attribute [rw] min_i_interval
|
9702
|
-
#
|
9703
|
-
#
|
9704
|
-
#
|
9705
|
-
# and
|
9706
|
-
#
|
9707
|
-
#
|
9708
|
-
#
|
9709
|
-
#
|
9786
|
+
# Use this setting only when you also enable Scene change detection
|
9787
|
+
# (SceneChangeDetect). This setting determines how the encoder manages
|
9788
|
+
# the spacing between I-frames that it inserts as part of the I-frame
|
9789
|
+
# cadence and the I-frames that it inserts for Scene change detection.
|
9790
|
+
# We recommend that you have the transcoder automatically choose this
|
9791
|
+
# value for you based on characteristics of your input video. To
|
9792
|
+
# enable this automatic behavior, keep the default value by leaving
|
9793
|
+
# this setting out of your JSON job specification. In the console, do
|
9794
|
+
# this by keeping the default empty value. When you explicitly specify
|
9795
|
+
# a value for this setting, the encoder determines whether to skip a
|
9796
|
+
# cadence-driven I-frame by the value you set. For example, if you set
|
9797
|
+
# Min I interval (minIInterval) to 5 and a cadence-driven I-frame
|
9798
|
+
# would fall within 5 frames of a scene-change I-frame, then the
|
9799
|
+
# encoder skips the cadence-driven I-frame. In this way, one GOP is
|
9800
|
+
# shrunk slightly and one GOP is stretched slightly. When the
|
9801
|
+
# cadence-driven I-frames are farther from the scene-change I-frame
|
9802
|
+
# than the value you set, then the encoder leaves all I-frames in
|
9803
|
+
# place and the GOPs surrounding the scene change are smaller than the
|
9804
|
+
# usual cadence GOPs.
|
9710
9805
|
# @return [Integer]
|
9711
9806
|
#
|
9712
9807
|
# @!attribute [rw] number_b_frames_between_reference_frames
|
9713
|
-
#
|
9714
|
-
# reference frames in this output.
|
9715
|
-
#
|
9716
|
-
#
|
9808
|
+
# This setting to determines the number of B-frames that MediaConvert
|
9809
|
+
# puts between reference frames in this output. We recommend that you
|
9810
|
+
# use automatic behavior to allow the transcoder to choose the best
|
9811
|
+
# value based on characteristics of your input video. In the console,
|
9812
|
+
# choose AUTO to select this automatic behavior. When you manually
|
9813
|
+
# edit your JSON job specification, leave this setting out to choose
|
9814
|
+
# automatic behavior. When you want to specify this number explicitly,
|
9815
|
+
# choose a whole number from 0 through 7.
|
9717
9816
|
# @return [Integer]
|
9718
9817
|
#
|
9719
9818
|
# @!attribute [rw] number_reference_frames
|
@@ -10039,7 +10138,7 @@ module Aws::MediaConvert
|
|
10039
10138
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
10040
10139
|
# gop_closed_cadence: 1,
|
10041
10140
|
# gop_size: 1.0,
|
10042
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
10141
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
10043
10142
|
# hrd_buffer_initial_fill_percentage: 1,
|
10044
10143
|
# hrd_buffer_size: 1,
|
10045
10144
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -10180,21 +10279,42 @@ module Aws::MediaConvert
|
|
10180
10279
|
# @return [String]
|
10181
10280
|
#
|
10182
10281
|
# @!attribute [rw] gop_closed_cadence
|
10183
|
-
#
|
10184
|
-
#
|
10185
|
-
#
|
10186
|
-
#
|
10282
|
+
# Specify the relative frequency of open to closed GOPs in this
|
10283
|
+
# output. For example, if you want to allow four open GOPs and then
|
10284
|
+
# require a closed GOP, set this value to 5. We recommend that you
|
10285
|
+
# have the transcoder automatically choose this value for you based on
|
10286
|
+
# characteristics of your input video. To enable this automatic
|
10287
|
+
# behavior, keep the default value by leaving this setting out of your
|
10288
|
+
# JSON job specification. In the console, do this by keeping the
|
10289
|
+
# default empty value. If you do explicitly specify a value, for
|
10290
|
+
# segmented outputs, don't set this value to 0.
|
10187
10291
|
# @return [Integer]
|
10188
10292
|
#
|
10189
10293
|
# @!attribute [rw] gop_size
|
10190
|
-
#
|
10191
|
-
#
|
10294
|
+
# Use this setting only when you set GOP mode control (GopSizeUnits)
|
10295
|
+
# to Specified, frames (FRAMES) or Specified, seconds (SECONDS).
|
10296
|
+
# Specify the GOP length using a whole number of frames or a decimal
|
10297
|
+
# value of seconds. MediaConvert will interpret this value as frames
|
10298
|
+
# or seconds depending on the value you choose for GOP mode control
|
10299
|
+
# (GopSizeUnits). If you want to allow MediaConvert to automatically
|
10300
|
+
# determine GOP size, leave GOP size blank and set GOP mode control to
|
10301
|
+
# Auto (AUTO). If your output group specifies HLS, DASH, or CMAF,
|
10302
|
+
# leave GOP size blank and set GOP mode control to Auto in each output
|
10303
|
+
# in your output group.
|
10192
10304
|
# @return [Float]
|
10193
10305
|
#
|
10194
10306
|
# @!attribute [rw] gop_size_units
|
10195
|
-
#
|
10196
|
-
#
|
10197
|
-
#
|
10307
|
+
# Specify how the transcoder determines GOP size for this output. We
|
10308
|
+
# recommend that you have the transcoder automatically choose this
|
10309
|
+
# value for you based on characteristics of your input video. To
|
10310
|
+
# enable this automatic behavior, choose Auto (AUTO) and and leave GOP
|
10311
|
+
# size (GopSize) blank. By default, if you don't specify GOP mode
|
10312
|
+
# control (GopSizeUnits), MediaConvert will use automatic behavior. If
|
10313
|
+
# your output group specifies HLS, DASH, or CMAF, set GOP mode control
|
10314
|
+
# to Auto and leave GOP size blank in each output in your output
|
10315
|
+
# group. To explicitly specify the GOP length, choose Specified,
|
10316
|
+
# frames (FRAMES) or Specified, seconds (SECONDS) and then provide the
|
10317
|
+
# GOP length in the related setting GOP size (GopSize).
|
10198
10318
|
# @return [String]
|
10199
10319
|
#
|
10200
10320
|
# @!attribute [rw] hrd_buffer_initial_fill_percentage
|
@@ -10230,14 +10350,25 @@ module Aws::MediaConvert
|
|
10230
10350
|
# @return [Integer]
|
10231
10351
|
#
|
10232
10352
|
# @!attribute [rw] min_i_interval
|
10233
|
-
#
|
10234
|
-
#
|
10235
|
-
#
|
10236
|
-
# and
|
10237
|
-
#
|
10238
|
-
#
|
10239
|
-
#
|
10240
|
-
#
|
10353
|
+
# Use this setting only when you also enable Scene change detection
|
10354
|
+
# (SceneChangeDetect). This setting determines how the encoder manages
|
10355
|
+
# the spacing between I-frames that it inserts as part of the I-frame
|
10356
|
+
# cadence and the I-frames that it inserts for Scene change detection.
|
10357
|
+
# We recommend that you have the transcoder automatically choose this
|
10358
|
+
# value for you based on characteristics of your input video. To
|
10359
|
+
# enable this automatic behavior, keep the default value by leaving
|
10360
|
+
# this setting out of your JSON job specification. In the console, do
|
10361
|
+
# this by keeping the default empty value. When you explicitly specify
|
10362
|
+
# a value for this setting, the encoder determines whether to skip a
|
10363
|
+
# cadence-driven I-frame by the value you set. For example, if you set
|
10364
|
+
# Min I interval (minIInterval) to 5 and a cadence-driven I-frame
|
10365
|
+
# would fall within 5 frames of a scene-change I-frame, then the
|
10366
|
+
# encoder skips the cadence-driven I-frame. In this way, one GOP is
|
10367
|
+
# shrunk slightly and one GOP is stretched slightly. When the
|
10368
|
+
# cadence-driven I-frames are farther from the scene-change I-frame
|
10369
|
+
# than the value you set, then the encoder leaves all I-frames in
|
10370
|
+
# place and the GOPs surrounding the scene change are smaller than the
|
10371
|
+
# usual cadence GOPs.
|
10241
10372
|
# @return [Integer]
|
10242
10373
|
#
|
10243
10374
|
# @!attribute [rw] number_b_frames_between_reference_frames
|
@@ -11553,6 +11684,7 @@ module Aws::MediaConvert
|
|
11553
11684
|
# },
|
11554
11685
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
11555
11686
|
# time_delta: 1,
|
11687
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
11556
11688
|
# },
|
11557
11689
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
11558
11690
|
# teletext_source_settings: {
|
@@ -12009,6 +12141,7 @@ module Aws::MediaConvert
|
|
12009
12141
|
# },
|
12010
12142
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
12011
12143
|
# time_delta: 1,
|
12144
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
12012
12145
|
# },
|
12013
12146
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
12014
12147
|
# teletext_source_settings: {
|
@@ -12667,6 +12800,7 @@ module Aws::MediaConvert
|
|
12667
12800
|
# },
|
12668
12801
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
12669
12802
|
# time_delta: 1,
|
12803
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
12670
12804
|
# },
|
12671
12805
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
12672
12806
|
# teletext_source_settings: {
|
@@ -13481,7 +13615,7 @@ module Aws::MediaConvert
|
|
13481
13615
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
13482
13616
|
# gop_closed_cadence: 1,
|
13483
13617
|
# gop_size: 1.0,
|
13484
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
13618
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
13485
13619
|
# hrd_buffer_initial_fill_percentage: 1,
|
13486
13620
|
# hrd_buffer_size: 1,
|
13487
13621
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -13526,7 +13660,7 @@ module Aws::MediaConvert
|
|
13526
13660
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
13527
13661
|
# gop_closed_cadence: 1,
|
13528
13662
|
# gop_size: 1.0,
|
13529
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
13663
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
13530
13664
|
# hrd_buffer_initial_fill_percentage: 1,
|
13531
13665
|
# hrd_buffer_size: 1,
|
13532
13666
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -14111,6 +14245,7 @@ module Aws::MediaConvert
|
|
14111
14245
|
# },
|
14112
14246
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
14113
14247
|
# time_delta: 1,
|
14248
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
14114
14249
|
# },
|
14115
14250
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
14116
14251
|
# teletext_source_settings: {
|
@@ -14917,7 +15052,7 @@ module Aws::MediaConvert
|
|
14917
15052
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
14918
15053
|
# gop_closed_cadence: 1,
|
14919
15054
|
# gop_size: 1.0,
|
14920
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
15055
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
14921
15056
|
# hrd_buffer_initial_fill_percentage: 1,
|
14922
15057
|
# hrd_buffer_size: 1,
|
14923
15058
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -14962,7 +15097,7 @@ module Aws::MediaConvert
|
|
14962
15097
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
14963
15098
|
# gop_closed_cadence: 1,
|
14964
15099
|
# gop_size: 1.0,
|
14965
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
15100
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
14966
15101
|
# hrd_buffer_initial_fill_percentage: 1,
|
14967
15102
|
# hrd_buffer_size: 1,
|
14968
15103
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -17005,10 +17140,13 @@ module Aws::MediaConvert
|
|
17005
17140
|
# @return [Integer]
|
17006
17141
|
#
|
17007
17142
|
# @!attribute [rw] gop_closed_cadence
|
17008
|
-
#
|
17009
|
-
#
|
17010
|
-
#
|
17011
|
-
#
|
17143
|
+
# Specify the relative frequency of open to closed GOPs in this
|
17144
|
+
# output. For example, if you want to allow four open GOPs and then
|
17145
|
+
# require a closed GOP, set this value to 5. When you create a
|
17146
|
+
# streaming output, we recommend that you keep the default value, 1,
|
17147
|
+
# so that players starting mid-stream receive an IDR frame as quickly
|
17148
|
+
# as possible. Don't set this value to 0; that would break output
|
17149
|
+
# segmenting.
|
17012
17150
|
# @return [Integer]
|
17013
17151
|
#
|
17014
17152
|
# @!attribute [rw] gop_size
|
@@ -17064,14 +17202,20 @@ module Aws::MediaConvert
|
|
17064
17202
|
# @return [Integer]
|
17065
17203
|
#
|
17066
17204
|
# @!attribute [rw] min_i_interval
|
17067
|
-
#
|
17068
|
-
#
|
17069
|
-
#
|
17070
|
-
# and
|
17071
|
-
#
|
17072
|
-
#
|
17073
|
-
#
|
17074
|
-
#
|
17205
|
+
# Use this setting only when you also enable Scene change detection
|
17206
|
+
# (SceneChangeDetect). This setting determines how the encoder manages
|
17207
|
+
# the spacing between I-frames that it inserts as part of the I-frame
|
17208
|
+
# cadence and the I-frames that it inserts for Scene change detection.
|
17209
|
+
# When you specify a value for this setting, the encoder determines
|
17210
|
+
# whether to skip a cadence-driven I-frame by the value you set. For
|
17211
|
+
# example, if you set Min I interval (minIInterval) to 5 and a
|
17212
|
+
# cadence-driven I-frame would fall within 5 frames of a scene-change
|
17213
|
+
# I-frame, then the encoder skips the cadence-driven I-frame. In this
|
17214
|
+
# way, one GOP is shrunk slightly and one GOP is stretched slightly.
|
17215
|
+
# When the cadence-driven I-frames are farther from the scene-change
|
17216
|
+
# I-frame than the value you set, then the encoder leaves all I-frames
|
17217
|
+
# in place and the GOPs surrounding the scene change are smaller than
|
17218
|
+
# the usual cadence GOPs.
|
17075
17219
|
# @return [Integer]
|
17076
17220
|
#
|
17077
17221
|
# @!attribute [rw] number_b_frames_between_reference_frames
|
@@ -18416,7 +18560,7 @@ module Aws::MediaConvert
|
|
18416
18560
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
18417
18561
|
# gop_closed_cadence: 1,
|
18418
18562
|
# gop_size: 1.0,
|
18419
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
18563
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
18420
18564
|
# hrd_buffer_initial_fill_percentage: 1,
|
18421
18565
|
# hrd_buffer_size: 1,
|
18422
18566
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -18461,7 +18605,7 @@ module Aws::MediaConvert
|
|
18461
18605
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
18462
18606
|
# gop_closed_cadence: 1,
|
18463
18607
|
# gop_size: 1.0,
|
18464
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
18608
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
18465
18609
|
# hrd_buffer_initial_fill_percentage: 1,
|
18466
18610
|
# hrd_buffer_size: 1,
|
18467
18611
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -19537,7 +19681,7 @@ module Aws::MediaConvert
|
|
19537
19681
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
19538
19682
|
# gop_closed_cadence: 1,
|
19539
19683
|
# gop_size: 1.0,
|
19540
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
19684
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
19541
19685
|
# hrd_buffer_initial_fill_percentage: 1,
|
19542
19686
|
# hrd_buffer_size: 1,
|
19543
19687
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -19582,7 +19726,7 @@ module Aws::MediaConvert
|
|
19582
19726
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
19583
19727
|
# gop_closed_cadence: 1,
|
19584
19728
|
# gop_size: 1.0,
|
19585
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
19729
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
19586
19730
|
# hrd_buffer_initial_fill_percentage: 1,
|
19587
19731
|
# hrd_buffer_size: 1,
|
19588
19732
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -20783,7 +20927,7 @@ module Aws::MediaConvert
|
|
20783
20927
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
20784
20928
|
# gop_closed_cadence: 1,
|
20785
20929
|
# gop_size: 1.0,
|
20786
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
20930
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
20787
20931
|
# hrd_buffer_initial_fill_percentage: 1,
|
20788
20932
|
# hrd_buffer_size: 1,
|
20789
20933
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -20828,7 +20972,7 @@ module Aws::MediaConvert
|
|
20828
20972
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
20829
20973
|
# gop_closed_cadence: 1,
|
20830
20974
|
# gop_size: 1.0,
|
20831
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
20975
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
20832
20976
|
# hrd_buffer_initial_fill_percentage: 1,
|
20833
20977
|
# hrd_buffer_size: 1,
|
20834
20978
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -21987,7 +22131,12 @@ module Aws::MediaConvert
|
|
21987
22131
|
include Aws::Structure
|
21988
22132
|
end
|
21989
22133
|
|
21990
|
-
# SRT
|
22134
|
+
# Settings related to SRT captions. SRT is a sidecar format that holds
|
22135
|
+
# captions in a file that is separate from the video container. Set up
|
22136
|
+
# sidecar captions in the same output group, but different output from
|
22137
|
+
# your video. When you work directly in your JSON job specification,
|
22138
|
+
# include this object and any required children when you set
|
22139
|
+
# destinationType to SRT.
|
21991
22140
|
#
|
21992
22141
|
# @note When making an API call, you may pass SrtDestinationSettings
|
21993
22142
|
# data as a hash:
|
@@ -21997,9 +22146,12 @@ module Aws::MediaConvert
|
|
21997
22146
|
# }
|
21998
22147
|
#
|
21999
22148
|
# @!attribute [rw] style_passthrough
|
22000
|
-
#
|
22001
|
-
# color, and position information from
|
22002
|
-
#
|
22149
|
+
# Set Style passthrough (StylePassthrough) to ENABLED to use the
|
22150
|
+
# available style, color, and position information from your input
|
22151
|
+
# captions. MediaConvert uses default settings for any missing style
|
22152
|
+
# and position information in your input captions. Set Style
|
22153
|
+
# passthrough to DISABLED, or leave blank, to ignore the style and
|
22154
|
+
# position information from your input captions and use simplified
|
22003
22155
|
# output captions.
|
22004
22156
|
# @return [String]
|
22005
22157
|
#
|
@@ -22540,6 +22692,7 @@ module Aws::MediaConvert
|
|
22540
22692
|
# },
|
22541
22693
|
# source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT",
|
22542
22694
|
# time_delta: 1,
|
22695
|
+
# time_delta_units: "SECONDS", # accepts SECONDS, MILLISECONDS
|
22543
22696
|
# },
|
22544
22697
|
# source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT
|
22545
22698
|
# teletext_source_settings: {
|
@@ -23346,7 +23499,7 @@ module Aws::MediaConvert
|
|
23346
23499
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
23347
23500
|
# gop_closed_cadence: 1,
|
23348
23501
|
# gop_size: 1.0,
|
23349
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
23502
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
23350
23503
|
# hrd_buffer_initial_fill_percentage: 1,
|
23351
23504
|
# hrd_buffer_size: 1,
|
23352
23505
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -23391,7 +23544,7 @@ module Aws::MediaConvert
|
|
23391
23544
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
23392
23545
|
# gop_closed_cadence: 1,
|
23393
23546
|
# gop_size: 1.0,
|
23394
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
23547
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
23395
23548
|
# hrd_buffer_initial_fill_percentage: 1,
|
23396
23549
|
# hrd_buffer_size: 1,
|
23397
23550
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -24178,7 +24331,7 @@ module Aws::MediaConvert
|
|
24178
24331
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
24179
24332
|
# gop_closed_cadence: 1,
|
24180
24333
|
# gop_size: 1.0,
|
24181
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
24334
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
24182
24335
|
# hrd_buffer_initial_fill_percentage: 1,
|
24183
24336
|
# hrd_buffer_size: 1,
|
24184
24337
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -24223,7 +24376,7 @@ module Aws::MediaConvert
|
|
24223
24376
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
24224
24377
|
# gop_closed_cadence: 1,
|
24225
24378
|
# gop_size: 1.0,
|
24226
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
24379
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
24227
24380
|
# hrd_buffer_initial_fill_percentage: 1,
|
24228
24381
|
# hrd_buffer_size: 1,
|
24229
24382
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -24823,7 +24976,7 @@ module Aws::MediaConvert
|
|
24823
24976
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
24824
24977
|
# gop_closed_cadence: 1,
|
24825
24978
|
# gop_size: 1.0,
|
24826
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
24979
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
24827
24980
|
# hrd_buffer_initial_fill_percentage: 1,
|
24828
24981
|
# hrd_buffer_size: 1,
|
24829
24982
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -24868,7 +25021,7 @@ module Aws::MediaConvert
|
|
24868
25021
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
24869
25022
|
# gop_closed_cadence: 1,
|
24870
25023
|
# gop_size: 1.0,
|
24871
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
25024
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
24872
25025
|
# hrd_buffer_initial_fill_percentage: 1,
|
24873
25026
|
# hrd_buffer_size: 1,
|
24874
25027
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -25182,7 +25335,7 @@ module Aws::MediaConvert
|
|
25182
25335
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
25183
25336
|
# gop_closed_cadence: 1,
|
25184
25337
|
# gop_size: 1.0,
|
25185
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
25338
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
25186
25339
|
# hrd_buffer_initial_fill_percentage: 1,
|
25187
25340
|
# hrd_buffer_size: 1,
|
25188
25341
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -25227,7 +25380,7 @@ module Aws::MediaConvert
|
|
25227
25380
|
# gop_b_reference: "DISABLED", # accepts DISABLED, ENABLED
|
25228
25381
|
# gop_closed_cadence: 1,
|
25229
25382
|
# gop_size: 1.0,
|
25230
|
-
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
|
25383
|
+
# gop_size_units: "FRAMES", # accepts FRAMES, SECONDS, AUTO
|
25231
25384
|
# hrd_buffer_initial_fill_percentage: 1,
|
25232
25385
|
# hrd_buffer_size: 1,
|
25233
25386
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
@@ -25941,18 +26094,16 @@ module Aws::MediaConvert
|
|
25941
26094
|
# @return [String]
|
25942
26095
|
#
|
25943
26096
|
# @!attribute [rw] sample_range
|
25944
|
-
#
|
25945
|
-
#
|
25946
|
-
#
|
25947
|
-
#
|
25948
|
-
#
|
25949
|
-
#
|
25950
|
-
#
|
25951
|
-
#
|
25952
|
-
#
|
25953
|
-
#
|
25954
|
-
# sample range for transcoding and also writes it to the output
|
25955
|
-
# metadata.
|
26097
|
+
# If the sample range metadata in your input video is accurate, or if
|
26098
|
+
# you don't know about sample range, keep the default value, Follow
|
26099
|
+
# (FOLLOW), for this setting. When you do, the service automatically
|
26100
|
+
# detects your input sample range. If your input video has metadata
|
26101
|
+
# indicating the wrong sample range, specify the accurate sample range
|
26102
|
+
# here. When you do, MediaConvert ignores any sample range information
|
26103
|
+
# in the input metadata. Regardless of whether MediaConvert uses the
|
26104
|
+
# input sample range or the sample range that you specify,
|
26105
|
+
# MediaConvert uses the sample range for transcoding and also writes
|
26106
|
+
# it to the output metadata.
|
25956
26107
|
# @return [String]
|
25957
26108
|
#
|
25958
26109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoSelector AWS API Documentation
|
@@ -26360,7 +26511,14 @@ module Aws::MediaConvert
|
|
26360
26511
|
include Aws::Structure
|
26361
26512
|
end
|
26362
26513
|
|
26363
|
-
#
|
26514
|
+
# Settings related to WebVTT captions. WebVTT is a sidecar format that
|
26515
|
+
# holds captions in a file that is separate from the video container.
|
26516
|
+
# Set up sidecar captions in the same output group, but different output
|
26517
|
+
# from your video. For more information, see
|
26518
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
|
26519
|
+
# When you work directly in your JSON job specification, include this
|
26520
|
+
# object and any required children when you set destinationType to
|
26521
|
+
# WebVTT.
|
26364
26522
|
#
|
26365
26523
|
# @note When making an API call, you may pass WebvttDestinationSettings
|
26366
26524
|
# data as a hash:
|
@@ -26370,9 +26528,12 @@ module Aws::MediaConvert
|
|
26370
26528
|
# }
|
26371
26529
|
#
|
26372
26530
|
# @!attribute [rw] style_passthrough
|
26373
|
-
#
|
26374
|
-
# color, and position information from
|
26375
|
-
#
|
26531
|
+
# Set Style passthrough (StylePassthrough) to ENABLED to use the
|
26532
|
+
# available style, color, and position information from your input
|
26533
|
+
# captions. MediaConvert uses default settings for any missing style
|
26534
|
+
# and position information in your input captions. Set Style
|
26535
|
+
# passthrough to DISABLED, or leave blank, to ignore the style and
|
26536
|
+
# position information from your input captions and use simplified
|
26376
26537
|
# output captions.
|
26377
26538
|
# @return [String]
|
26378
26539
|
#
|