AWS::MediaLive::Channel VideoCodecSettings
The settings for the video codec in the output.
The parent of this entity is VideoDescription.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FrameCaptureSettings" :
FrameCaptureSettings
, "H264Settings" :H264Settings
, "H265Settings" :H265Settings
, "Mpeg2Settings" :Mpeg2Settings
}
YAML
FrameCaptureSettings:
FrameCaptureSettings
H264Settings:H264Settings
H265Settings:H265Settings
Mpeg2Settings:Mpeg2Settings
Properties
FrameCaptureSettings
-
The settings for the video codec in a frame capture output.
Required: No
Type: FrameCaptureSettings
Update requires: No interruption
H264Settings
-
The settings for the H.264 codec in the output.
Required: No
Type: H264Settings
Update requires: No interruption
H265Settings
-
Settings for video encoded with the H265 codec.
Required: No
Type: H265Settings
Update requires: No interruption
Mpeg2Settings
-
Settings for video encoded with the MPEG-2 codec.
Required: No
Type: Mpeg2Settings
Update requires: No interruption