You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::EmbeddedDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EmbeddedDestinationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  destination_608_channel_number: 1,
  destination_708_service_number: 1,
}

Settings specific to embedded/ancillary caption outputs, including 608/708 Channel destination number.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_608_channel_numberInteger

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 https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.

Returns:

  • (Integer)

    Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream.

#destination_708_service_numberInteger

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 (Convert608To708) to Upconvert (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 (destination608ChannelNumber) for the 708 service number. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.

Returns:

  • (Integer)

    Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in your output stream.