Skip to main content
Participating Frequently
May 6, 2025
Answered

Is it possible to create a Multi-Cam Source Sequence in Premiere Pro using ExtendScript?

  • May 6, 2025
  • 1 reply
  • 308 views

I am working on automating workflows in Adobe Premiere Pro using ExtendScript. I would like to programmatically create a multi-camera source sequence (multi-cam sequence) through scripting.

  • Is it possible to create a multi-cam source sequence using ExtendScript?

  • If yes, which API methods or objects should I use for this task?

  • If not supported directly, is there any alternative scripting approach or workaround to simulate or achieve multi-cam editing behavior through ExtendScript?

Correct answer Bruce Bullis

>Is it possible to create a multi-cam source sequence using ExtendScript?

Only by cloning an existing multicam sequence. 

> Is there any alternative scripting approach or workaround to simulate or achieve multi-cam

> editing behavior through ExtendScript?

No. 

 

You're not the first person to request such APIs, but any API expansion/improvement will need to wait until we officially release UXP extensibility, in PPro.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
May 6, 2025

>Is it possible to create a multi-cam source sequence using ExtendScript?

Only by cloning an existing multicam sequence. 

> Is there any alternative scripting approach or workaround to simulate or achieve multi-cam

> editing behavior through ExtendScript?

No. 

 

You're not the first person to request such APIs, but any API expansion/improvement will need to wait until we officially release UXP extensibility, in PPro.

Participating Frequently
May 7, 2025

Thank You @Bruce Bullis