Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects eliminate every third frame!

  • eliminate every third frame!

    Posted by Bender on August 3, 2005 at 7:27 pm

    hey guys

    does anybody ever heard of a filter or a script that eliminates every third frame of a movie?

    thanks and greets
    florian

    Dan Ebberts replied 20 years, 9 months ago 3 Members · 2 Replies
  • 2 Replies
  • Jay Blanchard

    August 3, 2005 at 8:20 pm

    Not that I know of, but I would be interested to hear if someone knows an Expression for this.

    If you’re looking to get a stuttered effect, you can always use the effect Posterize Time to change to frame rate. I don’t know if setting the frame rate to 20 with this effect would do what you’re looking for, but I’m sure it’s close.

  • Dan Ebberts

    August 3, 2005 at 10:14 pm

    This time-remapping expression should do it:

    f = thisComp.frameDuration;
    frames = Math.round(time/f);
    (Math.floor(frames/2)*3 + frames%2)*f

    Dan

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