Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions fill color to audioamplitude

  • Adam Greenberg

    September 20, 2021 at 4:41 pm

    random ?

    first use keyframe assitant to convert audio amplitude to keyframes then expression the fill color to the both channels slider with the code below;

    then you can change the numbers to something else. You realize this will change the color at every frame though ?

    temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);

    [temp/80, temp/100, temp/20, temp/20]

  • Darren Caruana

    September 20, 2021 at 4:48 pm

    thanks a lot for your help , as you sad that is too much color change but thanks again.

  • Adam Greenberg

    September 20, 2021 at 4:52 pm

    there are many ways to fix that with math, depending on what it is you want

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