Forum Replies Created

  • ChloĆ© Richmond

    January 27, 2026 at 9:45 pm in reply to: Delay / Offset Posterize Time Effect

    I came up with this solution, which I found more useful:

    let framerate = 1/thisComp.frameDuration;
    let targetFrameRate = 12;
    let frameOffset = 1; // (offset in frames);
    Math.floor(value*targetFrameRate)/targetFrameRate+frameOffset/framerate

    There’s also the solution of precomping it and then adding an adjustment layer with posterize time that you can move around, but I found that a bit too cumbersome for my liking.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy