tcadd(
TIMECODE
,
OFFSET
,
FRAMERATE
)

The tcadd( function accepts a timecode as text, and adds some number of frames, returns a timecode string.


Parameters

This function has three parameters:

timecode – text value containing starting timecode.

offset – integer value (number of frames to offset).

framerate – integer value (usually 24, 25 or 30).


Description

Accepts a timecode as text, and adds some number of frames, returns a timecode string. Works with 24, 25, and 30fps timecode. (Submitted by Chris Watts)

tcadd("00:00:00:00",100,24) ☞ 00:00:04:04

Note: This function is equivalent to:

timecode((tcframes(textcode,framerate)+offset),24)

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.