Creative Communities of the World Forums

The peer to peer support community for media production professionals.

  • Posted by Andres Torres on May 1, 2009 at 9:08 pm

    I’m looking for an expression that achieves a similar effect as the posterize time effect.

    I’d like to be able to control it based on holding frames, not altering the frame-rate of the composition or layer.

    i.e.,

    1 1 3 3 5 5 7 7 9 9…(each frame is repeated once)
    1 2 3 4 5 6 7 8 9 10…(original frames)

    I’m looking for something with a variable I can alter so i can hold for 2, 3, 4…frames.

    Dan Ebberts replied 17 years, 3 months ago 2 Members · 3 Replies
  • 3 Replies
  • Dan Ebberts

    May 1, 2009 at 10:34 pm

    I think this time remapping expressin does what you want:

    n = 3; // number of frames to hold
    f = timeToFrames();
    framesToTime(Math.floor(f/n)*n);

    Dan

  • Andres Torres

    May 2, 2009 at 4:23 pm

    Thanks for your reply.

    Where do I apply the expression?

  • Dan Ebberts

    May 2, 2009 at 4:27 pm

    After you enable time remapping, you apply it to the time remapping property.

    Dan

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