input-parameters for transitions
Hi guys, During the last two weeks I've come a long way for building my own custom transitions. Now I would like my plugins to have input parameters like: Sliders, Color-pickers, Radiobuttons/Pulldown...
View ArticleExporter minimum requirements?
HiI'm trying to port a Compiler plugin (that was targeted for CS3) to the new Exporter interface.. Previously, @startup i described my plugin by setting compInfoRec->compilesVideo and compilesAudio...
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 ArticleGeneral question about SDK
Hello.Before starting to use SDK I have next questions:- can I develop custom UI panels/windows using my own controls(buttons/sliders/etc) ?- can I get all info about current project(imported...
View ArticleImport multiple files
I have made plugin based on custom importer, now I can import media files using my custom GUI.But now I'm little bit confused, is it possible to import multiple files using SDK ?I mean:1. Chose...
View ArticleExporter plugin: PrPixelFormat...
I've been struggling to get my Exporter plugin to work with any of the new planar PrPixelFormats (adobe Premiere Pro 6.0.3): PrPixelFormat_YUV_420_MPEG4_FRAME_PICTURE_PLANAR_8u_709...
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 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 ArticleHow to give a Custom property value to all items in Premiere Pro Project?
Hi All, Scenario: Need to map the items inside the Premiere pro project with items in our database. This includes the bins,items inside bin and root project etc. Once the user saves the project in...
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 ArticleHow to continue transition rendering with custom dialog open
Hi, I'm working on a plugin for some custom transitions (currently for CS6/CC on Windows).I'm using a custom dialog (hasCustomDialog in PiPL) during esSetup to set the transition parameters. While the...
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 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 ArticleWhat's difference between mpeg4 and mpeg 2 yuv 4:2:0 pixel formats?
There are "PrPixelFormat_YUV_420_MPEG2_FRAME_PICTURE_PLANAR_8u_601" and "PrPixelFormat_YUV_420_MPEG4_FRAME_PICTURE_PLANAR_8u_601". They difference only in component ordering or something else?
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 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 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 ArticleIs it possible to create a custom panel, and dock/embed it into the application?
Hi all, I would like to create a custom panel, and dock/embed it into Premiere Pro CC.Is this something possible? Basically, the plugin will talk to some web services, retrieve some data, and display...
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 ArticleSome question About title importer plugin
We are developing a title importer plugin for CS6, and have some question, hope forums could help me. Thank you very much. 1) Is there API to get title clip's in, out point in timeline ? in...
View Article