Activity › Forums › Adobe After Effects › How to smooth out motion tracking?
-
How to smooth out motion tracking?
Posted by Jacob Tamari on July 15, 2007 at 9:11 pmHi, I’m trying to corner pin (perspective) motion track an image, the tracking works but jumps around alot so that the image shakes, even when the source footage is almost static. Is there a way for me to tell AE not to jump too much from frame to frame so that the tracking comes out smoother?
Darby Edelen replied 18 years, 10 months ago 4 Members · 3 Replies -
3 Replies
-
Mike Clasby
July 16, 2007 at 2:41 amYou can try the flipside of Wiggle, the Smooth expression, to the layer the Tracker tranformed.
smooth(2, 5)
This from AE Help is all I know about the smooth expression, but I do know it’s not as intuitive as wiggle, raising the width smoothes more:
Number or Array smooth(width= 2, samples=5, t=time) {width, samples, and t are numbers} Applies a box filter to the value of the property at the specified time, and smooths the result over time. Width (in seconds) is the range of time over which the filter is averaged. Samples equals the number of discrete samples evenly spaced over time. Generally, you’ll want samples to be an odd number so that the value at the current time is included in the average. For example, position.smooth(.1, 5).
The larger the first number, the smoother it gets, quickly. For a smooth, but less smooth than 2, try .5 or so.
Apply the smooth expression to any keyframed parameter thats jumpy.
Apply an expression, by copying the expression, Alt-click the stopwatch (of the parameter to be smoothed) and Paste.
-
Aharon Rabinowitz
July 16, 2007 at 3:02 amYoiu can also try applying the smoother to the rough spots.
Window > The smoother
Select the offending keyframes and then use the smoother dialog to remove unneeded keyframes.
—————————————-
Aharon Rabinowitz
arabinowitz(AT)yahoo(DOT)com
http://www.allbetsareoff.com—————————————-
Click the link below to subscribe to the Creative Cow After Effects Podcast, and get free AE video tutorials:https://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=111087911
-
Darby Edelen
July 16, 2007 at 3:30 amYou can apply the expression
smooth()to any keyframed property to smooth the values. It can take a few arguments, I don’t have AE in front of me now so I can’t tell you in what order to enter them but you should be able to find them in the AE Help.The most common arguments to change are the duration of the sample and the number of samples.
Darby Edelen
DVD Menu Artist
Left Coast Digital
Aptos, CA
Reply to this Discussion! Login or Sign Up