RSS Feed
Nov 4

Expression To Drop Every 10th Frame In After Effects by Brad Chmielewski

Posted on Wednesday, November 4, 2009 in After Effects

Brad Chmielewski, who I follow on Twitter has posted a new tutorial. I didn’t know this trick!

Expression To Drop Every 10th Frame In After Effects from Brad Chmielewski on Vimeo.

In this After Effects tutorial I show you how to add an expression to your footage that will drop every 10th frame. Here is the expression used;

f= timeToFrames();
p = Math.floor(f/1);
framesToTime(p*1.1)

For more information on expressions in After Effects check out aenhancers.com and the tutorials by Harry Frank over at graymachine.com.

  • Share/Bookmark

Be the first to comment.

Leave a Reply

You must be logged in to post a comment.