Giter Site home page Giter Site logo

mamoun86 / duaef_duik Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rxlaboratory/duik

0.0 1.0 0.0 654.92 MB

Duduf After Effects Framework | Duik

Home Page: https://rainboxprod.coop/en/tools/duik/

License: GNU General Public License v3.0

HTML 14.52% JavaScript 79.94% CSS 5.54%

duaef_duik's Introduction

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 //includes all libraries, as separated files (you'll need the complete /libs/ folder)
//OR
#include DuAEF_full.jsxinc //includes the whole framework with one single file.

After one of these two lines, all objects and methods from DuAEF will be available.

As you can see, you can either use only the "DuAEF_full.jsxinc" file which contains the whole framework, or "DuAEF.jsxinc" file to keep every library in separated files. In most cases, you should use the "full" file. The second one might be easier to use if you plan to modify or personalize the framework.

Comprehensive reference

The framework reference is available in the docs folder, click here to view it.

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. You can download the latest (windows-only) version here.

Libraries

The framework is divided into libraries.
All libraries are in the libs subfolder, the source code is fully documented.
There are cross-dependencies between the libraries, so you should not include just some of them, it's easier to include the whole framework with the file "DuAEF_full.jsxinc"

  • DuAECore contains After Effects related objects and methods.
  • DuBinary provides tools to include and extract binary files directly in your script files, allowing to deploy only one .jsx files containing any needed image, preset or executable.
  • DuFFMpeg provides tools to transcode medias using ffmpeg, all in ExtendScript. It includes the FFmpeg binary executable file.
  • DuJS contains JavaScript/ExtendScript useful tools to manipulate Strings, Arrays, Regular Expressions, Math, etc.
  • DuProcess manages external processes. It provides easy-to-use, cross-platform tools to launch command line tools, and a process queue feature.
  • DuQuant is an interface to pngquant, a powerful tool to add lossy compression to PNG files, very useful for web design, proxies, or any other case where lightweight PNG images are needed.
  • DuRenderer is an interface to the After Effects renderer, both in the UI or as a background renderer. It also provides PNG lossy compression with pngquant and will provide FFmpeg support to add formats to the standard After Effects renderer.
  • JSON is the standard JavaScript json implementation.

duaef_duik's People

Contributors

nico-duduf avatar oktomus avatar kant avatar eziopan avatar msongz avatar jeanbaa avatar mortenjust avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.