Activity › Forums › Adobe After Effects Expressions › Less exact motion stabilize?
-
Less exact motion stabilize?
Posted by Patryk Rebisz on April 24, 2005 at 2:58 amHey, i was wondering whether it’s possible to have the motion tracker be less exact. Meaning i still want this slight handheld look justw ithiut the extremes the shot is at right now. Ideas?
Patryk Rebisz replied 18 years, 1 month ago 3 Members · 6 Replies -
6 Replies
-
Joe Chao
April 24, 2005 at 3:19 amHow about make it by the wiggler?I think the wiggle tool can make the tracked motion less exact.
-
Filip Vandueren
April 24, 2005 at 5:58 pmHi Patryk,
the downside of using the wiggler is that it will introduce a different random motion, instead of a bit of your original camera shake,
If that’s not what you want, try this:
after you’ve stabilized the shot add this expression to the Position-parameter:
precision= 50; // use a percentage from 0-100 % ,
position= ( value*precision + anchorPoint*(100-precision))/100 ;
-
Filip Vandueren
April 29, 2005 at 11:43 amHi Patryk,
Just select the layer you just stabilized, hit the “P”- key and you’ll see the Position-parameter, with any keyframes it might have,
Then Option-Click on the Timer Icon to the left of the word “Position”, and you’ll see an “=” sign.
You now have the opportunity to insert an expression (a formula) for the position-parameter.This is by default “position”, you’ll see that text highlighted in your timeline, just copy the expression I wrote into that text-field and you’re done.
precision= 50; // use a percentage from 0-100 % ,
position= ( value*precision + anchorPoint*(100-precision))/100 ;See screenshot:
Reply to this Discussion! Login or Sign Up