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 MultiplexVideoSettings
The video configuration for each program in a multiplex.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConstantBitrate" :Integer, "StatmuxSettings" :MultiplexStatmuxVideoSettings}
YAML
ConstantBitrate:IntegerStatmuxSettings:MultiplexStatmuxVideoSettings
Properties
ConstantBitrate-
The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.
Required: No
Type: Integer
Minimum:
100000Maximum:
100000000Update requires: No interruption
StatmuxSettings-
Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.
Required: No
Type: MultiplexStatmuxVideoSettings
Update requires: No interruption