Bug in app.projects list
Hello All, I am trying to search project (by it's path) from the app.projects list but I found that the app.projects list in not updated correctly. See below steps: Open a project called test_1.prproj...
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 Articleerror during plugin
Hi i am new in flex.I developing the transition plugin using cs4& visual studio 2010 but during run the .cpp file the following error come,so what is solution of that problem please help me
View Articleerror during run premier pro cs4 sdk project
Hi i am new in flex.I developing the transition plugin using cs4& visual studio 2010 but during run the .cpp file the following error come,so what is solution of that problem please help me
View ArticlepixelFormatSupported
Hey guys, Trying to get into the pixelFormats here. I'm adjusting the SDK's Cross Dissolve in order to find out if it's possible to write a transition that only supports...
View ArticleNew Premiere Pro CC SDK
The new Premiere Pro CC SDK is now publicly posted to the DevNet site here: http://www.adobe.com/devnet/premiere.html Some highlights:New GPU Extensions for Effects and TransitionsNew SDK_ProcAmp...
View ArticleHow to invoke JavaScript for Premiere Pro CC?
Hi, I am new to Adobe CC products/scripting and I'm trying to control Adobe Premiere Pro CC from another desktop application. Using ExtendScript Toolkit, from its UI, I can invoke JavaScript commands...
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 ArticleHow do I add imported files into sequences using Premiere Pro's ExtendScript...
Really want to know the answer to this.... I'm trying to create a script (in ExtendScript for Premiere Pro) that will load in specified video files, clip them at specified start and stop times, place...
View ArticleCreate sequence inside a bin
Hi All,We can create a new sequence in the Project root in Premiere using app.project.createNewSequence(sequenceName, "123"); command;Is there any way to create the sequence inside a bin in the...
View ArticleIs there any event gets invoked in Panel when AME Render is Stopped?
Hi All,Is there any event available to bind on "app.encoder" object when AME Render is Stopped from AME UI? "onEncoderJobError" doesn't work. Premiere Pro version: 11.0.1Extension Type: Panel Thanks...
View ArticleHDR video export...
How do I get Premiere to give me high range pixels out of ->RenderVideoFrame() ? I have selected the PrPixelFormat_BGRA_4444_32f pixel format, so I assumed I would get pixels with values above 1.0f...
View ArticleImporting Markers
I'm currently trying to import markers in a Premiere plugin.I'm using a Premiere Import plugin and an After Effects Effect plugin.The AEGP_MarkerSuite2 offers a NewMarker API, but it seems that it's...
View ArticleNeed help with getting started plugin development!
Hello adobe community, I have an idea for a plugin that deals with clip transitions and I'm just getting into sdk stuff with no idea what to do. For starters, I've installed Microsoft Virtual Studio,...
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 Articlehow to made plugin using flex3 application
Hi All, I am working on transitiom plug-in for premiere pro cs3 ,using premiere pro cs3 SDK. now i am developing plugins by using adobe flex3 ,application name is transition viewerin which when...
View ArticleEvent Chaining
Hi community, I need to understand what I'm conceptually doing wrong or what I'm confusing here.This experiment is to test the chaining of events, so basically Event1 shall trigger Event2, which is...
View ArticleVery slow adding of markers
This is not a new issue. 99% of the time, adding new markers to a sequence is very slow. You can actually see the markers being added in the UI at the rate of about 1 per second. The whole app locks up...
View ArticleAdobe Slider Bar for Panel?
Hi, I would like to develop a custom panel with the video sliding bar/time ruler (with zoom) to navigate across the frame:Does the Adobe PPro SDK (CEP or C++) able to render this slider bar UI?
View ArticleHow to know the Drag and drop is completed?
Hi All,How can we get to know event.dataTransfer.setData("com.adobe.cep.dnd.file.0", path) is completed and the asset is imported?Can we get any call backs for the event.dataTransfer.setData()...
View Article