Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects How to: Multi-Image Pan

  • How to: Multi-Image Pan

    Posted by Nathan German on January 11, 2018 at 8:35 pm

    I’m curious if anyone has any input on how to create a multi-image pan effect in After Effects similar to what is seen at the 1:23 mark in this video:

    https://www.youtube.com/watch?v=iokqGOQmt1U

    So far, the best method I have come up with is to simply arrange the images manually in 3D space, create a camera, and then animate the position of the camera to pan across the images, but I feel like that would take forever just laying out all the images. Anyone have any other method suggestions that may work quicker or more effectively?

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

    Walter Soyka replied 8 years, 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • Walter Soyka

    January 11, 2018 at 11:24 pm

    You could use a particle system. Precomp and sequence all the images as a single frame each inside of a comp, then use that with “Random Still” mode as the texture for your particle.

    Or you could build the random assortment of photos with a script like this:
    https://aescripts.com/distributelayers/

    Or you could use an expression to randomly distribute the photos in space, then animate a camera or link them all to a null and pan it:
    // adjust these values to taste
    minX = -2000;
    maxX = 2000;
    minY = -1000;
    maxY = 1000;
    minZ = 0
    maxZ = 2000;

    seedRandom(index, true);
    value + [random(minX, maxX), random(minY, maxY), random(minZ, maxZ)];

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy