Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Wiggle that “hugs” source value

  • Wiggle that “hugs” source value

    Posted by Matthew Macar on February 14, 2012 at 6:48 am

    Hey hey

    Is it possible to make a wiggle expression “hug” the source value so that stays closer to it and then less frequently peaks out to the range of the expression?

    I’m attempting to duplicate the look of poorly shot stop motion animation shot with a crappy handycam on a tripod (you know, auto settings all on, varying exposures, the occasional camera bump, out of focus frame, etc). At the moment I’ve written wiggle(8,_) with a posterizeTime(8) expressoin to basically hold whatever the results of the wiggle are for 3 frames (24p).

    posterizeTime(8);
    wiggle(8,_) <<< { "_" is for whatever source value is appropriate for the exposure, position, blur, etc parameters} The results I have are...ok...But I'd prefer it so that the majority (say 80%) of the frames are look proper and decent with MINOR flaws, and the rest are more dramatically affected. Thoughts? mattmacar Posts: 1 Joined: 02/13/2012, 8:49 pm posterizeTime(8);
    wiggle(8,_) // "_" is for whatever source value is appropriate for the exposure, position, blur, etc parameters

    Matthew Macar
    DP, Motion Graphics, Editor
    vimeo.com/mattmacar

    Steve Renard replied 14 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Steve Renard

    February 15, 2012 at 3:15 pm

    You could try using gaussRandom(minValue, maxValue) instead of wiggle. According to the Adobe help, this will return 90% values between minValue and maxValue, and 10% beyond that range.

    ————
    Steve Renard
    647-406-7991
    steve@steverenard.com

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