AWS::MediaLive::Channel TimecodeConfig
The configuration of the timecode in the output.
The parent of this entity is EncoderSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Source" :
String
, "SyncThreshold" :Integer
}
YAML
Source:
String
SyncThreshold:Integer
Properties
Source
-
Identifies the source for the timecode that will be associated with the channel outputs. Embedded (embedded): Initialize the output timecode with timecode from the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). System Clock (systemclock): Use the UTC time. Start at 0 (zerobased): The time of the first frame of the channel will be 00:00:00:00.
Required: No
Type: String
Update requires: No interruption
SyncThreshold
-
The threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. There is no timecode sync when this is not specified.
Required: No
Type: Integer
Update requires: No interruption