Does PPRO deserve a complete 32bpc color pipline like AE?
hello, i am learning a lot about 32bpc floating point processing and HDRand now have this question about PPRO. AE has a 32bpc color pipeline. PPRO does not. Todd Kopriva states from a thread in AE...
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 ArticleExport parameters not remembered in prExport call
Hi Zac et al, I have my export plugin coming along very nicely.All the parameters are drawing and reacting as I want... ...BUT...If I leave a file in the queue and reopen AME the parameters are the...
View ArticleCould i decompress it using a SDK fuction?
I'm managing to create a Title Create tool,I start with study the codes in .prproj,and I found the title prefs was compressed as code like belowcould i decompress it using a SDK fuction?or there is an...
View ArticleGet Sequence's Enabled Audio Sources From Player Plugin
Hi, I'm a video editor with some limited programming experience and I've been exploring the possibility of expanding on Premiere Pro's feature set. Nothing fancy or 3D just adding functionality....
View ArticleCustom Importer Support in AE
Hi All, I have a quick question. Does Premiere Pro custom importers and synthetic importers are supported by After Effects CS4? I noticed that imInit, imShutdown and imGetPrefs8 are not invoked by AE....
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 ArticleMXF Exporter
Zac: Thank you for recommending hooking ExporterQuickTimeHost.prm to make a custom exporter to an alien file system. That worked great and the client was very happy. Now another client wants an MXF...
View ArticleMutiple extension in Exporter SDK
Hi,I'm using APP SDK 5.5 to make an exporter plug-in.I want to let the user choose the extension of the output file by changing the extension in output name.How can I do that? The SDK guide and example...
View ArticleCan I do this with SDK?
I have Premier CS 2. In project I want to check that the sequence within work area bar does contain no black fields or very short shots (microshots) before exporting video. Is it possible to do this...
View ArticleSDK 5,5.5,6 bug: exporter param .hidden
fyi,I found a bug with the SDK that doesn't seem to be fixed from (at least back to) SDK 5 thru 6. If you change a parameter to hidden and then unhide it, the gui item doesn't return to it's original...
View ArticleUnexplained problem with PF_TRANSFER_RECT in Premiere
This is cross-posted from After Effects SDK forum, since I could not get help there:http://forums.adobe.com/message/4456832 I am trying to perform a simple operation using AE SDK for an effect in...
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 Articleclass x could not found error while using native extension (.ane)
Hi, I created a native extension. I can debug this application as an desktop application. Working well, there is no problem while using native extension classes. But When I debug for Premiere Pro, I...
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 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 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 ArticleAudio Transitions
Hi, Does the Premiere SDK support Audio Transition plugins? I was considering coding up a cosine / S-shaped transition, but don't see anything about them in the SDK manual. Thanks!
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 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 Article