Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

newSequence with custom settings

Explorer ,
Apr 13, 2016 Apr 13, 2016

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

TOPICS
SDK
519
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Apr 14, 2016 Apr 14, 2016

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.

Translate
Adobe Employee ,
Apr 14, 2016 Apr 14, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines