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

Can you EXPORT multiple sequences at once, or add them to a queue to be exported 1 after the other?

Engaged ,
Nov 20, 2023 Nov 20, 2023

Hi,

1)

Let's say I have these 3 sequences:

Bed30321077z973_0-1700545621466.pngexpand image

Or any number of sequences.

Is it possible to click somewhere or run some code, to EXPORT each sequence into an video, either all at once, or one after the other without having to click export for each one individually?

That would be useful.

 

 

2) What is exactly a sequence?, When I am adding one manually then adding a video clip to it, an alert pops up informing me about mismatching sequence and the clip video.

TOPICS
Export , Performance , SDK
507
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 , Nov 21, 2023 Nov 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 : fu
...
Translate
Community Expert ,
Nov 21, 2023 Nov 21, 2023

Using Adobe Media Encoder (AME) for the exports might help.

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
Community Expert ,
Nov 21, 2023 Nov 21, 2023

Bed30321077z973 wrote:

 

2) What is exactly a sequence?, When I am adding one manually then adding a video clip to it, an alert pops up informing me about mismatching sequence and the clip video.


 

A sequence is a timeline that contains your media.

If your media pixel size doesn't match the sequence pixel size, the media will either be cropped or have black bar(s) around it when displayed or exported unless you adjust its size and/or position.  Some effects, like masks or Warp Stabilizer, will not work properly.

 

A mismatch of frame rates may also cause other issues.

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
Adobe Employee ,
Nov 21, 2023 Nov 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 () {
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
Engaged ,
Nov 21, 2023 Nov 21, 2023
LATEST

Great stuff, thanks to all for the informations!

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