Is it possible to execute JSX scripts from outside ExtendScript?

Are you on a Mac? If so, you can use AppleScript with the osascript tool to execute your JavaScript. Here are some examples: Running JSX and Returning a Value Save this as ~/temp/foo.scpt: tell application “Adobe Illustrator” — ‘do javascript’ runs any arbitrary JS. — We’re using the #include feature to run another — file. … Read more

Add imported files into sequences using Premiere Pro’s ExtendScript connection

Rather than setting in/out points on the active sequence why not load your raw video into the source window instead, and set the in/out points there, and then build up the final version inside the active sequence. Copying the clip from Source to sequence can be done many ways and should be pretty easy. So … Read more