Carlos Yasik

  • PORTFOLIO
  • BLOG
  • CONTACT
  • CUSTOM REEL SCENES
  • MARKETING STRATEGIST AND CREATIVE
  • CINEMATOGRAPHER
  • EDITOR AND VFX
  • VOICE-OVER / LOCUTOR

Display Active Layer Name – After Effects Expression

Monday, 31 August 2020 by Carlos Yasik
Use this script on a Text Layer to show the active layer name. txt = “”; for (j = 1; j <= thisComp.numLayers; j++){ if (j == index) continue; L = thisComp.layer(j); if (! (L.hasVideo && L.active)) continue; if (time >= L.inPoint && time < L.outPoint){ try{ txt = L.source.name; }catch(err1){ txt = L.name }
  • Published in Blog, Filmmaking, Motion Graphics
Tagged under: action script, active layer, after effects, expression

Inertial Bounce Expression For After Effects

Thursday, 08 August 2019 by Carlos Yasik
Inertial Bounce Expression This inertial bounce expression for Adobe After Effects will help your animations, like text, to bounce more organically, with will take out the robotic look of your motion graphics. Just copy this text and paste the expression on the stopwatch icon on any parameter you want to apply. I usually use it
  • Published in Blog, Filmmaking, Motion Graphics
Tagged under: action script, after effects, expression, expressions

Pseudo 3d Motion Tracking in After eEffects

Tuesday, 17 April 2012 by Carlos Yasik
Quick guide for motion tracking in 2.5D 3d space and apply it to a 3D camera in after effects This is one of the most common things in post, and here you have a quick guide. You will track it as a 2d shot, but all the objects in you add will follow the camera
  • Published in Blog, Producción de video
Tagged under: 2.5D motion tracking, 3d layer, after effects, quick guide

Let this be the start of something amazing!

Contact me!

Let's start making amazing content!

@2016 All rights reserved.

TOP