Three 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 ArticleExport Controller - Source Range question
I've written an export controller plug-in that works with a database to register metadata and moves exported media around where it needs to go for playback (TV station automation). One thing I've been...
View ArticleSome question About title importer plugin
We are developing a title importer plugin for CS6, and have some question, hope forums could help me. Thank you very much. 1) Is there API to get title clip's in, out point in timeline ? in...
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 ArticleDrag&Drop from Lightroom to Premiere doesn't work! Programming an alternative?
Unfortunally the is no working Drag&Drop ability to drag a videofile from the Lightroom Library into the Premiere Project View. (This Problem appears only on a Windows machine not on Mac)This is...
View ArticleExporters - Tab question
Hi!Two questions about tabs in the exporter UI: Is it possible to hide a tab in the exporter UI?..or to reorder tabs in UI? CheersChris
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 ArticleCustom importer and GetTimeInfo8
I'm working with h264 video muxed into an mpeg2 transport stream. I also have audio in an mpeg2ts that I am trying to sync up with it. When importing the videos directly into premiere pro CS6, they are...
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 ArticleCreate UI for Export Controller
Can somebody help me to create a GUI for Export controller plugin for Premiere pro.I am new to C++. No idea how to create a window and other contols in it.
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 ArticleIs there a way to get the filename on OS X in imImportImage selector?
I don't have any problems on Windows, because I'm using GetFinalPathNameByHandle function, but is there a way to obtain the filename from imFileRef passed to imImportImage selector on OS X? Or should I...
View ArticleIs it possible to create a custom panel, and dock/embed it into the application?
Hi all, I would like to create a custom panel, and dock/embed it into Premiere Pro CC.Is this something possible? Basically, the plugin will talk to some web services, retrieve some data, and display...
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 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 ArticleGeneral question about SDK
Hello.Before starting to use SDK I have next questions:- can I develop custom UI panels/windows using my own controls(buttons/sliders/etc) ?- can I get all info about current project(imported...
View ArticleFlash Markers and the SDK
Hi All, I have no experience with the SDK but I am a competent programmer so could probably pick it up but I wanted to ask whether anyone knows if you can access markers on the timeline through the SDK...
View ArticleOnly first character of plugin name is shown
I'm developing a plugin using the Transmit API and for some reason it's only displaying the first character of the display name in the Playback window. The code is as follows: #define...
View Articleimporter plugin
we have written an importer plugin for premiere using CS3 SDK.Now we are converting it to be compatible with CS6. Done with the changes, But there is problem i am facing. I am getting scale as 1000...
View Article