Copy link to clipboard
Copied
Hi! I'm creating a scripted panel which imports a clip and makes a sequence for it.
I've been reading through Premiere.jsx, I can create new sequences using app.project.createNewSequence and qe.project.newSequence;.
What I can't work out is how to create a new sequence with arbitrary settings like resolution and fps. I want to match the sequence to whatever the input clip is.
Also what does app.enableQE do?
Thanks!
G
There is no API for controlling any/all sequence settings; you can either pop the new sequence dialog, or create a new sequence from an .sqpreset file.
app.enableQE() enables the unsupported QE DOM.
Copy link to clipboard
Copied
There is no API for controlling any/all sequence settings; you can either pop the new sequence dialog, or create a new sequence from an .sqpreset file.
app.enableQE() enables the unsupported QE DOM.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now