Class: Aws::MediaConvert::Types::CaptionDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CaptionDestinationSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Settings related to one captions tab on the MediaConvert console. Usually, one captions tab corresponds to one output captions track. Depending on your output captions format, one tab might correspond to a set of output captions tracks. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#burnin_destination_settings ⇒ Types::BurninDestinationSettings
Burn-in is a captions delivery method, rather than a captions format.
-
#destination_type ⇒ String
Specify the format for this set of captions on this output.
-
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Settings related to DVB-Sub captions.
-
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded or ancillary) captions.
-
#imsc_destination_settings ⇒ Types::ImscDestinationSettings
Settings related to IMSC captions.
-
#scc_destination_settings ⇒ Types::SccDestinationSettings
Settings related to SCC captions.
-
#srt_destination_settings ⇒ Types::SrtDestinationSettings
Settings related to SRT captions.
-
#teletext_destination_settings ⇒ Types::TeletextDestinationSettings
Settings related to teletext captions.
-
#ttml_destination_settings ⇒ Types::TtmlDestinationSettings
Settings related to TTML captions.
-
#webvtt_destination_settings ⇒ Types::WebvttDestinationSettings
Settings related to WebVTT captions.
Instance Attribute Details
#burnin_destination_settings ⇒ Types::BurninDestinationSettings
Burn-in is a captions delivery method, rather than a captions format. Burn-in writes the captions directly on your video frames, replacing pixels of video content with the captions. Set up burn-in captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
Specify the format for this set of captions on this output. The default format is embedded without SCTE-20. Note that your choice of video output container constrains your choice of output captions format. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/captions-support-tables.html. If you are using SCTE-20 and you want to create an output that complies with the SCTE-43 spec, choose SCTE-20 plus embedded. To create a non-compliant output where the embedded captions come first, choose Embedded plus SCTE-20.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Settings related to DVB-Sub captions. Set up DVB-Sub captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/dvb-sub-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded or ancillary) captions. Set up embedded captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#imsc_destination_settings ⇒ Types::ImscDestinationSettings
Settings related to IMSC captions. IMSC is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#scc_destination_settings ⇒ Types::SccDestinationSettings
Settings related to SCC captions. SCC is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#srt_destination_settings ⇒ Types::SrtDestinationSettings
Settings related to SRT captions. SRT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#teletext_destination_settings ⇒ Types::TeletextDestinationSettings
Settings related to teletext captions. Set up teletext captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#ttml_destination_settings ⇒ Types::TtmlDestinationSettings
Settings related to TTML captions. TTML is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |
#webvtt_destination_settings ⇒ Types::WebvttDestinationSettings
Settings related to WebVTT captions. WebVTT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1838 class CaptionDestinationSettings < Struct.new( :burnin_destination_settings, :destination_type, :dvb_sub_destination_settings, :embedded_destination_settings, :imsc_destination_settings, :scc_destination_settings, :srt_destination_settings, :teletext_destination_settings, :ttml_destination_settings, :webvtt_destination_settings) SENSITIVE = [] include Aws::Structure end |