Clip 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 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 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 ArticleDrag and Drop to Source Monitor but not Double Click?
Has anyone seen this issue? I've got an importer plugin. If you drag and drop a clip into the source monitor, then it works fine. But if you double click it then nothing happens. Any idea why this...
View ArticleVideo Filter Crash on Mac
Hello All, I am running into some odd behavior porting a video filter over from Windows to Mac. As far as I know, the filter is running properly on Windows. The portion of the video filter I am working...
View ArticleDuplicate command is not working for custom importer
Hi All, I am working on a custom importer plugin. Basic features are working fine, but, I'm facing an issue with Duplicate functionality. I added a new custom importer clip to project and created a...
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 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 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 Articleerror LNK1123: failure during conversion to COFF
hello,I'm new to the sdk and I'm trying to open the sample projects to understand what's going on here,the problem is that when i try to build the project(for example the SDK_File_Import project)i get...
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 hard is it to sell plugins?
Hi, I'm a compositor/editor (and a VJ on weekends) I had an idea for a really handy plugin strike me today, infact it's the second editing plugin I have thought of. It's being a few years since I've...
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 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 ArticleRenderVideoFrame doesnot return abort
RenderVideoFrame doesnot return abort in my exporter if I stop then queue in the AME4.2.1. I try the SDK file exporter, it wont also, but the h264 export doest work. My SDK version is 4r1. Is there...
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 ArticlePlug-in similar to Premier Title
Hi All, I would like to develop a plug-in that shows a non modal dialog similar to Premiere 'Title' dialog. I would like to update the preview in 'Program Sequence' window when user updates the canvas...
View ArticleAlpha channel in Exporters
Hello,I'm having difficulties with alpha channel in an exporter. Symptoms - no alpha channel is given to my exporter by Premiere Pro when using source with alpha channel. I created a sample test video...
View ArticleExporter plug-in doesn't run when open by clicking .prproj file
Hi everyone!I am creating an exporter plug-in. It works fine when I open Premiere, open a project and choose to export using my plug-in. But when i open a project directly by double clicking the...
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 Article