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:
Integer
CaptureIntervalUnits:String
TimecodeBurninSettings: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
TimecodeBurninSettings
Property description not available.
Required: No
Type: TimecodeBurninSettings
Update requires: No interruption