AWS::MediaLive::Channel EmbeddedSourceSettings
Information about the embedded captions to extract from the input.
The parent of this entity is CaptionSelectorSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Convert608To708" :
String
, "Scte20Detection" :String
, "Source608ChannelNumber" :Integer
, "Source608TrackNumber" :Integer
}
YAML
Convert608To708:
String
Scte20Detection:String
Source608ChannelNumber:Integer
Source608TrackNumber:Integer
Properties
Convert608To708
-
If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. If 708 data is present in the source content, it is discarded.
Required: No
Type: String
Update requires: No interruption
Scte20Detection
-
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
Required: No
Type: String
Update requires: No interruption
Source608ChannelNumber
-
Specifies the 608/708 channel number within the video track from which to extract captions. This is unused for passthrough.
Required: No
Type: Integer
Update requires: No interruption
Source608TrackNumber
-
This field is unused and deprecated.
Required: No
Type: Integer
Update requires: No interruption