Dave and Kevin,
Yeah, I know this video is pretty complex. I know it was done for real, lots of planning and all…but all I wanted to know is if there’s some way of simulating this process in After Effects. I’m gonna be working with traditional animation (frame by frame drawings) to compose over a wall during an interview. While the actor is talking about his experiences, the drawing is going to walk and perform some actions on the wall (as the reference) behind him.
I thought about applying this little expression to the animated PNG sequence:
d = 1*thisComp.frameDuration*(index – 1);
thisComp.layer(1).position.valueAtTime(d)
I don’t understand expressions that much and I kinda “frankensteined” this one. What it gives me is the ability of repeating each frame of the animation as another static layer. This is somewhat what I’m looking for, but not quite.
The Echo effect would give me the whole in-between frames, but it keeps moving (the echo), so it doesn’t work for me. If only I could FREEZE the echo, you know what I mean? It could be generated static, in place. Or something like the frame blending feature instead of using Echo, I don’t know.
Is there some way to do that?
Maybe Dan Ebberts could help me out, hahahaha…I didn’t know this could be such a tricky request.
Thanks for the kind answers so far, though!