-
How to render only every Nth frame in AE
I have this project I’m working on that involves recorded footage and animation and the look we’re going for is stop-motion-y. So everything’s ready in AE and we slapped over everything a PosterizeTime effect in order to get the look we’re going for. Our original material was in 24fps and we’re going for 8fps. Of course, this means every 3 frames of our project are exactly the same. So when it comes to exporting—and due to the fact we have a lot of resource-hungry stuff layered on there—I’m wondering if there’s a way to not waste time having AE render out the same frame 3 times (which at this instant is taking about 3 mins per frame) and instead somehow tell AE: “Hey, only render every 3rd frame into TIFF, and I’ll triplicate it afterwards, when I pop it in PPro!”
At this time, and because when aren’t we on a tight deadline?… I’m “solving” this by manually jumping to every 3rd frame and exporting that frame only through Composition > Save Frame As… But this is enough to almost make me want to give up my job in post-production!
Somewhere I read to use this expression:
n = 3;
time * n;But, first, I’m unsure where exactly to put it; second, if I’m not mistaken, that tells AE to play every 3rd frame—but does that affect rendering? I guess it would, right?
P.S. If you’ve got any recommendation as to the what would be the best/fastest way to import the every-3rd-frame sequence into PPro and have every frame last for 3 frames by default, that would be great! As that’s the next hurdle to jump!
________________________________________
…So this is how I managed to bungle it up today.