Introduction :
Based on Eugene(inspirit) post about Faster Array Sort function in Flash, I ported his test code into javascript.
First of all, I’m mainly using JS for scripting into Adobe After Effects, Photoshop, … but not so much…
Posts tagged 'AE' (Page 2)Based on Eugene(inspirit) post about Faster Array Sort function in Flash, I ported his test code into javascript.
First of all, I’m mainly using JS for scripting into Adobe After Effects, Photoshop, … but not so much…
A one slider plugin that gives a very compelling filmic contrast “look” to your footage. Partially based on Ken’s Perlin Gain function & Roy Stelzer’s presentation
Here is a tutorial on how to convert your own Light Probe into the 9 coefficients needed into my ft-SSIBL plug-in (Screen Space Image Base Lighting).
This shader will color an image based on a second input. I did it because I wanted to change grayscale into a variety of colors with a gradiant.
…
This really simple shader let you combine 2 inputs channel into a new one. There is already something like that in AE, but I believe it is only working in 8 or…
ft-SSIBL for “Screen Space Image Base Lighting” is based on a topic I covered in a previous post about Roy Stelzer’s…
This shader let you re-texture your rendering directly in After Effects. It use a UV pass as default input and a texture as second input. UV pass could be render from…
Those two shaders try to mimic Martin Scorsese’s The Aviator movie effects. The codes…
My tutorial for AETuts+ is finally out !!
It covers Time Remapping, Waveform to keyframe conversion, expression, … I got…
If you haven’t seen my previous post yet, here is the Syntheyes’ Cubic Lens Distortion algorithm…