Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Specifies a time code offset to imported data in order to sync that data with the data in the current scene

Sets the SMPTE offset (in frames) on a clip. If no clip name is specified, then the offset will be applied to the active clip.

Functional area

Data editing

Command syntax

Syntax

setTimeCodeOffset offset [-onClip string]

Arguments

NameTypeRequiredComments
offsetstringyesThe offset to apply

Flags

NameFlag argumentsArgument typeExclusive toComments
onClip1stringName of the clip on which to set the time code offset

Return value

void

Examples

// Set the SMPTE offset on the active clip
int $offset = 4;
setTimeCodeOffset $offset;

Additional information

Related commands

  • No labels