Skip to content

Releases: DavidEscalante/AEPMaster

AEP MASTER

10 Sep 00:54
e094405
Compare
Choose a tag to compare

Fixed ffmpeg configuration that caused some color differences between the AEP composition and the final .mov / .mp4 files

AEP MASTER

02 Mar 06:07
977ce74
Compare
Choose a tag to compare
AEP MASTER Pre-release
Pre-release

In an attempt to make the app experience smooth, the app will create now in the user home directory a folder called AEPMASTER were it will store this files:
8CxsDP3m3XH8kuyrMhPocUGwboZbJd4.txt
aerender_location.txt

  • 8CxsDP3m3XH8kuyrMhPocUGwboZbJd4.txt
    This is a random generated name so there is no mistake detecting it. This is created once Terminal is allowed in Accessibility.

The reason this file exists, is so the app don't have to check Terminal in Accessibility each time you launch the app, it will only look for this app, and as long the app exists, means Terminal was granted previously the Accessibility access.

  • aerender_location.txt
    The app will ask you for the aerender file location the first time you launch it.

The location will then be stored in this text file. If the app is unable to locate the aerender file during launch, it will delete this .txt file and ask you again to locate the file, creating a new text fill with the new location.

Other changes:

  • Added: GUI timer showing how many seconds remain before the system shuts down and from here the user can cancel the automatic shutdown process.
  • Added: Dialog window that shows after all the tasks are done and it allows the user to reveal the final .mp4 on the finder if the user choose to.

AEP MASTER

29 Feb 23:27
dd9b511
Compare
Choose a tag to compare
AEP MASTER Pre-release
Pre-release
  • Added: The app will create a .txt inside the app itself in order to check if Terminal is allowed in the Accessibility features.

  • Updated: The included video, now it explains how to add terminal to the accessibility features in OSX.

  • Changed: ⌘T is now send by Terminal.app, you need to allow Terminal to the accessibility features

  • Changed: No longer you need the .aep file to match the name of the composition you want to render., now you can input any name you want and it will look for it.

  • Changed: Maximum instances recommended from 32 to 12.

  • Fixed: Typos in the docs... not all of them tho.

AEP Master: Standlone

28 Feb 09:11
a6562d5
Compare
Choose a tag to compare
AEP Master: Standlone Pre-release
Pre-release

This new release doesn't need iTerm, it can run without the need to install anything else.

It now allow the user to input manually any amount of instances with a warning, but still the code will allow the user to use any amount of instances as needed.

Thanks to: https://stackoverflow.com/a/60447441/12977752

AEP Master: Almost standalone

27 Feb 18:46
2cc4a80
Compare
Choose a tag to compare
Pre-release

I integrated ffmpeg and mediainfo into the app, so this new version only requires you to have iTerm installed.

It also can self-replicate it self each time you launch it so you can render multiple .aep in parallel.

AEPMaster-beta

26 Feb 06:56
448f00e
Compare
Choose a tag to compare
AEPMaster-beta Pre-release
Pre-release

This .zip content:

  • i am a demo (After Effects demo effects project, can be deleted)
  • AEPtoMP4-MASTER (main render script)
  • multicore (this just create render instances, can be deleted)
  • ffmpeg (is used to create .mov and .mp4 files)

The composition and .aep file MUST share the same name
The folder MUST be in the user desktop
The folder MUST be named ae_multicore

You MUST have installed After Effects, the script is meant to run with AE CC2020, in case you are running other version, you have to open the script and edit the version number, I made it easy to locate.