How 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 ArticleExport param UI goes wrong when exporting sequence?
Hi, I'm making an exporter plug-in using Premiere Pro SDK 5.5.I'm adding some parameters in exSelGenerateDefaultParams. These including some tabs, groups and params in each group. But when exporting in...
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 ArticlePremiere CS6 parameters and declarations
Hello.I'm writing a plugin for Adobe Premiere CS6. I have a couple of questions about parameters (ANIM_ParamAtom).I know how to add: - sliders (ANIM_DT_LONG,ANIM_UI_SLIDER), - color parameters...
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 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 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 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 ArticlePremiere Pro CS4 SDK - Exporter plugin
Premiere Pro CS4 SDK Hello,I ran sample exporter project from CS4 SDK and it never seems to reach "exSelExport" case in the plugin's main entry point. Instead, after clicking "OK" in exporter window,...
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 ArticleCan I do this with SDK?
I have Premier CS 2. In project I want to check that the sequence within work area bar does contain no black fields or very short shots (microshots) before exporting video. Is it possible to do this...
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 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 ArticleRender Quality (w.r.t. Exporter's video src)
Zac, can you explain the backend consequence of the different Render Qualities: /**** Render qualities*/typedef enum { kPrRenderQuality_Max = 4, kPrRenderQuality_High = 3, kPrRenderQuality_Medium = 2,...
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 ArticleCreate 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 ArticleWhen will the CS6 SDK become available?
...and will CS5.0 and CS5.5 SDKs work on CS6 PPro and AME?
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 ArticleHow do I import a file as a subclip?
In my panel, I have representations of clips and subclips from an external system. So far I can only see how to import an entire video into Premiere. Is it possible to import a subclip? To import an...
View ArticleCreate plugin to write text on video
Hello everyone. I'm trying to create plugin that writes filename and timecode on clip in sequence. And i'm stuck in the beginning. How to write text on video? Can't find it in premiere SDK guide. Is...
View Article