Batch Create Sequences from Presets, Intro to the QE DOM

Two lines of code are all you need to have your script create sequences automatically. Here’s the catch. Each one of those lines has a backstory that is important you understand if you want to continue learning to script in Premiere. Lets go over these; app.enableQE(); This piece of code holds much mystery, but its Read More …

Access Item Information, Run Quick Scripts with Adobe Add Ons

In this movie I talk about two tools that really have helped as I have learned to script. Both of these tools are available at the Adobe Add-On Store. The first tool we go over is JSXLauncher . This handy tool allows you to target a folder on your computer where you store your scripts, Read More …

Creating Bins, Sequences, and Moving them Around

Alright. We’ve made it through the boring stuff upfront. We can successfully make a panel and load it into Premiere. Now lets make Premiere do something!! In this move I cover a bit about how to dig down through the folder hierarchy in Premiere, and discuss three methods that are essential in a script; createBin(), Read More …