Skip to main content
Participant
March 1, 2023
Answered

EDL export with ExtendScript

  • March 1, 2023
  • 1 reply
  • 777 views

There's a post from 2018 that asks for similar functionality https://community.adobe.com/t5/premiere-pro-discussions/how-to-export-an-edl-from-a-timeline-using-extendscript/m-p/9721600

 

Wanted to check again if any progress was made on providing an export to EDL function in ExtendScript? I'm hoping for something that would work like the existing exportAAF function:

 

Project.exportAAF()

 

where I can pass a sequence (and a few extra parameters for configuration) and have it export the corresponding EDL. 

 

If there's any way to do this using the QE API I would be interested in that as well! Or really any alternatives.

 

Thank you!

This topic has been closed for replies.
Correct answer bbb_999

No change, since that post.

[And no, there's nothing in QE DOM that would help.]

Adobe plans no further changes or improvements to PPro's ExtendScript API. Any new functionality would need to wait until PPro supports UXP extensibility for third parties; no dates available. 

1 reply

bbb_999
Community Manager
bbb_999Community ManagerCorrect answer
Community Manager
March 2, 2023

No change, since that post.

[And no, there's nothing in QE DOM that would help.]

Adobe plans no further changes or improvements to PPro's ExtendScript API. Any new functionality would need to wait until PPro supports UXP extensibility for third parties; no dates available. 

cojenninAuthor
Participant
March 7, 2023

Hm, alrighty, thank you!