Skip to main content
gifted_face16B8
Participating Frequently
October 3, 2022
Answered

Publishing Premiere Plug-in (in 2022)

  • October 3, 2022
  • 2 replies
  • 2574 views

I've pretty much finished a CEP/Extendscript based premiere plug-in, and on going to the developer console, I don't see any way to create a plug-in of this type and get an ID for it for this older format. The choices are Adobe XD or Photoshop. As I understand it, CEP is still the format that is current for Premiere.

 

How do you register a new premiere plug-in project in this case?

 

Thanks, Ryan

 

This topic has been closed for replies.
Correct answer Bruce Bullis

So if you choose plugin, then you get back to the start of my question above. The two choices are XD or Photoshop... Photoshop seeemed obviously wrong, so I chose XD, but then realized that's not right either. And... it doesn't let you remove things, so it says you need to email to make changes. A bit strange...

 

So, perhaps forget everything we just said and I'll start over. 🙂

 

How do I register this ID with adobe?

<Extension Id="com.audiodesigndesk.ppro" Version="1.0.0"/>

 
For Premiere, are you still requiring the manual certificate signing as outlined here? 
 
The good news is that the extension works!
 
 

 

 


I've confirmed with the Extensibility team that your road to publishing a CEP-based extension on the Adobe Exchange store, starts here. 

https://partners.adobe.com/exchangeprogram/creativecloud

[It is not required that you publish your extension on our store]

2 replies

Bruce Bullis
Legend
October 4, 2022

It would seem you're going in through the UXP door.

Try the Developer Console: https://developer.adobe.com/console

gifted_face16B8
Participating Frequently
October 4, 2022

Hi Bruce. Actually that is where I was asking this from... Is it correct you create a project and add a plug-in to it? I also saw the steps in the github page here: https://github.com/Adobe-CEP/Getting-Started-guides/tree/master/Package%20Distribute%20Install

 

I wasn't clear which is the path forward right now.

 

 

Bruce Bullis
Bruce BullisCorrect answer
Legend
October 4, 2022

So if you choose plugin, then you get back to the start of my question above. The two choices are XD or Photoshop... Photoshop seeemed obviously wrong, so I chose XD, but then realized that's not right either. And... it doesn't let you remove things, so it says you need to email to make changes. A bit strange...

 

So, perhaps forget everything we just said and I'll start over. 🙂

 

How do I register this ID with adobe?

<Extension Id="com.audiodesigndesk.ppro" Version="1.0.0"/>

 
For Premiere, are you still requiring the manual certificate signing as outlined here? 
 
The good news is that the extension works!
 
 

 

 


I've confirmed with the Extensibility team that your road to publishing a CEP-based extension on the Adobe Exchange store, starts here. 

https://partners.adobe.com/exchangeprogram/creativecloud

[It is not required that you publish your extension on our store]

gifted_face16B8
Participating Frequently
October 3, 2022