Make DNA strand from shape layers – Adobe After Effects tutorial
Use shape layers to fake a 3d DNA helix, rotating, turning, tumbling. All without opening a 3d application. We work totally in shape layers using the most basic of keyframes to make it happen. It looks great and you’ll learn lots doing it… maybe.
If you have any questions just let me know in the comments.
Download this project file:
Download DirectDownload Via GumRoad
Extrude Shapes and Text – Adobe After Effects tutorial
Extrude shape layers. Extrude shape layers. All in After Effects, and better than ever before. Learn how to use the new Cinema 4D powers unlocked in Adobe Ae CC 2017.
In this tutorial, we will extrude some text, and then some shape layers, and then use those new powers to make a real thing! Spoilers… it’s an iphone #spoilers. This is a new feature in Adobe CC 2017. If you don’t have that version or newer you are out of luck. It’s new. It’s great. You should get into it!
If you have any questions just let me know in the comments.
Download this project file:
Download DirectDownload Via GumRoad
Fly Through Logo Reveal – Adobe After Effects tutorial
Want to reveal a logo by flying through it? Then this is the Adobe After Effects Tutorial for you. Zoom through a logo shaped hole in a background as you animate on the logomark, wordmark, whatever mark of your choosing. Zoom! Excellent for transitions, outros, intros, and much more.
If you have any questions just let me know in the comments.
This project file for this will work in Adobe CS5.5 and WILL NOT work in older versions.
Download this project file:
Download DirectDownload Via GumRoad
Glass Pane Slide Show – Adobe After Effects tutorial (Sponsored By Videoblocks)
Make a slideshow for images or video with sliding glass panes moving over and revealing footage and text. This tutorial was sponsored by Videoblocks. Visit http://videoblocks.com/ECAbrams_0716 to redeem your 7-day free trial to VideoBlocks!
If you have any questions just let me know in the comments.
Download this project file:[/vc_column_text]
This project file for this will work in Adobe CS5.5 and WILL NOT work in older versions.
Flickering Transitions – Adobe Premiere Tutorial
Flickering transitions are so hot right now, but all I have in premiere are these dumb fades! Well fear not, there’s hope with the ability to keyframe things and add effects in Premiere. I’ll show you how to make quick and easy flickering transitions in Premiere in no time… or like 10 minutes.
Usually we talk about After Effects on this channel so if that’s a thing you want Definitely subscribe. And if you want to see more adobe premiere tutorials on here let me know and we’ll make it happen.
If you have any questions about what you’ve seen just let me know in the comments.
Flickering Transitions – Adobe After Effects Tutorial
Want to make things flicker in after effects… well there are many way to make that happen. Keyframes, effects, and expressions. This is less of a tutorial and more of a lesson on all the ways you can do the same damn thing in this program. Really there’s no wrong way… unless you’re talking about doing something completely wrong. Actually there is for sure wrong ways to do things.
Anyway, here is the expression we use in here, it’s a doosey…
amp = 50; //MUST BE 50! Governs the height of the wave
freq = 10; //waves per second… kind of.
t=time-marker.nearestKey(time).time; // time based on the marker
x=amp*Math.cos(freq*t*t)+50; // makes the wave
if (time>thisLayer.marker.key(1).time) {100} else {
if (x>50) 100 else 0} // turn the effect on at the marker, and limit the expression
I hope that helps. But if it’s not clear, ask me questions in the comments zone and I’ll try to answer them.
Download this project file:
This project file for this will work in Adobe CS6 and newer (12.2) and WILL NOT work in older versions.