Efficiency through Code and Automation
Development of After Effects Scripts and CEP Panel Extensions, with Node.js and Vanilla JS.
After Effects Scripts
var scripts = {
Search/Replace Properties': 'Bulk search and select properties, or search and replace text in expressions',
Easy Property Links': 'Automatically link After Effect Properties between layers',
Canvas Skaetch': 'Layer based shape packing CEP Extension',
}
Use cases
switch(getCase()){
case 'Creative Solutions':
use = 'Development of tailored parametric solutions for After Effects';
break;
case 'Data Driven Animations':
use = 'Motion Graphics, Lower Thirds, Charts';
break;
case 'Workflow Optimizations':
use = 'Templating and automization for workflows';
break;
case 'Automations':
use = 'Bulk automation of time consuming processes';
break;
}
Technology Development
. Web Application to fascilitate Screen Replacement in Post Production (Beta)
. Solution to render interactive graphics in online videos (Alpha)