class Aws::MediaConvert::Types::EmbeddedSourceSettings

Settings for embedded captions Source

@note When making an API call, you may pass EmbeddedSourceSettings

data as a hash:

    {
      convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED
      source_608_channel_number: 1,
      source_608_track_number: 1,
      terminate_captions: "END_OF_INPUT", # accepts END_OF_INPUT, DISABLED
    }

@!attribute [rw] convert_608_to_708

Specify whether this set of input captions appears in your outputs
in both 608 and 708 format. If you choose Upconvert (UPCONVERT),
MediaConvert includes the captions data in two ways: it passes the
608 data through using the 608 compatibility bytes fields of the 708
wrapper, and it also translates the 608 data into 708.
@return [String]

@!attribute [rw] source_608_channel_number

Specifies the 608/708 channel number within the video track from
which to extract captions. Unused for passthrough.
@return [Integer]

@!attribute [rw] source_608_track_number

Specifies the video track index used for extracting captions. The
system only supports one input video track, so this should always be
set to '1'.
@return [Integer]

@!attribute [rw] terminate_captions

By default, the service terminates any unterminated captions at the
end of each input. If you want the caption to continue onto your
next input, disable this setting.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/EmbeddedSourceSettings AWS API Documentation

Constants

SENSITIVE