Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths18%, 15%, 14%, 13%, 40%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

integer

Examples

Code Block
languagetext
// Set the timecode offset of the active clip

...


setProperty "SMPTE_Offset" "01:23:45:12(2)" -onMod "TheActiveClip";

...


 

...

// Now convert a the value at exactly the one hour mark into a frame

...


// number. 

...


int $frameNumber = `smpteToFrame "01:00:00:00(0)"`;

...


print $frameNumber;

Additional information

Related commands

...