Is there any way to keep the panel loaded (with its state) when switch to an...
Hi All, We need to keep the extension panel loaded with its state when we open another existing project. We have tried keepPanleLoaded function (Samples/Premiere.jsx at master · Adobe-CEP/Samples ·...
View ArticleBug in PPro panel SDK regarding project private metadata
Hello, I was working with the PPRo 2017 project private metadata and I found that we could not persist custom metadata (those that are not present by default). I used the official documentation...
View ArticlePlug-In not showing up in premiere pro
Hello, I'm from accevolution (www.accevolution.net) and we've got the problem that our plugins are not showing up in premiere pro at about 30% of the customers machines. Our workaround at the moment is...
View ArticlePP capture plugin build
Hello, I have a need to build a capture window, using Premiere Pro, to pull in H.264 RTSP streams from several sources at once. Some are IP cameras, some are SDI converters to H.264 (i.e. Teradek). I...
View ArticleRegisterKeyEventsInterest Intermittently Not Working?
Last week my panel was properly responding to keyboard input. I would click into it and could get listener callbacks when hitting certain keys for which I'd registered interest with CEP. Today I...
View ArticleRenaming a clip selected in the project panel?
Hi, I'm new to coding in any form so forgive the simple question. i wanted to create an extension for Premiere/Prelude that would help me rename clips. I haven't had any trouble with the...
View ArticleAdobe Premiere SDK (API) Developer (Freelancer) wanted
Hi,I know this might be off-topic as it is no technical question related to the SDK. But is has been not easy for me to find an Adobe Premiere SDK (API) Developer (Freelancer) on the freelance...
View ArticleWhy "Export Audio" checkbox is disabled in "SDK_Exporter" example?
I found "Export Audio" checkbox is disabled in "SDK_Exporter" example plugin,why?how to modify code to enable the checkbox?
View ArticlePremiere Pro event list?
In the PProPanel sample (github.com/Adobe-CEP/Samples/blob/master/PProPanel/ext.js) there are sample event hooks for "com.adobe.csxs.events.PProPanelRenderEvent" and...
View ArticleRegex on getMediaPath issues
Hi all, I'm trying to write a script to automatically attach proxies looking in the Proxies subfolder, with the added "_proxy" suffix and the new file extension (.mp4). Please forgive how ugly this...
View ArticleDownloading file with NodeJS in CEP extension
I'm trying to get file downloading with NodeJS working in my CEP extension for Premiere Pro CC 2015. I have the following script: var http = require('http'); var fs = require('fs'); var file =...
View ArticleNew custom panel doesn't appear in list of extensions
Hi All, So, I'm setting up to build a custom panel for Premiere, and having some issues getting a basic "hello world" example to appear in the list of extensions under Window->Extensions. I have...
View ArticlePremiere Pro CC 2017 Plug-in SDK Download Link is Broken
The Premiere Pro CC 2017 plug-in SDK download link is broken on:Premiere Pro Developer Center | Adobe Developer Connection Is there another way to download the SDK? Thanks!
View ArticleWorkspace programmatically
Hi, I've been looking around for quite of time, and I can not find any "easy" solution to my problem. Is there a way to open Premiere Pro with a specific workspace set before launch. Like a command...
View ArticleCEP engine extension API to check for file existence
Hi All, I am looking for an API (CEP FS) which checks a file is exist or not. I couldn't find such inside CEP fs library. I am referring to cep.fs object. Note: I don't want to use JSX here as that...
View Article[Adobe Premiere Pro] Installed Extensions not Showing in Adobe Premiere
[Adobe Premiere Pro] Installed Extensions not Showing in Adobe Premiere Hi all, Complete Adobe-Development noob here -- so apologies in advanced for any confusion on my part. I have a requirement for...
View ArticleUnderstanding the interaction between ext.js, index.html, and Premiere.jsx
Hello, I am a game developer with minimal Javascript experience. I find myself needing to create panels for Adobe Premiere Pro and am having some difficulty in understanding how these script...
View ArticleTransition Items
Hi Bruce Bullis, thanks for adding some more granularity to transition items. And yet... my humble opinion is using the local language for the name is not a good choice. I suggest this be modified to...
View ArticleGetting Display Name Of Clip In Sequence?
Does anyone know if there is a way to access the name of a clip in a specific sequence? I'm looking for the name that is displayed, not necessarily the projectItem name. In Premiere you can right click...
View ArticlePremiere 11.1 Crashing Extendscript using app.project.importSequences
Hi all, Im currently trying to make an Premiere Panel, which should allow the fast import of sequences.So i was trying around with the import functions of the Adobe Pro Panel, which looked perfect....
View Article