outcode(
TIMECODE
,
FRAMERATE
)

The outcode( function adds one frame to a timecode.


Parameters

This function has two parameters:

timecode – text value containing starting timecode.

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


Description

All this does is add one frame to a timecode. Works with 24, 25, or 30 frame code. This is useful for making an EDL, when you need the timecode reflected in the EDL to be one frame after the last frame of picture. (Submitted by Chris Watts)

outcode("00:00:00:23",24) ☞ 1

Note: This function is equivalent to:

tcadd(textcode,1,framerate)

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.