Skip to main content
Bed30321077z973
Inspiring
August 26, 2025
Answered

UXP: Everything I need to know?

  • August 26, 2025
  • 2 replies
  • 471 views

Hello

I am an extendScript user, did not bother much with CEP stuff or that sort of plugin, but since I learned that UXP can let us automate adding effects (and things we usually are not able to do) I got interested and added "UXP" to my to do list.

I would like to start by getting all the informations I might need at first, then consider using it, I might have read some mails about it.

Let' start:

1) What are all the things that UXP can do, that were not possible to do officially/conventionally before? I heard about adding effects, what else?  And at what extent we can control these effects. Or anything else.

2) I appreciate documentation but I what I like more is a straight "how to do step by step" tutorial that let you follow blindly how to run your first UXP example. This let you see it works with your eyes and whenever you want to learrn more you can start reading more. So my question is there any guided animation/video showing how to get into UXP without thinking much, just following blindly instructions? (Even if the video is not official, I am open to it)

3) I believe UXP has another forum which is not this one right? (I suppose I found it on my email "https://forums.creativeclouddeveloper.com/c/uxp-for-premiere-pro/105") 

4) Anything else?

Correct answer bbb_999

1. Not much, yet. Our first goal is parity with what ExtendScript could already do. [You're correct, applying effects works, and UXP plugins can make Undo groupings, instead of introducing a new Undo item with each API call.]
2. Sorry, our UXP sample plugins still require some thinking. 🙂 Downloading the samples and playing with them in UXP Developer Tools, and/or your favorite JavaScript debugger, remains the recommended approach.
3. Yes, that's the correct UXP pre-release forum. Those conversations will move here, once UXP extensibility is officiall released. 
4. Feel free to ask questions on the pre-release forum.

2 replies

bbb_999
Adobe Employee
bbb_999Correct answer
Adobe Employee
August 26, 2025

1. Not much, yet. Our first goal is parity with what ExtendScript could already do. [You're correct, applying effects works, and UXP plugins can make Undo groupings, instead of introducing a new Undo item with each API call.]
2. Sorry, our UXP sample plugins still require some thinking. 🙂 Downloading the samples and playing with them in UXP Developer Tools, and/or your favorite JavaScript debugger, remains the recommended approach.
3. Yes, that's the correct UXP pre-release forum. Those conversations will move here, once UXP extensibility is officiall released. 
4. Feel free to ask questions on the pre-release forum.

Stan Jones
Community Expert
Community Expert
August 26, 2025

Go here also:

https://developer.adobe.com/premiere-pro/uxp/

 

And this page includes a hands-on first project:

https://github.com/AdobeDocs/uxp-premiere-pro-samples/

 

Stan