Automation

EditReady has two levels of automation:

App URLs

You can tell EditReady to do something by calling the app URL: editready://. You can call this from any app or script that can open a URL.

Requirements

  • EditReady 22.4 or newer

Using a browser

Copy/paste the URL below in a web browser, press Enter, and EditReady will open.

editready://open

Using a shell

Copy/paste the command below in a shell, press Enter, and EditReady will open.

open 'editready://open'

Calls

Activate

editready://activate?key=<your-licens-key>

Deactivate

editready://deactivate

Add

Adds a file or folder to the clip view.

editready://add?sourcePath=<file or folder path>

Transcode

Transcodes a file or folder (also adds the file to the clip view).

editready://transcode?sourcePath=<file or folder path>&preset=<preset name / path or UUID>&destinationPath=<folder path>

EditReady stores its preset files inside the app bundle with a .erpreset file extension. (e.g. /Applications/EditReady.app/Contents/Resources/Apple ProRes 422 (HQ).erpreset). User presets are saved in: /Users/<your-usename>/Library/Application Support/EditReady

Last updated