Does anyone know what function or method can be used to export a composition as an Adobe Premiere Pro Project?
I've been using the rather limited "findMenuCommandId" method for a while now...
////------------EXPORT AS PREMIERE PRO PROJECT------------ //Save current comp as a Premiere Pro CC Project to be located in next step: app.executeCommand(app.findMenuCommandId("Export Adobe Premiere Pro Project..."));
but this has limitations:
- Additional user involvement to name the file and choose the 'save' location.
- Extendscript won't store the file as a variable for later retrieval/evaluation.
I've checked the AE Scripting documentation but to no avail. Maybe I'm missing something?
Any help would be much appreciated!
Message was edited by: Jon A- Question originally posted in AE SDK forum by accident.