logan_7548
New Here
logan_7548
New Here
Activity
‎Feb 27, 2025
10:42 AM
Wow, thanks for all the great info, this is exactly what I needed before going down a rabbit hole that I wasn't sure was going to lead to an actual solution. Great to hear premiere pro has such wide ranging features. So correct me if i'm wrong, but my understanding of your message is that I could create a flow that could work like so: i have an external/independent webapp that sends api calls to a CEP panel webapp that then executes scripts that do various things within premiere pro, whether that be cutting videos, saving, etc, etc. That's amazing. I just have 2 additional questions: 1: if the cep panel webapp is hosted by a local premiere pro that is running, how does that work for like, availability of that cep panel app FOR the external app? Like... i mean, that would mean having that premiere pro up and running on a local machine would be crucial for being able to execute those calls successfully from that external app, right? (Now I'm thinking, if thats how it is, i could have a user enter their credentials in the external webapp which would then connect to their respective premiere pro installations, assuming i deploy the cep panel in each member's premiere pro that will use this flow) > is it possible to embed some sort of iframe to an external premiere pro into a react webapp? Yes. Best approach = Spend some time with the PProPanel sample, set a bunch of breakpoints in the ExtendScript (using VSCode). By @Bruce Bullis 2: wait, are you saying i can render an iframe sort of setup inside an external react webapp, that is showing premiere pro itself in a browser? if so, would this would be possible by the external react webapp communicating with the cep panel webapp which would grab some sort of feed from the premiere pro itself?
... View more
‎Feb 27, 2025
09:17 AM
1 Upvote
Hello, i have been tasked with finding a way to integrate a client's different tools and systems, and specifically their premiere pro, so I have a few questions regarding integration & CEP extensions. Specifically a react webapp with premiere pro, and integrating communication between them, or more if possible. My problem is, I first need to know what is possible with the tools that exist today before I learn how to do it. I have been reading about CEP extensions trying to understand the flow, because there's a number of posts here and elsewhere about react webapp integration with premiere pro. From what I have read, it seems like most people are talking about building a react app inside of premiere pro's cep extensions folder, and loading the react app INSIDE of premiere pro itself. But I'm wondering, can I communicate from an external react webapp to premiere pro? so a few questions: - if there's an interface on an external react webapp that can send video files to different api endpoints, can i have that be sent to adobe premiere pro OR a premiere pro workspace, like the cloud. (i see on photoshop i can save to creative cloud, but i dont see that option on premiere pro.) so can i send a file to premiere pro and have it save the file to the cloud from an external app? - if so, can i have premiere pro perform certain actions as well, not just receive a video file, but let's say i want the video file clipped at 5:25 into two separate parts, is that possible from the external webapp? I THINK I've read that i can have an app inside the CEP extensions that listens as a websocket or node.js/express server, that could run extendscripts, but that's fairly vague as to what capabilities those extendscripts can have. can they do almost anything premiere pro can do? -im pretty sure i already know this one, but i'll ask anyways, is it possible to embed some sort of iframe to an external premiere pro into a react webapp? Anyways, any information available you might have on how CEP extensions work with webapps & react, OR any other strategies/tools that exist for sending/accessing/performing/etc processes between external react webapps/anything external to premiere pro, would be greatly appreciated.
... View more