...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
integer
Examples
Code Block | ||
---|---|---|
| ||
// 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
...