Class: Aws::MediaConvert::Types::EmbeddedDestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::EmbeddedDestinationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
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 docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_608_channel_number ⇒ Integer
Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream.
-
#destination_708_service_number ⇒ Integer
Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in your output stream.
Instance Attribute Details
#destination_608_channel_number ⇒ Integer
Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream. Specify a CC number for each captions channel in this output. If you have two channels, choose CC numbers that aren’t in the same field. For example, choose 1 and 3. For more information, see docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.
4714 4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4714 class EmbeddedDestinationSettings < Struct.new( :destination_608_channel_number, :destination_708_service_number) SENSITIVE = [] include Aws::Structure end |
#destination_708_service_number ⇒ Integer
Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in your output stream. Optionally, specify the 708 service number for each output captions channel. Choose a different number for each channel. To use this setting, also set Force 608 to 708 upconvert to Upconvert in your input captions selector settings. If you choose to upconvert but don’t specify a 708 service number, MediaConvert uses the number that you specify for CC channel number for the 708 service number. For more information, see docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.
4714 4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4714 class EmbeddedDestinationSettings < Struct.new( :destination_608_channel_number, :destination_708_service_number) SENSITIVE = [] include Aws::Structure end |