VST Audio for CS5 SDK question
I have a couple of old audio plug-ins that ran on CS4. I just recompiled my old VST library for 64 bit and built my plug-ins. Everything went okay, but CS5 does not see them. Is there a new VST...
View Articlehow to made plugin using flex3 application
Hi All, I am working on transitiom plug-in for premiere pro cs3 ,using premiere pro cs3 SDK. now i am developing plugins by using adobe flex3 ,application name is transition viewerin which when...
View ArticleCan SDK enable the creation of new tools?
One of my pet ideas is to develop (or encourage someone else to develop) an advanced editing toolkit for PPro that would add useful features to the standard toolset. For example, there might be a...
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 Articledrag drop is not working on premiere extension
Hello all, I'm a new user in Flex. And now, I'm trying to create premiere plugin.-the issue is that I use drag and drop event on desktop app,works nice, when I debug it for Premiere Extension, access...
View ArticleIs 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 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 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 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 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 ArticleClip Pixel Type
Hi, Is there a way to get Premiere to display the pixel type for a clip? RGB or YUV, 8u or 32f? Thanks!
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 ArticleHow do you find "App installation path"
According to the SDK doc page 117 on presets, you're supposed to install to "App installation path" but I can't find a reliable registry entry that indicates what it is. Premiere Pro presets...[App...
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 Articleapplication panels fit in problem on premiere extension
Hello, I'm working on premiere extension. Creating my adobe flex desktop app. when I debug it for extension, on premiere , there is a fit in-font etc problem, dont know how to define this.I mean, the...
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 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 ArticlePremiere and Apple Event
Hi everybody, Does Premiere Pro support to react the Apple Event which is send by third-party program?I mean it is in the Mac OS. Thanks,Iris
View ArticleGet a clip name in Video Filter
Hello! I need to write some specific plugins, that "overprints" technical info over image. So, I get a problem - what is the best way to get CLIP name in "VideoFilter" plugin? Can I get there more...
View Article