Multi-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 ArticleI'm looking for someone to create video filters for an app!
Hello all, I'm the founder of a video sharing app. I'm looking for highly qualified people to create video filters(e.g. 1970's look with dust and scratches or a punchy1920's b&w) I've parted ways...
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 Articlecs4 plugin install path
Hello,I have a question about premiere pro plugin installation. In the docs it says that On Windows, the common plug-in path can be found in the registry in the following...
View ArticleStarting up with SDK for CS5 (premiere)
Hello everyone. First of all, I apologize for my english. And also for my possible lacks of knowledge about this matter, I am a completely newbie. I want to develop an exporter plugin for Premiere...
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 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 ArticlePlugin idea: robust syncing via timecode in timeline
I produce multi-camera unscripted/doc/reality programming, and consistently find myself needing a reliable way to sync several layers of stop/start cameras with free run TC to a timecoded audio source....
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 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 ArticleUsing Built-in encoder
I'm working on integrating premiere into our video pipeline. I would like to be able to export h.264 in a container besides mp4. I'm assuming that I have to implement an exporter, but if there is a...
View ArticleExporting media files from a project
Hi, I have created export controller and calling it from my panel using action script.Currently I am able to export any active sequence to a particular format using 'exportTimeline' function of...
View ArticleGetting currently selected value out of dropdown
Hello Zac, I have a question about getting current value from a dropdown in the exporter UI. Currently I have a custom drop down which I populate with UTF16 strings. I set it up as follows: //...
View ArticlePlugin loading issue
Zac, I'm running into plugin loading issue. My exporter plugin is not loaded by premiere if I start premiere on my system. The log says: Loading from disk... The library could not be...
View ArticleHow to retain uuid from XML instead of generating new ones in Premier Pro CS5.5?
Hi, I use Premiere CS5.5 to import XML sequences and export them back again to XML after a slight edit.I am in the process of writing a simple script that would manipulate the XML file that I get...
View ArticleHow to export m2t or m2ts with smart rendering technology using CS4 SDK?
Hi, I'd like to export my m2t/m2ts files without re-encoding, how should I do? Could you give some demo samples? Thanks.
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 ArticleScripting in Premiere CS6
I think i know the answer but i've seen some searches that suggest it is possible and i can see PPro as a target in ExtendScript Can i script PPro CS6? Is there a scripting guide like there is for...
View ArticleIs there any pre-defined preset file which could represent 'match sequence...
Hi Guys, When exporting with 'match sequence settings' selected, Premiere will export clip with current sequence settings. If I use export controller to export a clip, is there any pre-defined preset...
View ArticleTwo questions about exporter controller
Hi Guys, I have two questions about exporter controller. 1. Since exporter controller uses its own UI, is it possible to generate new preset file in exporter controller to represent its UI content? 2....
View Article