A walkthrough of how to use music and sound files.
You’ll get loads of people telling you not to use audio in Adobe After Effects. That you should use Audition or another sound editor and Premiere Pro or other video editor. And yeah, you can do a lot more in those programs, but it’s also entirely possible to use AE with audio and create animations and motion graphics synchronised to music. And also as a really quick way to add sound effects to your VFX shots.
In this video, I cover adding audio files, using their waveform and using layer markers for visual cues. I also look at the audio Spectrum and Audio Waveform effects (found in the Generate category) which makes it super easy to get you voice on screen. We’ll look at the Keyframe Assistant’s Generate keyframes from Audio and then combining that with expressions to drive animations. And finally, how you can create a repeating sound effect, using the expression below, driven by layer markers.
#audio #aftereffects #music
-------------------------------------------------------------------------------
Project download: https://bit.ly/3yXvn3K
Expression from CreativeCow.net ( https://creativecow.net/ )
Remember to replace the GREATER_THANs and LESS_THAN:
len = thisLayer.source.duration;
if(marker.numKeys GREATER_THAN 0){
m = marker.nearestKey(time).index;
if(marker.key(m).time GREATER_THAN time) m--;
if(m GREATER_THAN 0){
mt = marker.key(m).time;
if(time LESS_THAN mt+len){
linear(time, mt, mt+len, 0, len);
}else 0
}else 0
} else value;
-------------------------------------------------------------------------------
Chapters
0:00 Introduction
1:13 AE's different previews
2:25 Using markers
4:00 Making keyframes from audio
6:55 Audio Spectrum effect
8:35 Easy repeating
-------------------------------------------------------------------------------
Twitter: / shiveringc