public static interface TimecodeConfig.Builder extends SdkPojo, CopyableBuilder<TimecodeConfig.Builder,TimecodeConfig>
Modifier and Type | Method and Description |
---|---|
TimecodeConfig.Builder |
anchor(String anchor)
If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a
timecode that will match the input video frame to the output video frame.
|
TimecodeConfig.Builder |
source(String source)
Sets the value of the Source property for this object.
|
TimecodeConfig.Builder |
source(TimecodeSource source)
Sets the value of the Source property for this object.
|
TimecodeConfig.Builder |
start(String start)
Only use when you set Source (TimecodeSource) to Specified start (SPECIFIEDSTART).
|
TimecodeConfig.Builder |
timestampOffset(String timestampOffset)
Only applies to outputs that support program-date-time stamp.
|
copy
applyMutation, build
TimecodeConfig.Builder anchor(String anchor)
anchor
- If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to
specify a timecode that will match the input video frame to the output video frame. Use 24-hour format
with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores framerate conversion. System
behavior for Anchor Timecode varies depending on your setting for Source (TimecodeSource). * If Source
(TimecodeSource) is set to Specified Start (SPECIFIEDSTART), the first input frame is the specified
value in Start Timecode (Start). Anchor Timecode (Anchor) and Start Timecode (Start) are used
calculate output timecode. * If Source (TimecodeSource) is set to Start at 0 (ZEROBASED) the first
frame is 00:00:00:00. * If Source (TimecodeSource) is set to Embedded (EMBEDDED), the first frame is
the timecode value on the first input frame of the input.TimecodeConfig.Builder source(String source)
source
- The new value for the Source property for this object.TimecodeSource
,
TimecodeSource
TimecodeConfig.Builder source(TimecodeSource source)
source
- The new value for the Source property for this object.TimecodeSource
,
TimecodeSource
TimecodeConfig.Builder start(String start)
start
- Only use when you set Source (TimecodeSource) to Specified start (SPECIFIEDSTART). Use Start timecode
(Start) to specify the timecode for the initial frame. Use 24-hour format with frame number,
(HH:MM:SS:FF) or (HH:MM:SS;FF).TimecodeConfig.Builder timestampOffset(String timestampOffset)
timestampOffset
- Only applies to outputs that support program-date-time stamp. Use Timestamp offset (TimestampOffset)
to overwrite the timecode date without affecting the time and frame number. Provide the new date as a
string in the format "yyyy-mm-dd". To use Time stamp offset, you must also enable Insert
program-date-time (InsertProgramDateTime) in the output settings. For example, if the date part of
your timecodes is 2002-1-25 and you want to change it to one year later, set Timestamp offset
(TimestampOffset) to 2003-1-25.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.