Script to enable/disable audio/videotracks
Hi, Trying this: function SwitchOffVideoOutput (vtracks,activeSeq) { var active_seq = activeSeq; var videotracks = active_seq.videoTracks; alert("numTracks: "+...
View ArticleExported Interlaced Video by SDK Exporter plugin for premiere pro cs6
Adobe Premiere Pro CS6 for Project Setting Sequence is XDCAM HD422 1080i25(50i) I tested the Plugin AVI(Uncompress) ,output interlaced video OK no problem. I use Premiere Pro CS6 r2 SDKI am trying to...
View ArticlePremier Pro Plug In Using the After Effects API
Hello,According to the SDK you say the After Effects API should be used in order to create Effects type of Plug In's for Adobe Premier. We developed several AE plug in's (Effects) based on the CS6 SDK...
View ArticlePlugin Loading Problems During Debug
Hi Zac, I am going in the opposite direction this time. I have our new MOV importer for CS5 working on the Mac and am now porting it over to Windows - but am running into a seemingly impenetrable...
View ArticleTrouble with Exporter Utility Suite
Hello. I have a trouble in my exporter using Exporter Utility Suite. If i place in the sequence a videoclip that is shorter than audioclip, Exporter Utility Suite only render videoclip frames, empty...
View ArticleProgramming your own workflow plugins
Hey folks, I've seen people asking "how do I select all clips in the timeline downstream?" and get the answer: Track Selection Tool! Which is quite ok, but for me, the Avid Media Composer way is a bit...
View Article[CS5] Which of the argument of xSDKExport is correct?
Hi, CS5r1 SDK with Premiere CS5 trial version There are definition of the xSDKExport as follows.Which is correct?(a) Headers/PrSDKExport.htypedef PREMPLUGENTRY (* ExportEntryFunc)(csSDK_int32 selector,...
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 ArticleBatch relinking of files via Script
Is this possible in Premiere? I can script After Effects but i'm not sure whether PPro has the same scripting engine (the extend toolkit lists it as a target but i cannot find any docs on it) Basically...
View ArticleExporting files other than sequences
Hi,Currently I am able to export all the sequences in a project using export time line option in action script.I want to export other media files other than sequences in the project.I was thinking if i...
View Articlewhere can i get a comprehensive guide for coding html 5 plugins
'm starting to get fustrated cause i cant find any good documentation on how to create HTML 5 plug ins for just a few videos starting me off. im using eclipse and the extension builder. but i need to...
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 ArticleDuplicate sequence?
I've started to have a look through the SDK documents, but just have a quick question about the SDK functionality that I imagine someone well-versed in it should be able to answer pretty easily: Could...
View Articleabout “Append mode” of cs6, cc & cc2014 project file in order to insert xml...
let me ask you all something about “Append mode” of cs6, cc & cc2014 project file in order to insert multiple xml sequence which is sent from 3rd-party tool into specific project file . Finalcut...
View ArticleMultithreading in ActionScript
Hello everybody, We have to organise our ActionScript based extension in order to execute some time consuming operation in background. We know that we have to move to HTML5 panels, but in the...
View ArticleExporting from Adobe Premiere using extendscript
Hi! I'm trying to figure out how the exportTimeline() function works. So far, I have managed to import files and add them to a sequence. Now I want to export the sequence as a Quicktime movie....
View ArticleAccess global data from PrGPUFilter
Hi everyone,I am trying OpenCL with the "SDK_CrossDissolve" example.When rendering with CPU I can access global data by: "in_data->global_data" which is passed to the render function.But, when...
View Articleqe.project.numSequences and qe.project.getSequenceAt(i) is not match
Hi, I am currently developing adobe premiere plugin to import, edit, and export clip.When i have more than 1 sequence and perform export operation, I will try to get number of sequences and loop...
View ArticlePremiere Pro CS5 Scripting Support?
Does Premiere Pro CS5 support scripting through extendscript or any other scripting language? I see it as a target application in the extendscript toolkit, but i don't see a place within Premiere Pro...
View ArticleQtCore4.dll and QtGui4.dll
Hello, I have a question about Qt dll's. We createad a plugin for CS4 and CS5 using Nokia Qt 4.7.1 framework. It works fine, but we have to distibute our plugin with two dll's: QtCore4.dll and...
View Article