How to get source clip file Path within SDK exporter plugin?
exportInfoSuite->GetExportSourceInfo(exporterPluginID, kExportInfo_SessionFilePath, &seqFilePath); char* filePath = seqFilePath.mMemoryPtr; What is the reason? Please explain with the source code.
View ArticleNew custom panel doesn't appear in list of extensions
Hi All, So, I'm setting up to build a custom panel for Premiere, and having some issues getting a basic "hello world" example to appear in the list of extensions under Window->Extensions. I have...
View ArticleSizing HTML5 panel
I am trying to set a max and min size for my html5 panel. and writing it in the manifest doesn't seem to affect it at all. <Geometry> <Size> <Height>580</Height>...
View ArticlePlug-In not showing up in premiere pro
Hello, I'm from accevolution (www.accevolution.net) and we've got the problem that our plugins are not showing up in premiere pro at about 30% of the customers machines. Our workaround at the moment is...
View ArticlePremierePro Panel custom shortcut for function
Hello, Does the Premiere Pro Panel SDK allow to create a custom keyboard shortcut for a functionality? If not, is the Plugin SDK let you do that? Thanks
View ArticleESTK: How to import a title into a track
Hi 1. Is ther a way to import a title into a track with ESTK?2. Is it still impossible to Import a Video into a track? Thank you for your help!Christoph
View ArticleAE fails to load PRM plugin
I build an Exporter plugin for Premiere as a dot PRM file. Zal Lam says I need to put it into C:\Program Files\Adobe\Common\Plug-ins\CS5.5\MediaCore folder so the render will be seen in the queue and...
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 ArticleConvert timecodes to seconds
Is there a method to convert timecode(hh:mm:ss:ff) to seconds ? I'm trying to create a marker using markers.CreateMarker() method but for some reasons the supplied value in seconds doesn't match input...
View ArticlePremiere Pro & ExtendScript
Notice the following section of code: for (i = 0; i <= app.project.rootItem.children.numItems; i++) { if (app.project.rootItem.children[i].getMediaPath().indexOf('(PREV)') > -1) {...
View ArticleExportFile export only a portion of timeline, eg from frame 1 to 20 or from...
Hi,Im with ExportController sample projct for CS5.5 using VS2008 What i want is to divide the sequence in the timeline for premiere output small files and my plugin will be able to access them instead...
View ArticleScripting for Premiere Pro CC / Premiere Pro CC 2014
Using Extendscript Toolkit I've found that it can possible to scripting for Premiere Pro CC and Premiere Pro CC 2014, but my question is: Why Adobe don't provide any relative scripting guide?? (It's...
View ArticleMakeAudioRenderer() unknown error compiling movie
Hi, I just compiled the SDK Exporter sample plugin and trying to export a file to .sdk results in «error compiling movie».Turns out the last instruction I can debug is about MakeAudioRenderer. In the...
View ArticleFuture proofing plugins.
Hi Zac and team. First off - it's great that you've made a forum! I have a broad question... If my Premiere Pro (thus v7 api) is crashing in CS3 (and probably CS4 etc) is there something I should be...
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 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 ArticleHow to recieve the frame number in turn?
How to recieve the frame number in turn? Hi. using Video Filters, i'm developping a plug-in. According to the SDK doc page 310, fsExecute...The video your filter receives may be interlaced, in the...
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 ArticlePlugin with CUDA and OpenCL Support
Hello there, i have a question about implementing a premiere plugin which uses CUDA and OpenCL.Unfortunately, the SDK only provides an OpenCL Sample Plugin.My first idea was it to create a plugin which...
View ArticleHow to invoke JavaScript for Premiere Pro CC?
Hi, I am new to Adobe CC products/scripting and I'm trying to control Adobe Premiere Pro CC from another desktop application. Using ExtendScript Toolkit, from its UI, I can invoke JavaScript commands...
View Article