You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var sequenceDuration = app.project.activeSequence.end - app.project.activeSequence.zeroPoint;
I know it's commented out, but this produces a negative number. If you want duration, app.project.activeSequence.end divided by 254016000000 seems to work without the zeroPoint.
zeroPoint's ticks appear to be the start timecode in ticks.
The text was updated successfully, but these errors were encountered:
Samples/PProPanel/jsx/PPRO/Premiere.jsx
Line 768 in c857e94
I know it's commented out, but this produces a negative number. If you want duration,
app.project.activeSequence.end
divided by 254016000000 seems to work without the zeroPoint.zeroPoint's ticks appear to be the start timecode in ticks.
The text was updated successfully, but these errors were encountered: