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

Where can I find documentation for the Premiere SDK?

Community Beginner ,
May 12, 2016 May 12, 2016

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?

TOPICS
SDK
362
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

Participant , May 12, 2016 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 hel

...
Translate
Participant ,
May 12, 2016 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

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 Beginner ,
May 12, 2016 May 12, 2016
LATEST

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.

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