CS6 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 ArticleProgrammatically setting default value for Max Quality in Exporter
Hi Zac, I am trying to find a way to set a default value for the 'Use Maximum Render Quality' check box that is located on the Export Settings Dialog Window. Is it possible to programmatically set a...
View Articlesdk 5.0 and sdk 5.5 compatibility
Hello,our exporter plugin for CS 5 (compiled with cs 5 sdk) works if it is used from cs 5.5. Would you say that it is better to recompile the plugin code against cs 5.5 sdk to be used in premiere pro 5.5?
View ArticlePlaymod flag in custom importer
Hi All, I noticed the following note in SDK_Custom_Import.cpp for SDKGetPrefs8 function. "Note: the timelineData handle is new, and allows ONLY custom importers access to the timeline (dont' use...
View ArticleExporter parameter range (minvalue~maxvalue) messed up when export a sequence...
Hi, I'm making an exporter plug-in using PPro SDK 5.5.I noticed that the value range of a param went wrong if I export a sequence twice. For example, if I register "MyAwesomeParam" with min value of...
View ArticlePremiere 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 ArticleAny DVDs/Books/Video tutorials?
Hi! Sorry for asking, I;ve tried to search here and google but unsuccessfully. Can you point me please to any good learning resources about Plugins writing for Adobe Premiere? Thank you in advance!
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 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 ArticleHow to export m2t or m2ts with smart rendering technology using CS4 SDK?
Hi, I'd like to export my m2t/m2ts files without re-encoding, how should I do? Could you give some demo samples? Thanks.
View ArticleAlpha channel in Exporters
Hello,I'm having difficulties with alpha channel in an exporter. Symptoms - no alpha channel is given to my exporter by Premiere Pro when using source with alpha channel. I created a sample test video...
View ArticleIs the Memory Suite thread safe?
Hi all, Is the memory suite thread safe (at least when used from the Exporter context)? I ask because I have many threads getting and freeing memory and I've found that I get back null sometimes. This,...
View ArticleAbout accelerated effects
Hello. How to make PPro 5.5 plug-ins for accelerated effects? I have making Plug-in. but Plug-In will not be displayed the accelerated effects mark.How Do you make a plug-in with the accelerated...
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 Article"New Synthetic" Dialog Box
Hello All, We created new Custom Importer. When user clicks on our importer from "File->new" menu, he can see PP's "New Synthetic" Dialog box, where he puts settings for new import. In our code we...
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 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 ArticleCustom importer and GetTimeInfo8
I'm working with h264 video muxed into an mpeg2 transport stream. I also have audio in an mpeg2ts that I am trying to sync up with it. When importing the videos directly into premiere pro CS6, they are...
View ArticleI'm looking for someone to create video filters for an app!
Hello all, I'm the founder of a video sharing app. I'm looking for highly qualified people to create video filters(e.g. 1970's look with dust and scratches or a punchy1920's b&w) I've parted ways...
View Article