Imported on Nov 3, 2009
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);
Click here to view the embedded video.
For more information on expressions in After Effects check out aenhancers.com and the tutorials by Harry Frank over at graymachine.com.
originally posted on Brad Chmielewski
Loading comments...