All Projects → RxLaboratory → DuAEF

RxLaboratory / DuAEF

Licence: GPL-3.0 license
Duduf After Effects Framework

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to DuAEF

ovid-editor
Adobe panel providing the most advanced scripting environment possible -- Typescript, app DOM autocomplete, full I/O features and more
Stars: ✭ 43 (+115%)
Mutual labels:  extendscript, after-effects
quickSRT
generating .srt(subtitles) in After Effects
Stars: ✭ 24 (+20%)
Mutual labels:  extendscript, after-effects
quickExp
a script for controlling expressions quickly in After Effects
Stars: ✭ 24 (+20%)
Mutual labels:  extendscript, after-effects
create-expression-lib
🐱‍👤 CLI to create an After Effects expression library in TypeScript
Stars: ✭ 23 (+15%)
Mutual labels:  after-effects, expressions
jsxbin
Convert jsx ExtendScript files into jsxbin files using ExtendScript Toolkit
Stars: ✭ 73 (+265%)
Mutual labels:  extendscript, after-effects
Indentz
Collection of InDesign scripts for simple and repetitive tasks.
Stars: ✭ 23 (+15%)
Mutual labels:  extendscript
color-math
Expressions to manipulate colors.
Stars: ✭ 18 (-10%)
Mutual labels:  expressions
AE-Icon
🐱 use bodymovin to render some interesting After Effects vector icon
Stars: ✭ 47 (+135%)
Mutual labels:  after-effects
Unmockable
💉 ↪️ 🎁 Unmockable objects wrapping in .NET
Stars: ✭ 35 (+75%)
Mutual labels:  expressions
adobe-illustrator-layer-renamer
Adobe Illustrator script to batch rename layers.
Stars: ✭ 40 (+100%)
Mutual labels:  extendscript
ExtendScript
🍆 Getting started with ExtendScript ✨ by Jeff Davis
Stars: ✭ 23 (+15%)
Mutual labels:  extendscript
ExtendScript-for-Visual-Studio-Code
Extension that adds Adobe ExtendScript support to Visual Studio Code
Stars: ✭ 29 (+45%)
Mutual labels:  extendscript
ae-ease-to-gsap-customease
Converts the keyframes of the selected property in After Effects to a set of SVG path commands that can be used directly in GreenSock's CustomEase plugin
Stars: ✭ 58 (+190%)
Mutual labels:  after-effects
adobe-cep-react-create
Create Adobe-CEP extension with React, Material-UI, Native Node modules, Webpack, Babel and ExtendScript
Stars: ✭ 95 (+375%)
Mutual labels:  extendscript
AEScript-Explode-Shape-Layer
Extract shapes from a shape layer to individual layers
Stars: ✭ 37 (+85%)
Mutual labels:  after-effects
AE-Slicer
Save PNG slices in AE. Support multiple slice zones in one comp.
Stars: ✭ 21 (+5%)
Mutual labels:  after-effects
babel-preset-extendscript
Babel preset for transpiling ES2015 and modern JS conventions to ES3.
Stars: ✭ 35 (+75%)
Mutual labels:  extendscript
ai-merge
Import your SVG, AI, EPS, and PDF files into a single Illustrator document.
Stars: ✭ 65 (+225%)
Mutual labels:  extendscript
photoshop-react-redux-ramda
🎨😱💀⚛️
Stars: ✭ 24 (+20%)
Mutual labels:  extendscript
Photoshop-Scripts
A collection of Photoshop scripts.
Stars: ✭ 53 (+165%)
Mutual labels:  extendscript

DuAEF

Duduf After Effects ExtendScript Framework

What's this?

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.

Links

How to use the framework in an After Effects script?

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.

Comprehensive reference

The framework reference is available here.

Other tools

  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].