00:00
157
More
See all Show me
34. Belize Lotto
2 years ago
33. Expression To Drop Every 10th Frame In After Effects
2 years ago
32. Flow NXT
2 years ago
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.

Likes

See all likes
  • Josh Goodwin 2 years ago
    So does this just give it a faster look to the clip?
    Im not sure why you would want or need to do this.
  • Brad Chmielewski plus 2 years ago
    Yeah it's an odd effect. It was a random question to get asked.

    Seems kinda useful if you just wanted to show ever 5 or 10 frames to get that photo look.
  • Josh Goodwin 2 years ago
    Yeah its a different look. Not too different.
    I just added this script to a time remapping and its pretty sweet too!

    n = 5;
    f = timeToFrames();
    framesToTime(Math.floor(f/n)*2*n + f%n)
  •  
  • marioascierto83 1 year ago
    Thanks for this tutorial, it's very useful !!!! :D
  •  
  • Taylor McKenzie pro 1 year ago
    Found this useful when rendering every second frame from Softimage (to save time) then playing out through AE. Thanks.
  •  
  • Keith Crusher 1 year ago
    This is cool for doing stop-motion type effects! Thanks!
  •  
This conversation is missing your voice. Take five seconds to join Vimeo or log in.

Advertisement

About this video

MOV
00:02:37
  • 1280x720, 18.64MB
  • Uploaded Tue November 03, 2009
  • Please join or log in to download
1 Related collection

Statistics

Date Plays Comments
Totals 3,458 18 6
Feb 14th 1 0 0
Feb 13th 8 0 0
Feb 12th 3 0 0
Feb 11th 2 0 0
Feb 10th 2 0 0
Feb 9th 2 0 0
Feb 8th 7 0 0

Related lessons from Vimeo Video School

Check out these lessons to learn more about how you can make videos like this one!