After Effects - Digital Glitch Tutorial (No Plugins Needed)

This week’s tutorial is about how you can create a digital glitch like you would see on corrupt footage or in a movie trailer. This doesn’t require any 3rd party plugins to work, so you can do it all natively within after effects. Here are the expressions I used: Scale: seedRandom(index,true); A = random(750); B = A 500; Evolution: seedRandom(index,true); A = random(360); B = A 360; C = time*B; I apologise for my rambling, but you get the picture I hope! I also forgot to mention but as with the
Back to Top