AWS::MediaLive::Multiplexprogram MultiplexStatmuxVideoSettings - 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::Multiplexprogram MultiplexStatmuxVideoSettings

Statmux rate control settings

Syntax

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

JSON

{ "MaximumBitrate" : Integer, "MinimumBitrate" : Integer, "Priority" : Integer }

YAML

MaximumBitrate: Integer MinimumBitrate: Integer Priority: Integer

Properties

MaximumBitrate

Maximum statmux bitrate.

Required: No

Type: Integer

Minimum: 100000

Maximum: 100000000

Update requires: No interruption

MinimumBitrate

Minimum statmux bitrate.

Required: No

Type: Integer

Minimum: 100000

Maximum: 100000000

Update requires: No interruption

Priority

The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.

Required: No

Type: Integer

Minimum: -5

Maximum: 5

Update requires: No interruption