Getting returned values from evalScript calls
I have a few functions that return bits of information from the JSX context to the panel JS so that they can be further processed there. One such function returns an array of times-in-seconds...
View ArticleRandom Flashing Frames from Cache
I am implementing a standard Importer using the PP SDK. During file playback i get occasional flashing frames, where it will randomly display the wrong frame (always displays a frame but may be 10...
View ArticleCan you build premiere pro plugins using the After Effects SDK?
I come from the background of using Motion and Final Cut Pro. I am one of the few programmers who uses the FxPlug API which is used to make Motion and Final cut Pro Plugins. I am expanding into...
View ArticlePremiere Pro extension to read/write an external file system?
I'm an experienced developer but a complete newbie to Premiere Pro so forgive my ignorance on PP specifics. I've been asked to look at the options for integrating Premiere Pro with an in-house video...
View ArticleGetting a dynamic link id in Premiere Pro
Hi experts, is there a way to get a unique id for a linked asset in Premiere Pro such that it can be identified in After Effects? I've noticed that a parameter 'dynamicLinkGUID' exists in AE but I...
View ArticleMemory management and premiere
Hi, we've developed a plug-in that calls getPreviewFrameEx. Our plug-in is not leaking memory (checked with bounds checker). We make the getPreviewFrameEx call constantly, and memory usage goes through...
View ArticleProblems with plugins .bundle from Premiere Pro SDK for macOS
Hi all, I am using:SDK - Premiere Pro CC 2017.1Program - Adobe Premiere Pro CC 2017.1OS - macOS Sierra After compile Vignette plugin from Premiere Pro SDK, it is not load to Premiere. But Premiere...
View ArticleTypeScript application and Webpack bundling
I'm looking to build an angular app (my enviroment is VS2017) with some libraries and having some difficulties with the appropriate configuration.Can someone provide the minimum webpack config file...
View ArticleLooking for person who wrote RedStar3D Plug-in!
Hello all Does anyone here remember responding to this thread: http://forums.adobe.com/thread/890468?tstart=30 and writing me a Premiere plug-in called Red Star 3D that changed the stereoscopic...
View ArticleDuplicate sequence?
I've started to have a look through the SDK documents, but just have a quick question about the SDK functionality that I imagine someone well-versed in it should be able to answer pretty easily: Could...
View ArticleExtendscript reference for Premiere Pro CC 2014
Hi, I am trying to develop an extension for Premiere Pro CC 2014 using CEF & CEP and am having trouble finding information about the available APIs in Extendscript.While I have with some trial and...
View ArticleIs there any event gets invoked in Panel when a new Project is Opened?
Hi All, We have used the setExtensionPersistent function to make our panel persistent in windows platforms.So even when a new project is opened there is no onload events happening for the HTML5 page...
View ArticleRunning a .jsx in Premiere outside of ExtendScript
Has anyone figured out a way to run a script in Premiere outside of Extendscript? I am trying to tie the file to a Keyboard Maestro or Applescript shortcut and it wont go through. I'm sure this is...
View ArticleIs Premiere Pro 2017 support TLS 1.2 protocol and ciphers?
Hello, I have created one plugin which makes a call to the web server by javascript. <html> <script> window.location.href = "WEBSITE URL"; </script></html> I have upgraded...
View ArticleAnyway to script opening a panel?
Is there anyway to script opening an extension panel from js? I'm currently developing a panel acting as a toolbox.I'd like for the toolbox to be able to open Modal dialogs.Looking through the Samples...
View ArticleDrag a clip in to a Premier Pro panel
Team I am investigating writing HTML5 panels for Adobe Premiere Pro 2015.I am educating myself and working my way through the samples using Eclipse and the Adobe Extension Builder 3 plugin.I am looking...
View ArticleCreate Premiere project programmatically
Hi, In order to better integrate my app with Adobe Premiere, I would like the ability to create a Premiere project and populate it with certain clips. Sony Vegas, for example, allows to pass by command...
View ArticleAttach Proxies arguments
clip.attachProxy(path, true/false)What's the true/false?If it's true, it looks like it's replacing in the bin. The clip gets renamed, shot timing gets altered (we're using metadata), and the path gets...
View ArticleGetting returned values from evalScript calls
I have a few functions that return bits of information from the JSX context to the panel JS so that they can be further processed there. One such function returns an array of times-in-seconds...
View ArticlePremiere Pro Programming language
Hello! What is the programming language Adobe used to develop Premiere Pro and where can I find information about how they developed it?
View Article