Three questions about the CS4 SDK Exporter
Hello. I'm working to make an Exporter Plug-In that supports "Pro CS4" and "Elements 8.0" single binary. Please give me any advices to complete it. I show you the questions as follows: How can...
View ArticleHow hard is it to sell plugins?
Hi, I'm a compositor/editor (and a VJ on weekends) I had an idea for a really handy plugin strike me today, infact it's the second editing plugin I have thought of. It's being a few years since I've...
View ArticlePremiere Pro CS5 Scripting Support?
Does Premiere Pro CS5 support scripting through extendscript or any other scripting language? I see it as a target application in the extendscript toolkit, but i don't see a place within Premiere Pro...
View ArticleCreate plugin to write text on video
Hello everyone. I'm trying to create plugin that writes filename and timecode on clip in sequence. And i'm stuck in the beginning. How to write text on video? Can't find it in premiere SDK guide. Is...
View ArticlePlugin Loading Problems During Debug
Hi Zac, I am going in the opposite direction this time. I have our new MOV importer for CS5 working on the Mac and am now porting it over to Windows - but am running into a seemingly impenetrable...
View ArticleEDL Importer?
Hi, I am not sure the SDK is the proper way to do so, but I'd like to import a set of media files collected in a simple text file, similar like in an EDL import. I looked at the sample code for the...
View ArticleQtCore4.dll and QtGui4.dll
Hello, I have a question about Qt dll's. We createad a plugin for CS4 and CS5 using Nokia Qt 4.7.1 framework. It works fine, but we have to distibute our plugin with two dll's: QtCore4.dll and...
View ArticleThree questions about the CS4 SDK Exporter
Hello. I'm working to make an Exporter Plug-In that supports "Pro CS4" and "Elements 8.0" single binary. Please give me any advices to complete it. I show you the questions as follows: How can...
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 ArticleUnexplained problem with PF_TRANSFER_RECT in Premiere
This is cross-posted from After Effects SDK forum, since I could not get help there:http://forums.adobe.com/message/4456832 I am trying to perform a simple operation using AE SDK for an effect in...
View ArticleYUV processing
Hi everyone, I have a question about YUV processing in Premiere Pro, especially about the blending modes. Does Premiere Pro process blending modes on two YUV clips in YUV color space, or does it...
View ArticlePremiere Export Plugin Migration
A few years back my current company created an export plugin on Premiere Elements 7 that brings up its own complex UI for creating video content for our Simulation Product. We have a need to move...
View ArticleHow to start, hot to get .prm or .dll or working plugin file from a VS 2008...
Hi,I download the SDK, load some sample project (e.g. SDK Exporter) in visual studio 2008 from a Windows 7 64bit workstation. No conversion ask. Build > Build Solution creates several files but none...
View ArticleHow to retain uuid from XML instead of generating new ones in Premier Pro CS5.5?
Hi, I use Premiere CS5.5 to import XML sequences and export them back again to XML after a slight edit.I am in the process of writing a simple script that would manipulate the XML file that I get...
View ArticleExportController - Plugin loading.log & argument from Flex
Hello guys I'm having a problem porting my ExportController to cross platform and it recently refuses to get loaded. Here is Plugin loading.log:Loading C:\Program...
View ArticleCreating C++ objects inside an exporter plugin (CS6 SDK)
I have downloaded the Adobe CS6 SDK. In the exporter example, inside exSelBeginInstance(), there are calls to "memory suite" API. This grabs some memory (at runtime) for a C-struct/array. In my case,...
View ArticleCS6 Exporter "Push-Model" (ExporterUtilitySuite): what about audio?
New in the CS6 SDK, is the ExporterUtilitySuite, which supports a new "push-model" of operation. In older versions of CS (and still supported in CS6), all exporter plugins were required to use the...
View ArticleHow do I import a file as a subclip?
In my panel, I have representations of clips and subclips from an external system. So far I can only see how to import an entire video into Premiere. Is it possible to import a subclip? To import an...
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 Article