AWS::MediaLive::Channel DvbSubSourceSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel DvbSubSourceSettings

Information about the DVB Sub captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Syntax

To declare this entity in your Amazon 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

When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content. It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.

Required: No

Type: Integer

Update requires: No interruption