This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaLive::Multiplexprogram MultiplexStatmuxVideoSettings
Statmux rate control settings
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaximumBitrate" :Integer, "MinimumBitrate" :Integer, "Priority" :Integer}
YAML
MaximumBitrate:IntegerMinimumBitrate:IntegerPriority:Integer
Properties
- MaximumBitrate
- 
                    Maximum statmux bitrate. Required: No Type: Integer Minimum: 100000Maximum: 100000000Update requires: No interruption 
- MinimumBitrate
- 
                    Minimum statmux bitrate. Required: No Type: Integer Minimum: 100000Maximum: 100000000Update 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: -5Maximum: 5Update requires: No interruption