Create a new sequence from Media files in the project
Hi eveyone, I am trying to export media from time line using Actioscript. I can now only export sequences, i want to export other media files also, so i was trying to create a new sequence...
View Articleexporter plugin: How does exporting multiple files work?
I'm trying to get my exporter to simultaneously export 2 separate files (one for audio, one for video):(1) *.wav file (for PCM audio)(2) *.m4v file (for encoded H264 video) The exported WAV & M4V...
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 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 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 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 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 ArticleCS5 SDK + AME CS4 = Crash from bad memorySuite
Hi all,I compiled the CS5 SDK_Exporter example and only changed one thing: 1: the build from x64 to x86 (because I'm on Win7 32bit with CS4 Production Premium) BTW the enviroment...
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 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 ArticleHow do I Create a toggle key for indeterminate media > timecode ?
I want a toggle key for preferences > media > indeterminate media > timecode. How can I create this toggle key?
View ArticleThree questions about the CS4 SDK Exporter
Hello. I'm working to make an Exporter Plug-In that supports "Pro CS4" and "Elements 8.0" single binary. Please give me any advices to complete it. I show you the questions as follows: How can...
View ArticlepixelFormatSupported
Hey guys, Trying to get into the pixelFormats here. I'm adjusting the SDK's Cross Dissolve in order to find out if it's possible to write a transition that only supports...
View ArticlePlaymod flag in custom importer
Hi All, I noticed the following note in SDK_Custom_Import.cpp for SDKGetPrefs8 function. "Note: the timelineData handle is new, and allows ONLY custom importers access to the timeline (dont' use...
View ArticleWhen will the CS6 SDK become available?
...and will CS5.0 and CS5.5 SDKs work on CS6 PPro and AME?
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 ArticleHow to add control(ANIM_ParamAtom)
Hi I've read the "Pullg-in Resource Guide.pdf" in the Photoshop cs5 sdk.I know that Angle and Slider, Point, etc, defined by "ANIM_UIType" structure.But I have not found to such "UI Type" as...
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 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 Article