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::Channel FrameCaptureSettings
The frame capture settings.
The parent of this entity is VideoCodecSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CaptureInterval" :Integer, "CaptureIntervalUnits" :String, "TimecodeBurninSettings" :TimecodeBurninSettings}
YAML
CaptureInterval:IntegerCaptureIntervalUnits:StringTimecodeBurninSettings:TimecodeBurninSettings
Properties
CaptureInterval-
The frequency, in seconds, for capturing frames for inclusion in the output. For example, "10" means capture a frame every 10 seconds.
Required: No
Type: Integer
Update requires: No interruption
CaptureIntervalUnits-
Unit for the frame capture interval.
Required: No
Type: String
Update requires: No interruption
TimecodeBurninSettingsProperty description not available.
Required: No
Type: TimecodeBurninSettings
Update requires: No interruption