The Ken Burns effect, if you're not familiar, is the process of zooming in on a still image as a way to bring a dynamism to a still image and emphasize a detail you might otherwise have missed. Years later, media has sped up a bit and what we expect out of our videos are much shorter runtimes, larger amounts of content, and to be significantly better at holding our attentions.
Here you can find a Drive folder with a number of After Effects Animation presets for each of the sections below.
~/Documents/Adobe/After Effects 2020/User Presets/
My Documents\Adobe\After Effects 2020\User Presets\
The one important note is that when you import an image into AE, your scale and possibly rotation may be off. You can change this under the Transform values in your layer, but make sure to do this before you apply any effects, otherwise you may end up with stray keyframes.
And finally, these guides presume a basic knowledge of keyframing in After Effects(this isn't difficult at all, but it is important). If you're not familiar yet, I highly recommend taking a look into this tutorial.
One of the simplest ways to make a still image dynamic is to simply apply a small amount of motion to each image -- really to never let your footage stop moving. Whether it's in, out, left, or right, all you need is a calculation that tells AE to move pixels
over time
. This can be "scale -1% every second" or "move -10 pixels on the x axis every frame".
For all the following animation presets, Drift can easily be stacked on top. It's a bit of a catchall way to keep your images moving -- but it isn't something that can maintain on screen for an extended amount of time. More than a few moments, and it will begin to feel unmotivated.
To apply this, all you need to do is Opt + Click
on the value you'd like, paste the code into the text editor that reveals itself.
m = 1; // change to scale your speed up or down
value + [1,1]*(time-inPoint)*m;
If you'd like to apply this to your Position
or Anchor Point
value, to track horizontal/vertical motion, you'll need to adjust [1,1]
to be something larger. For example, [-10,1]
, will move to the left or [1,10]
moves up.
The only real reason the traditional style feels out of date is because of the linear motion applied to it.
After Effects offers an extremely easy to use function called the Graph Editor, this allows you to graph your changes over time. In this case, easing into the motion, and then back out of it -- giving it a more natural, organic motion.
This preset is built with a constant drift in, and two keyframes that land next to one another. The first is the wide shot and the second is the punch in. Obviously, this is customized for this particular image that has the focal point in the top quadrant.
To fix this, place your playhead over the first set of keyframes(shortcut U to reveal a layer's keyframes), and use the Pan Behind tool(Y) to set your anchor point to wherever you'd like to zoom into.
Finally, if it zooms in too far, or not enough, set your playhead over the second set of keyframes and change the Scale to reframe it into your final shot.
This is obviously just a play on the Drift, but with several images. This is a great method for stylishly comparing aspects of a single image, repeating motifs, or, you know, a tryptic.
It'll place a layer with three open windows under which you can arrange your three images and create a parent/child link to the Tryptic frame(do this under your Parent & Link drop down for each image, selecting "Tryptic").
Cutting into and across images is a great method for images with multiple subjects or a series of details you'd like to highlight. In this case, the action is more about creating the dynamic you might find when cutting between subjects in a scene. Alternately, it can play the role of direct comparisons between aspects of a single image.
Here are the keyframes, in order:
Starter keyframe, this is your wide shot.
Next to that is the first close up you'll cut to
the third establishes that nothing has changed since the second keyframe.
the fourth is your second close up
again, your fifth establishes that nothing has changed since the 4th
and finally, the sixth cuts back to your wide short
To customize this as it is, all you need to do is lay your playhead over each position and arrange your Position and Scale to frame up your wide shot and two close ups. I don't recommend using the Pan Behind tool for this because then your drift will jump jarringly in direction, instead of having a single, large image that you're jumping within.
After* you've arranged your keyframes and composition, I recommend applying a Drift effect, just to give it that touch of motion. If you do this beforehand, you may have a hard time calculating the drift between 2nd/3rd and 4th/5th keyframes.