Class: Aws::MediaConvert::Types::CaptionDestinationSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#burnin_destination_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_typeString

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.

Returns:

  • (String)


1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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_settingsTypes::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.



1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 1828

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