Premiere Conform Tools and Plugins
Hey everybody,I am trying to develop some tools for professionals that use Premiere. Such things as "export to Nuke" and "check for new versions". Stuff that Hiero and other conform tools have...
View ArticleNone of the SDK Examples are Compiling in Xcode ???
Hi.... I have just downloaded the PPRO CC SDK - I am trying the examples but NONE of them are compiling... REZ Error 3 etc etc etc - Missing Headers and what not Is this for real ???? -- BestMorten
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 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 ArticleExporter API - neccesary re-init?
Hi all, I took Zac's exporter example and moved the Parameter|Value from being locals in eSDKDefaultParameters() and put them into the (per Instance) ExportSettings struct so that I could manipulate...
View ArticleCustom Importer Support in AE
Hi All, I have a quick question. Does Premiere Pro custom importers and synthetic importers are supported by After Effects CS4? I noticed that imInit, imShutdown and imGetPrefs8 are not invoked by AE....
View ArticleImport/Export Subtitles
This thread for example: http://forums.adobe.com/message/4374145#4374145 Can this be done using the SDK? Is there any difference in CS6 in that regard?
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 ArticleScripting in Premiere CS6
I think i know the answer but i've seen some searches that suggest it is possible and i can see PPro as a target in ExtendScript Can i script PPro CS6? Is there a scripting guide like there is for...
View ArticleWhy Priemere sends 'exSelBeginInstance' selector twice to export plugin?
Is that correct, that my custom export plugin gets 'exSelBeginInstance' selector twice? Try better explain:Premiere run two instances of my exporter. It easy to see by looking at exporterPluginID...
View ArticleCould i decompress it using a SDK fuction?
I'm managing to create a Title Create tool,I start with study the codes in .prproj,and I found the title prefs was compressed as code like belowcould i decompress it using a SDK fuction?or there is an...
View ArticleExported Interlaced Video by SDK Exporter plugin for premiere pro cs6
Adobe Premiere Pro CS6 for Project Setting Sequence is XDCAM HD422 1080i25(50i) I tested the Plugin AVI(Uncompress) ,output interlaced video OK no problem. I use Premiere Pro CS6 r2 SDKI am trying to...
View ArticleCS5 SDK: Exporter fields & buttons
Hello,I'm implementing an exporter for CS5 with the new SDK. I had a question about custom presets. I have a set up where a single exporter will support multiple file formats and multiple presets each....
View ArticleCapture card plug-in
Hi, My company has developed a H.264 HD capture card and I would like to support it in Adobe Premiere Elements 8/9 (PE).I have a few questions that I hope you can help answer : 1. Which SDK should...
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 ArticleCS6 Exporter Plugin doesn't open in Premiere Elements 11 (Windows)
I want to make my (Windows) exporter-plugin compatible with Premeire Elements 11. So far, I have been gotten my exporter-plugin to appear in Adobe Premiere Pro CS6 and Media Encoder CS6, and the plugin...
View ArticleLanguages for plugin development (C++, C#, Flex)?
Hi all, Is C++ the only language that I can use for Premiere Pro CC plugin development? Someone told me that Flex is also possible, is that true? And how about C#? Thanks.
View ArticleDefault duration on the timeline of Roll title.
We are developing a title importer plugin for Premiere Pro CC. I want to set a default duration value when I put materials on the timeline.However, selector imGetInfo8 is called, if...
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 ArticleHow can I access HTTP services via Extendscript from PPro CC
I attempting to build an HTML5 panel for Premiere Pro that retrieves assets from a third party REST API but there seems to be no support for Socket or XMLHttpRequest objects in this application which...
View Article