Is possible to use ExportController suite from a different thread?
I need to command some exports asynchronously.Running multiple exports in parallel is not a requirement, but it would be nice at least to request them from a thread that is not the callback thread (i'm...
View ArticleHow to deal with file sequences in importer plugin
I checked the sdk example which deals with file import. What would be the difference if I would want to create an importer for a file sequence? Let's say I have a sequence of file0001.img,...
View ArticleAny exporter developers interested in an open source plug-in project?
Most of the discussion here in the past few months has been about exporter plug-ins, so I know there's no shortage of exporter developers on this forum. There is a very useful frameserver plug-in...
View ArticleLooking for someone to write custom Premiere plug-in
Hello I am looking to find a programmer with a working knowledge of writing plug-ins for Premiere to write a custom plug-in for Premiere CS5. The plug-in is extremely simple. It will be a Video Effect...
View ArticleMake tooltips in exporter sdk
Hi, I'm creating an exporter plug-in using SDK 5.5. And could anyone tell me how to make a tooltip (a tip appear when you mouse over a group, parameter or button)?I know i'm a noob, but every help is...
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 ArticleCall default importer from custom importer?
Hello, I am working on custom quicktime importer which main point is to alter movie xmp metadata. After that I want to pass that file(s) to default quicktime importer. Is there a way to do this?
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 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 ArticleAutomation Plugin
Hello! I'm new in developing Premiere Pro Plugins and want to code a plugin, which automaticly adds files to a new project, sets their inPoints and outPoints and add some effects in a new composition...
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 ArticleHow to recieve the frame number in turn?
How to recieve the frame number in turn? Hi. using Video Filters, i'm developping a plug-in. According to the SDK doc page 310, fsExecute...The video your filter receives may be interlaced, in the...
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 ArticleCS5 "Mercury Engine" and plugins using CUDA?
Hi, just watch the sneak peak on the Mercury Engine again. I see that the filters are being CUDA accelerated as much as possible thus leaving the CPU to do the other work. In the video it showed how...
View ArticleCS5 PPro Record plugin offset bug
In "Capture Settings", if set "Timecode Offset" to -1, PremierePro will pass the wrong information to Record plugin. i.e. If it is IN/OUT capture, the timeCode in recCapParmsRec8 has no change (same as...
View ArticleWhy no playback?
I am debugging an exporter that I have run through a code checker. I fixed a number of problems and loaded the new exporter. However, when I got into Premiere Pro(c) CS5, I noticed that no video will...
View ArticleImplementing Bezier-type controls in a Premiere Pro CS4 plugin.
Hi,I would like to be able to implement Bezier-type controls in a Premiere pro CS4 plugin. I saw this kind of control in the "RGB curves" and "luma curve" effects embedded in Premiere, but could not...
View ArticleEditing movie from script (API)
Hi, I would like to know if there is an option to edit a clip by a pre-defined script, using premiere pro (i.e API).I didn't find the way to add effects / transitions in the SDK guide. If not - do you...
View Articleerror during plugin
Hi i am new in flex.I developing the transition plugin using cs4& visual studio 2010 but during run the .cpp file the following error come,so what is solution of that problem please help me
View ArticlekExportInfo_SourceHasVideo always return 0?
Hi,I'm using SDK 5.5 to make an exporter plugin.But i've noticed that:kExportInfo_SourceHasVideo and kExportInfo_SourceHasAudio selector (in GetExportSourceInfo suite) always return 0 no matter what...
View Article