Hi there, I'm trying to understand how the frame numbering is supposed to work in the explicit retime mode. Say I have a source movie of 4 frames (1-4) and I want to retime it to 101-108 (so offset by 100 frames and half the speed).
I set .explicit.firstOutputFrame to 101, then set .explicit.inputFrames to [1, 1, 2, 2, 3, 3, 4, 4] (and set .explicit.active to 1)
This does the frame doubling correctly, but in the timeline the frames are still numbered 1, 1, 2, 2 etc. I would like them to be 101, 102, 103, 104 etc.
How would I go about this?
Cheers,
Anders