Duduf After Effects ExtendScript Framework
DuAEF is a set of classes, methods and tools to ease the scripting process in After Effects, as long as adding features (like pngquant, ffmpeg, or json) not available in After Effects/ExtendScript. It is very easy to use and documented.
- Contributing guide: duaef-docs.rainboxlab.org
- Tools: rainboxlab.org/tag/after-effects
- User forum: forum.rainboxlab.org
- You can create private threads on the forum if you need.
- Developers and users chat: chat.rainboxlab.org
- Feel free to come talk with us ! 😄
- Developers' documentation: https://duaef-reference.rainboxlab.org
Just include the framework in your script with this simple code:
#include DuAEF.jsxinc
After this, all objects and methods from DuAEF will be available, in the DuAEF namespace.
The framework reference is available here.
- The tools subfolder contains some useful scripts, which can be used as example cases of DuAEF use.
- DuBuilder is a stand-alone application written in Qt/C++ to build the scripts. It replaces all includes with the actual source code and lets you distribute your scripts as single files instead of a main script with a lot of includes.