AWS::MediaConnect::Flow EncodingConfig - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::MediaConnect::Flow EncodingConfig

The encoding configuration to apply to the NDI® source when transcoding it to a transport stream for downstream distribution. You can choose between several predefined encoding profiles based on common use cases.

Syntax

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

JSON

{ "EncodingProfile" : String, "VideoMaxBitrate" : Integer }

YAML

EncodingProfile: String VideoMaxBitrate: Integer

Properties

EncodingProfile

The encoding profile to use when transcoding the NDI source content to a transport stream. You can change this value while the flow is running.

Required: No

Type: String

Allowed values: DISTRIBUTION_H264_DEFAULT | CONTRIBUTION_H264_DEFAULT

Update requires: No interruption

VideoMaxBitrate

The maximum video bitrate to use when transcoding the NDI source to a transport stream. This parameter enables you to override the default video bitrate within the encoding profile's supported range.

The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you don't specify a value, MediaConnect uses the default value of 20,000,000 bps.

Required: No

Type: Integer

Update requires: No interruption