How 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 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 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 to use PrSDKTransmitInvocationSuite in a importer ?
"But other types of plug-ins can use the Transmit Invocation Suite to push frames to transmitters. For example, an effect or titler with a modal setup dialog could push frames to the output." This is...
View ArticleQuestion about roll and crawl.
I developing a title's importer plug-in for Premiere Pro CS6.I have a question about roll and crawl of Premiere Pro SDK. 1.A function to acquire the duration of the clip in the timeline. I want to set...
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 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 ArticleCreate a new sequence from Media files in the project
Hi eveyone, I am trying to export media from time line using Actioscript. I can now only export sequences, i want to export other media files also, so i was trying to create a new sequence...
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 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 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 ArticleLoading media into timeline
Hi all, I would like to do the following in my plugin:* Create an empty project* Load a media into the project (lets say I got the UNC path from somewhere)* Put the media onto the timeline Is this...
View ArticleHow to get full source file name in Exporter SDK
Hi,I'm making an Exporter Plug-in using SDK 5.5.I want to get the path and extension of the source file (when export file) and path of the sequence (when export sequence).Especially the extension of...
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 ArticlePlugin idea: robust syncing via timecode in timeline
I produce multi-camera unscripted/doc/reality programming, and consistently find myself needing a reliable way to sync several layers of stop/start cameras with free run TC to a timecoded audio source....
View Articlecustom importer
We have a custom importer plugin for premiere CS6. We dont save a custom file on disk, but we render the frames demanded by Premiere framework on the fly and return the data in imImportImageRec in...
View ArticleWhere can I find detailed documentation on developing a plugin for Premiere Pro?
I have read through the documentation provided with the SDK but it is very limited. Some of the features I wish to implement appear doable aftering looking through the sample projects but these...
View Articleimporting . exe file in plugin
Hi everybody, I have a short question concerning the plug-in. i am new in premier pro cs4 sdk,i want to develop plugin in premier pro cs4 sdk but in that pluging i want to improt application...
View ArticleUI for export controller
Hello everyone, I am a new user of the sdk cs6 and I have some work to do with it. But a lot of questions remain after reading the pdf, maybe due to my average english, It is not really clear for...
View Article