Quantcast
Channel: Adobe Community : Popular Discussions - Premiere Pro SDK
Browsing all 53010 articles
Browse latest View live

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 Article


Multi-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 Article


Get 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 Article

passing 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 Article

Create 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Common 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 Article

Control 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 Article


Plugin 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 Article


qe.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 Article

Downloading 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Plug-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 Article


Run .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 Article

Getting 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 Article


Event 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 Article

How 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 Article


Programmatically 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 Article

cant 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 Article

Can 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
Browsing all 53010 articles
Browse latest View live