Getting the sequence project resolution and framerate
Im on a ExportController sample project, how can i get that values, , resolution width, resolution height and framerate ?
View ArticlePlugin Loading Problems During Debug
Hi Zac, I am going in the opposite direction this time. I have our new MOV importer for CS5 working on the Mac and am now porting it over to Windows - but am running into a seemingly impenetrable...
View ArticleAdobe Media Encoder Script
I've already used script (JavaScript) in Premier, After Effects and Photoshop to help manage our in house workflow and projects and would like to be able to setup some scripts for AME but I'm...
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 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 Articleloading content into project/timeline from http listener
Hi I have an application which helps producers/researchers browse and search for video assets. Once they have located one or more assets, I would like to be able to "push" them over to Premiere Pro....
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 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 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 ArticlePremiere & multi-threading
Q: (copied here from an email exchange I had with Zac)I’m trying to use an old plug-in that’s an AEX from 2003. It works on Prem Pro but I want to use it in CS3 (coz I have HD footage and Prem Pro...
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 Article[CS5] Which of the argument of xSDKExport is correct?
Hi, CS5r1 SDK with Premiere CS5 trial version There are definition of the xSDKExport as follows.Which is correct?(a) Headers/PrSDKExport.htypedef PREMPLUGENTRY (* ExportEntryFunc)(csSDK_int32 selector,...
View ArticleWhen only one aspect ratio is displayed, it is displayed as a combo box.
Hi, I worry because of the UI display of the pixel aspect ratio now. Check box when there are two parameters. Combo box when there are three parameters or more. Mere string when parameter is only one....
View ArticleField Type detection
I am trying to write a filter for which the field type (e.g. lower field first, upper field first orprogressive of the SOURCE material is important. I am guessing the following should do the trick, but...
View ArticleDoes 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 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 ArticleEncore "Don't Transcode" condition bug?
Zac et al, What are the conditions for Encore to leave a .264 stream alone (“Don’t Transcode”)? If you compare my PAL 576i25 H.264 stream (576i25_bff_letterbox_3.264) to the output of the CS5.5 bundled...
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 ArticleHow to get full source file name in Exporter SDK
Hi,I'm making an Exporter Plug-in using SDK 5.5.I want to get the path and extension of the source file (when export file) and path of the sequence (when export sequence).Especially the extension of...
View Article