Skip to main content
Bed30321077z973
Inspiring
November 21, 2023
Answered

Is it possible to create multiple sequences with ExtendScript?

  • November 21, 2023
  • 1 reply
  • 296 views

Hello

1) Is it possible to code thourgh ES or other, to add a sequence or even mutiple ones? What would be the name/type of variable for a sequence?

2) How to select a particular sequence from 3 sequences you have in your project to add to it a clip (and avoid adding it to the wrong sequence)?

Let's say I want to add clip012 to sequence 012 and clip 023 to sequence 023..

 

3) When creating/adding a sequence, anything else to consider through coding, such as making sure the length is matching. (I got some alert about that when creating one manually)

 

Anything else I should know about. Thanks

This topic has been closed for replies.
Correct answer Dan McSweeney

Hi there,

Yes, there is a published API that will allow you to automate most features in Premiere Pro. 

We have a sample panel which demonstrates what is possible.  Note: you'll need some JavaScript skill.

Here is the repo:

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel

 

 

I think what you might be looking for is:

    insertOrAppend : function () {


 
    closeAllSequences : function () {

1 reply

Dan McSweeneyCorrect answer
Adobe Employee
November 21, 2023

Hi there,

Yes, there is a published API that will allow you to automate most features in Premiere Pro. 

We have a sample panel which demonstrates what is possible.  Note: you'll need some JavaScript skill.

Here is the repo:

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel

 

 

I think what you might be looking for is:

    insertOrAppend : function () {


 
    closeAllSequences : function () {