How do you find "App installation path"
According to the SDK doc page 117 on presets, you're supposed to install to "App installation path" but I can't find a reliable registry entry that indicates what it is. Premiere Pro presets...[App...
View ArticleHow can I access HTTP services via Extendscript from PPro CC
I attempting to build an HTML5 panel for Premiere Pro that retrieves assets from a third party REST API but there seems to be no support for Socket or XMLHttpRequest objects in this application which...
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 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 ArticleIntroducing multiple functions in Extendscript
I have been doing my best to learn how to make more complicated scripts through the Premiere Panels, but keep getting hung up at this one issue. I want to include checkboxes in the panel, that will...
View ArticleLooking to Activate Custom Panels via Keyboard Shortcut + Keyboard Listeners...
This may well a couple of feature requests, but looking forward to getting some feedback... In the interest of building more robust and flexible custom HTML panels, we were looking for ways to achieve...
View ArticleScripting in Premiere CS6
I think i know the answer but i've seen some searches that suggest it is possible and i can see PPro as a target in ExtendScript Can i script PPro CS6? Is there a scripting guide like there is for...
View ArticlePremiere Pro Script execution without ExtendScript Toolkit confirmation
Hi everyone,I'm creating a video browser OSX app, that will import files to opened project, open and play it in the source viewer in Premiere Pro.The app creates a JSX file with: "#target...
View ArticleDoes a PP Project have XMP data?
Hi all, can a Premiere Pro Project have XMP data? I know clips can have data, but I want to store data globally for the project, not tied to a specific clip or bin. I need to be able to blast all...
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 ArticleHow to tell if item is Adjustment Layer
I'm creating an extension and I need to be able to tell the difference between Adjustment layers and Color Mattes in the project bin. They just show up as stills in their metadata. Is there a way to do...
View ArticleUnsigned Panel Apps No Longer Open
So, everything's fine for months of panel app development. Today I restart Premiere, and suddenly when I load a project that had my panel open, the panel appears blank. If I close and reopen it from...
View ArticleAdding metadata to custom Metadata Schema
Hi Bruce, I see you've added the ability to add a metadata property to the Project Metadata Schema and populate it with data. (Thank you!!) Any work on being able to do this on a custom Metadata...
View ArticleComponent API in Premiere Pro CC2017?
I noticed that the CC2017 update to Premiere Pro brought in a new Component API, which provides access to Clip Keyframes. Awesome. The problem is that the API isn't documented. The nearest thing to...
View ArticlePProPanel Unsigned Loading - Windows regedit command missing?
When looking through the Github documentation, I see there is one important part missing (maybe that's why I cannot load the panel on my Windows machine?) -- for Mac there is a blurb about loading...
View ArticleVideo Shuttle Support via API?
I'm working on a Panel application for Premiere Pro where the user reviews metadata about a clip while the clip plays. We need to enable keyboard shortcuts for a lot of the same functionality that the...
View ArticleTrying to create a "partial preset"
I'm trying to modify a .prfpset file, (of .r3d source settings) to NOT USE any values for Kelvin, Tint, and ISO. I want these values to remain the same as they were BEFORE the preset is applied to a...
View ArticleQtCore4.dll and QtGui4.dll
Hello, I have a question about Qt dll's. We createad a plugin for CS4 and CS5 using Nokia Qt 4.7.1 framework. It works fine, but we have to distibute our plugin with two dll's: QtCore4.dll and...
View ArticleBandwith limitation for shuttle function
Hello I try to calculate the Maximum bandwith of an Premiere NLE.Bandwith [Mb/s] = ClipBandwith [Mb/s] x Streams x RealtimeFactor Question:Is there a bandwith Limitation during shuttle? Example:If I...
View Articleexport sequence as media file
HI,I want to export sequence as media file i have tried something but that did not generate any output file and even not giving any error message // app.project.activeSequence.exportAsMediaDirect(...
View Article