Automation
EditReady has two levels of automation:
EditReady Pro: App URLs
EditReady Server: headless CLI
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://openUsing 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://deactivateAdd
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>Last updated