AWS::MediaLive::Channel Scte27SourceSettings - AWS CloudFormation

AWS::MediaLive::Channel Scte27SourceSettings

Information about the SCTE-27 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

{ "OcrLanguage" : String, "Pid" : Integer }

YAML

OcrLanguage: String Pid: Integer

Properties

OcrLanguage

If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.

Required: No

Type: String

Update requires: No interruption

Pid

The PID field is used in conjunction with the captions selector languageCode field as follows: Specify PID and Language: Extracts captions from that PID; the language is "informational." Specify PID and omit Language: Extracts the specified PID. Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages are passed through.

Required: No

Type: Integer

Update requires: No interruption