Sleepydragn1 / BananaSplit

Python 3 script for rendering After Effects compositions in automagically compressed chunks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BananaSplit

BananaSplit.py is a Python 3 script for rendering After Effects compositions in automagically compressed chunks.

Requirements

Both After Effects (obviously) and ffmpeg must be installed.

Additionally, ffmpeg.exe (found in FFmpeg's /bin folder) and aerender.exe (found in After Effect's install location with AfterFX.exe) must also be added to the system's shell path for the script to work properly.

Tutorial on Modifying Windows' Shell Path

Tutorial on Modifying OS X's Shell Path

Cross-platform Compatibility?

BananaSplit should work on all Windows systems (tested) and OS X systems (untested) that After Effects can be installed on.

I accidentally deleted my fragmentList.txt! What do?

First off, check to see if you have a fragmentList.bak from a previous render. If the project's basic properties have remained unchanged, using that may work.

Otherwise, reconstructing a fragmentList.txt is easy, and follows FFmpeg's concatenation file syntax. See here for more information.

About

Python 3 script for rendering After Effects compositions in automagically compressed chunks.

License:MIT License


Languages

Language:Python 100.0%