...
Return a frame number corresponding to the timecode offset of the current video file.
Examples
Code Block | ||
---|---|---|
| ||
// Print timecode offset for current video clip |
...
int $offset = `getTimeCodeOffset`; |
...
print $offset ; |
...
Return a frame number corresponding to the timecode offset of the current video file.
Code Block | ||
---|---|---|
| ||
// Print timecode offset for current video clip |
...
int $offset = `getTimeCodeOffset`; |
...
print $offset ; |