Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Natural looking Stabilize Motion ?

  • Natural looking Stabilize Motion ?

    Posted by Jzm on October 2, 2007 at 5:29 pm

    Recently I needed to shoot handheld and I later Stabilized the footage in AE but it looked too good. Therefor I pickwhipped to a Null and wiggled it slightly and it looked way more natural. Now, is there a way to adjust how much to stabilize? I figure it should be possible to somehow use an expression, but how?

    JZM

    Mike Clasby replied 18 years, 7 months ago 3 Members · 6 Replies
  • 6 Replies
  • Kevin Camp

    October 2, 2007 at 7:42 pm

    i think the way you did it was the right way… and you did use an expression, wiggle()…

    the reason i would do it that way, is you’ll have better control over how much ‘natural’ wiggle you want to re-introduce to the shot.

    if you wanted to experiment some, you could try the smoother feature (window>smoother) on the keyframes that were generated by the tracker. note, that the smoother is destructive, it will alter the keyframes that were generated. but it would mostlikely reduce the amount of correction that the tracker did.

    Kevin Camp
    Designer – KCPQ, KMYQ & KRCW

  • Mike Clasby

    October 2, 2007 at 10:12 pm

    1) This Filip Vandueren expression is a good way to use a percent of the original camera movement, on Position of the layer stabilized (after stabilization):

    precision= 50; // use a percentage from 0-100 % ,
    position= ( value*precision + anchorPoint*(100-precision))/100 ;

    https://forums.creativecow.net/thread/2/814060

    And you get 50% of the original camera movement back.

    You could even put it on a slider and easily see what you like.

    Add a slider to the layer (Effect>Expression Controls>Slider Control). Name the slider “percent stabilize” )or whatever you want, press Enter on a selected slider to rename). And with a pickwhip the expression becomes this:

    precision= effect(“percent stabilize”)(“Slider”); // use a percentage from 0-100 % ,
    position= ( value*precision + anchorPoint*(100-precision))/100

  • Jzm

    October 3, 2007 at 8:48 am

    Thanks Kevin and Yikesmikes!
    I’ll try this out!

    JZM

  • Jzm

    October 3, 2007 at 9:24 am

    The Vandueren stuff was great and with the added slider it is exactly what I needed! Now I can even keyframe the percent! I’m in total control, yeah!

    Thanks again!

    JZM

  • Kevin Camp

    October 3, 2007 at 1:19 pm

    that is a nice expression, thanks mike (and filip).

    Kevin Camp
    Designer – KCPQ, KMYQ & KRCW

  • Mike Clasby

    October 3, 2007 at 4:25 pm

    total control

    Now that’s scary.

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