Creative Communities of the World Forums

The peer to peer support community for media production professionals.

  • Posted by Jonathan Shohet on December 20, 2008 at 6:14 pm

    Hi,

    I’m in the process of creating short videos in AE from still photos sequences. Most of these sequences are shot handheld, no tripod. When the sequence is stationary, I can easily stabilize it with the motion tracker stabilizer. However, some of these sequences involve lots of camera motion, and I “stabilize” them manually, frame by frame, by changing the position/rotation/scale of each frame, until the overall camera motion in the sequence appears smooth. Don’t worry, I haven’t lost my mind, I’m an animator – I like working frame by frame 😉

    I used to do this in Combustion, which has a very usefull onionskin option, so that you can overlay the next/previous frame/s on top of the current frame, as reference. This really speeds things up, eliminating a lot of the guesswork as to how to allign each individual frame.

    I cannot for the life of me find such an option in AE, and wondered if anyone can maybe suggest a way to achieve this with an expression.

    many thanks in advance.

    Loay El-aswad replied 10 years ago 6 Members · 5 Replies
  • 5 Replies
  • Elad Menashe

    December 21, 2008 at 7:10 am

    For onion backwards skinning:
    1) Duplicate the layer and apply Time Remapping.
    2) Create an expression for the time remapping:

    numOfFrames = 1;
    d = numOfFrames*thisComp.frameDuration;
    thisComp.layer().timeRemap.valueAtTime(time – d)

    (expression may vary, I’m not in front my AE)

    3) change the layer opacity.

    There are easier ways:
    * Duplicate the layer and shift it in time one or more keyframes and change its opacity.
    * Use the Echo (or Echo Time) effect

  • Zeina Elayyan

    October 21, 2010 at 2:13 pm

    Hey
    did you ever figure out if there is onion skinning on AE?? Im looking for it for the same reason as you,
    help
    :/

    Zina

  • Thomas Morison

    December 25, 2012 at 2:43 pm

    Onion skinning can be simulated by using the clone tool (as a source for the previous frame).

  • David Hallows

    January 6, 2015 at 1:50 pm

    Hi Thomas

    Could you please tell me how to do this with the clone tool? I’m trying to teach lots of different types of animation from within AE, it would be super helpful.

    Many thanks
    David

  • Loay El-aswad

    April 27, 2016 at 2:32 pm

    You can use this script:
    https://aescripts.com/paint-and-stick/

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