Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Wiggle at only certain volumes on music.

  • Wiggle at only certain volumes on music.

    Posted by George Norkilian on June 29, 2014 at 6:42 pm

    Hi. I’ve been trying to create an expression for a position’s wiggle but I can’t seem to get it right

    The problem is that I only want it to wiggle at a value of audio keyframes.

    This is what I had (In the expression code box) but it but it only wiggles in the lower right and doesn’t look great.

    And while I’m here, I have another question. I rendered out an mp4. I am trying to speed up the mp4 when the song gets loud and slow it down when it kind of quiet. I don’t want a twitching effect (this is what I keep coming up with)

    All help appreciated.

    s=thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider")

    x=value[0];

    if (s < 25) x=value[0];
    else (x=x+s);

    y=value[1];

    if (s < 25) y=value[1];
    else (y=y+s);

    [x, y]

    George Norkilian replied 12 years, 2 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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