Passing information from jsx to js.
Hello Community,I have a problem with passing information from jsx to js file. my jsx file:$.extendScript = { test : function() { return "string"; }, } my js file.(function () { var cs = new...
View ArticleMulti-Frame Averaging Filter
I have a filter which requires a history of frames to compute the result (sort of like averaging). I've implemented it using C++ and now I would like to use Adobe Premiere as a frontend. Is this...
View ArticleGet Selected Item(s) in Project Panel
Going through the examples and documentation, I couldn't find a function or value to tell if a folder or footage item is selected or access that item in the Project Panel of Premiere Pro. Closest thing...
View Articlepassing vectors,maps from javascript to c++ shared library
Is it possible to pass vectors or maps from javascript to c++ shared library?I went through the Extendscript Toolkit SDK which contains sample programs which shows how to pass data from c++ and...
View ArticleCreate Transparent Video
Hello, I am trying to figure out a way to use a script to generate Transparent Video files -- is there a way to do this? I am currently using the projectRoot.createSubclip command, but it would be a...
View ArticleHow to create a buffer, and also remove it after used(GPU accelerated plugins)?
Hi, everyone!.I hope you are doing well. I am creating gpu accelerated plugin right now.I started to develop it from SDK_CrossDissolve and SDK_ProcAmp.But there is no way to create new buffer on sample...
View ArticleCommon location for a plug in installer / Media Encoder Plugin Loading.log ?
Hi there,I have a problem loading a plugin from After Effects and Media Encoder with Premiere not installed:1. From the After Effects SDK guideline I read that "Installing your plug-ins in the common...
View ArticleControl Plugin for Premiere Pro
Hi Guys, I was thinking, is it possible to directly control Premiere Pro elements like buttons or sliders via a plugin? Background is, I would like to use my Korg Nanopad to control different mute...
View ArticlePlugin with CUDA and OpenCL Support
Hello there, i have a question about implementing a premiere plugin which uses CUDA and OpenCL.Unfortunately, the SDK only provides an OpenCL Sample Plugin.My first idea was it to create a plugin which...
View Articleqe.project.numSequences and qe.project.getSequenceAt(i) is not match
Hi, I am currently developing adobe premiere plugin to import, edit, and export clip.When i have more than 1 sequence and perform export operation, I will try to get number of sequences and loop...
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 ArticleHow to enable NodeJs for HTML5 Panels
Hi All,We are trying to implement downloading assets from url, in our Premiere pro Panel.From the premiere pro sdk forum we came to know that by using NodeJs we can implement this feature(Downloading...
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 ArticleRun .exe File in PR via ExtendScript
Hi,I'm trying to run a .exe File via ExtendScript. We're doing the same in AE which works fine using "system.callSystem(xyz.exe)" but "system" is unknown to Premiere.Any ideas how to solve this?...
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 ArticleEvent for changed ActiveSequence
Hi, is there an event allowing us to create a listener for a change of the active sequence, i.e. if a different (already open) sequence is being activated, or another sequence is opened from the...
View ArticleHow to check given path isFile or isDirectory in jsx?
Hello, I want to check that given path is File or Directory in a jsx. The 'isFileExist' function only check that path is exist or not in the file system.I want to check it is 'folder' or 'file' For...
View ArticleProgrammatically setting scratch disks in Premiere....changed?
Has something changed in the extendscript/premiere sdk regarding setting of scratch disks? We've had code in place for the last few years that has worked well, but broke with Premiere 12.0.0. This...
View Articlecant download file using nodejs when going to remote site.
Hey, I am trying to download a file using nodejs and I am facing a bit of an odd problem.I started from the CEP_HTML_Test_Extensionin the nodejs.html I changed isNodeJSEnabled to the following (the...
View ArticleCan I zoom in layer 2 ~ 3 times on gpu-acceleration?
Hi, everyone.I hope you are doing well. I'd like to zoom in ( and zoom out) layer 2 ~ 3 times on gpu-acceleration.Is it possible? I used PF_COPY or PF_TRANSFORM_RECT for that on normal After Effects...
View Article