Attach proxy through panel Drag & Drop / DnD API in Premiere?
I have a panel which allows users to attach files from an external system. I am implementing the drag & drop API to allow this for user convenience (there is also an add button). For reference it...
View ArticleExporter on Windows: temporary file _00_ at end of process /...
Hi,i have written a custom exporter plugin and i have noticed on Windows that when the export process is over (after exiting exSDKExport) Media Encoder will create a copy of the exported file, with the...
View ArticleEditing clips with ExtendScript
hello, you hardworking, knowledgeable people! I desperately need to automate a big part of the editing process in Premiere.For the next project we will be recording tons of footage, where the main...
View ArticleNode Enabled by Default in 2017.1?
We've begun to take advantage of the Node integration in a Premiere Pro Panel. Based on the documentation, it seems as though CEP 7 supports the following two flags for the CEFCommandLine:...
View Articleexport frame from premiere pro
Hey,I'm trying to export a frame from a sequence, based on a code i found in the examples, app.enableQE();var activeSequence= qe.project.getActiveSequence(); // note: make sure a sequence is active in...
View ArticleNew UI font in CC 2018
Which font is being used now? Same or different across macOS and Windows?
View ArticlePassing 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 ArticleSDK_Exporter_params.cpp in SDK Exporter plugin for premiere pro cs4
This question is regarding the code inexSDKGenerateDefaultParams(exportStdParms *stdParms, exGenerateDefaultParamRec *generateDefaultParamRec)...
View ArticleExport param UI goes wrong when exporting sequence?
Hi, I'm making an exporter plug-in using Premiere Pro SDK 5.5.I'm adding some parameters in exSelGenerateDefaultParams. These including some tabs, groups and params in each group. But when exporting in...
View ArticleSDK 5,5.5,6 bug: exporter param .hidden
fyi,I found a bug with the SDK that doesn't seem to be fixed from (at least back to) SDK 5 thru 6. If you change a parameter to hidden and then unhide it, the gui item doesn't return to it's original...
View ArticleHow 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 ArticleEmpty pix pointer while accessing transmitter
Hi, I've troubles with accessing frame data via transmitter api. I've used Transmitter sample and in PushVideo method I'm trying to get inFrame pix data, but it is empty. Code looks like this: tmResult...
View ArticleCreating UI inside transmitterPlugin.cpp
Hi, I had two questions regarding transmitterPLugin. I am trying to create a plugin that would transmit data from premier pro source monitor on to a external hardware device. 1) I can use the...
View ArticlePremiere Pro ExtendScript Events
Hi, I was trying to find somewhere the list of possible events that can be handled within an application but have no luck. Specially the ones that are related with sequences, like active sequence...
View ArticleCustom overlays and modifying Safe Margins?
Hi folks,I had a quick question and haven't been able to find proper information when researching... but would creating custom overlays and modifying the safe margin be theoretically possible within...
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 ArticleIs it possible to use Premiere Pro SDK in Visual Basic .NET?
I have some ideas for plugins and wanted to build them by myself.Is it possible to use Premiere Pro SDK / After Effects SDK in VB, or i need to learn C++ for that?
View ArticleAuthorized Javascript Origins for Google API
Hello, I'm working on a Premiere Panel that will make a call on the Javascript side to the Google Sheets API. I'm using their quickstart guide as a template to get me started. In order for the API to...
View ArticleHow does the XML get affected when i change the position of a video in effect...
I exported a project as an xml file where i changed the position of the video in the effect control, i want to know where exactly in the xml this gets reflected.I don't see the values (the exact values...
View ArticleHow to get source clip times?
How to get source clip times, for sequence markers or player position or clip start and end points? If I make a sub sequence and change start time, I lose original sequence time values. so I need...
View Article