Skip to main content
jestructure
Participating Frequently
May 12, 2016
Answered

Where can I find documentation for the Premiere SDK?

  • May 12, 2016
  • 2 replies
  • 399 views

I've already asked several questions in the forums, but I still feel lost. For every feature I want to implement, I have to come here to ask if it's even possible.

So, what I would like to be my last question: Is there any documentation around?

This topic has been closed for replies.
Correct answer Thomas_Szabo

CEP 6 HTML Extension Cookbook for CC 2015 · Adobe-CEP/CEP-Resources Wiki · GitHub

This will give you a lot of important infos.

But there is no official documentation for ExtendScript APIs. Therefore I recommend studying the PProPanel Sample:

Samples/PProPanel at master · Adobe-CEP/Samples · GitHub

I do recommend asking questions here. Especially if you dig into the ExtendScript APIs. Adobe´s Bruce Bullis used to be very responsive and supportive. Additionally, I started following these forums to help others since I know how complicated Premiere´s SDKs can be at the beginning.

Thomas

2 replies

sg90
Participant
May 12, 2016

In addition to Thomas' answer, you can also view all available methods and attributes via reflection using ExtendScript Toolkit application. When Premiere is running the attributes are populated in the Data Browser.

Thomas_Szabo
Thomas_SzaboCorrect answer
Inspiring
May 12, 2016

CEP 6 HTML Extension Cookbook for CC 2015 · Adobe-CEP/CEP-Resources Wiki · GitHub

This will give you a lot of important infos.

But there is no official documentation for ExtendScript APIs. Therefore I recommend studying the PProPanel Sample:

Samples/PProPanel at master · Adobe-CEP/Samples · GitHub

I do recommend asking questions here. Especially if you dig into the ExtendScript APIs. Adobe´s Bruce Bullis used to be very responsive and supportive. Additionally, I started following these forums to help others since I know how complicated Premiere´s SDKs can be at the beginning.

Thomas