Activity › Forums › Adobe After Effects › How to Sync audio to animation
-
How to Sync audio to animation
Posted by Gaurav Kumar on September 26, 2020 at 2:35 pmI’m working on a project & want to scale down my animation on each beat, whenever beat come my shape appears with scale down sorry my English is not good hope you understand what I’m trying to say
Gaurav Kumar replied 5 years, 7 months ago 2 Members · 4 Replies -
4 Replies
-
Graham Quince
September 26, 2020 at 3:45 pmIn the menu Animation > Keyframe Assistant there a tool called Convert Audio to Keyframes. This will create a Null Object with the keyframe values. Generally I find these keyframes are quite low numerically. You may need to use an expression to boost the animation.
-
Gaurav Kumar
September 26, 2020 at 5:17 pmThanks I’ve tried this method but I didn’t use expression I’m a beginner could you please give me the expression which I can use for animation
-
Graham Quince
September 26, 2020 at 7:24 pmI think the simplest method to explain is that if you expand the Scale property on the timeline and expand the Audio Amplitude on the timeline so you can see the keyframes.
Then use the Scale’s pickwhip (looks a bit like an @ ) and click and drag this onto the both channels’ Slider. This will have the scale link to the Audio keyframes and if you use the down arrow which has appeared next to the Scale, you will see this expression:
temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
[temp, temp]
Click on it to edit and and add *10 (or whatever value) to the first line, i.e.:
temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”)*10;
[temp, temp]
Reply to this Discussion! Login or Sign Up