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:
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