AWS::MediaConnect::Flow Fmtp - AWS CloudFormation

AWS::MediaConnect::Flow Fmtp

A set of parameters that define the media stream.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ChannelOrder" : String, "Colorimetry" : String, "ExactFramerate" : String, "Par" : String, "Range" : String, "ScanMode" : String, "Tcs" : String }

YAML

ChannelOrder: String Colorimetry: String ExactFramerate: String Par: String Range: String ScanMode: String Tcs: String

Properties

ChannelOrder

The format of the audio channel.

Required: No

Type: String

Update requires: No interruption

Colorimetry

The format used for the representation of color.

Required: No

Type: String

Allowed values: BT601 | BT709 | BT2020 | BT2100 | ST2065-1 | ST2065-3 | XYZ

Update requires: No interruption

ExactFramerate

The frame rate for the video stream, in frames/second. For example: 60000/1001.

Required: No

Type: String

Update requires: No interruption

Par

The pixel aspect ratio (PAR) of the video.

Required: No

Type: String

Update requires: No interruption

Range

The encoding range of the video.

Required: No

Type: String

Allowed values: NARROW | FULL | FULLPROTECT

Update requires: No interruption

ScanMode

The type of compression that was used to smooth the video’s appearance.

Required: No

Type: String

Allowed values: progressive | interlace | progressive-segmented-frame

Update requires: No interruption

Tcs

The transfer characteristic system (TCS) that is used in the video.

Required: No

Type: String

Allowed values: SDR | PQ | HLG | LINEAR | BT2100LINPQ | BT2100LINHLG | ST2065-1 | ST428-1 | DENSITY

Update requires: No interruption