AWS::MediaConnect::FlowOutput EncodingParameters - 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::MediaConnect::FlowOutput EncodingParameters

A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.

Syntax

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

JSON

{ "CompressionFactor" : Number, "EncoderProfile" : String }

YAML

CompressionFactor: Number EncoderProfile: String

Properties

CompressionFactor

A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows:

Output bitrate = (1 / compressionFactor) * (source bitrate)

This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are in the range of 3.0 to 10.0, inclusive.

Required: Yes

Type: Number

Update requires: No interruption

EncoderProfile

A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol.

Required: No

Type: String

Allowed values: main | high

Update requires: No interruption