Premiere CS6 parameters and declarations
Hello.I'm writing a plugin for Adobe Premiere CS6. I have a couple of questions about parameters (ANIM_ParamAtom).I know how to add: - sliders (ANIM_DT_LONG,ANIM_UI_SLIDER), - color parameters...
View Articleerror LNK1123: failure during conversion to COFF
hello,I'm new to the sdk and I'm trying to open the sample projects to understand what's going on here,the problem is that when i try to build the project(for example the SDK_File_Import project)i get...
View Articlecs4 plugin install path
Hello,I have a question about premiere pro plugin installation. In the docs it says that On Windows, the common plug-in path can be found in the registry in the following...
View ArticleHow to add control(ANIM_ParamAtom)
Hi I've read the "Pullg-in Resource Guide.pdf" in the Photoshop cs5 sdk.I know that Angle and Slider, Point, etc, defined by "ANIM_UIType" structure.But I have not found to such "UI Type" as...
View ArticleGetting the sequence name when using Export Controller
I'm building a plugin based on the Export Controller example and I need to get the name of the sequence being exported. I'd assumed it would be available from the Sequence Info Suite, but it doesn't...
View ArticleHow to continue transition rendering with custom dialog open
Hi, I'm working on a plugin for some custom transitions (currently for CS6/CC on Windows).I'm using a custom dialog (hasCustomDialog in PiPL) during esSetup to set the transition parameters. While the...
View ArticleHow to get source clip file Path within SDK exporter plugin?
Hello everyone. Now I am facing a stupid thing but it has me stuck for a few days. I want to get access to the source clip file path. From taking a look at the SDK exporter example, I only see how the...
View ArticleGeneral question about SDK
Hello.Before starting to use SDK I have next questions:- can I develop custom UI panels/windows using my own controls(buttons/sliders/etc) ?- can I get all info about current project(imported...
View ArticleAny way to force consistent bpc in an import plugin?
Hey. Does anyone know if it's possible to force premiere to render with a consistent bpc? I'm working on an import plugin that can generate 8bpc, 16bpc, and 32bpc data. The problem I'm having is...
View ArticleCreate UI for Export Controller
Can somebody help me to create a GUI for Export controller plugin for Premiere pro.I am new to C++. No idea how to create a window and other contols in it.
View ArticleDrag and Drop to Source Monitor but not Double Click?
Has anyone seen this issue? I've got an importer plugin. If you drag and drop a clip into the source monitor, then it works fine. But if you double click it then nothing happens. Any idea why this...
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 ArticleExporting files other than sequences
Hi,Currently I am able to export all the sequences in a project using export time line option in action script.I want to export other media files other than sequences in the project.I was thinking if i...
View ArticleIs there a way to get the filename on OS X in imImportImage selector?
I don't have any problems on Windows, because I'm using GetFinalPathNameByHandle function, but is there a way to obtain the filename from imFileRef passed to imImportImage selector on OS X? Or should I...
View ArticlePremiere & multi-threading
Q: (copied here from an email exchange I had with Zac)I’m trying to use an old plug-in that’s an AEX from 2003. It works on Prem Pro but I want to use it in CS3 (coz I have HD footage and Prem Pro...
View ArticleCan you do that with the SDK?
I have a question concerning the SDK. In a project, we want to automate some Editing-Functions and the "Premiere_SDK_Guide.pdf" leaves some questions: 1) Is it possible to write a plugin, that read...
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 ArticleHello, new to Premier Pro CC; from FCPX and & 7. Trying to link a script to a clip but metadata says <not editable> How do I change this??
View ArticleTransmit API: How to send video to another running app.
Hi, I'm not a programmer so excuse my ignorance.Just trying to scope a project. We'd like to get a live video output from Premiere to use in another app.The idea is to use a video stream from Premiere...
View ArticleHow to give a Custom property value to all items in Premiere Pro Project?
Hi All, Scenario: Need to map the items inside the Premiere pro project with items in our database. This includes the bins,items inside bin and root project etc. Once the user saves the project in...
View Article