Premiere 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 ArticleIs the Memory Suite thread safe?
Hi all, Is the memory suite thread safe (at least when used from the Exporter context)? I ask because I have many threads getting and freeing memory and I've found that I get back null sometimes. This,...
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 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 ArticleControl Plugin for Premiere Pro
Hi Guys, I was thinking, is it possible to directly control Premiere Pro elements like buttons or sliders via a plugin? Background is, I would like to use my Korg Nanopad to control different mute...
View ArticleAny DVDs/Books/Video tutorials?
Hi! Sorry for asking, I;ve tried to search here and google but unsuccessfully. Can you point me please to any good learning resources about Plugins writing for Adobe Premiere? Thank you in advance!
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 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 ArticleExporting media files from a project
Hi, I have created export controller and calling it from my panel using action script.Currently I am able to export any active sequence to a particular format using 'exportTimeline' function of...
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 ArticleAutomation Plugin
Hello! I'm new in developing Premiere Pro Plugins and want to code a plugin, which automaticly adds files to a new project, sets their inPoints and outPoints and add some effects in a new composition...
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 ArticleTransmit API: How to send video to another running app.
Hi, I'm not a programmer so excuse my ignorance.Just trying to scope a project. We'd like to get a live video output from Premiere to use in another app.The idea is to use a video stream from Premiere...
View ArticleDummy importer
Hi folks, I'm trying to write a dummy importer that would essentially only put a file pointer in the project for reference and archival purposes, like FCP XML translations results text file which gets...
View ArticleAudioUnit/VST plug-in crashing in Audition CS6
Hello, I am currently developing an audio effect plug-in on Mac, which supports both VST/AudioUnit formats. I am trying to get the plug-in to work correctly in Audition CS6, but I am witnessing some...
View ArticleHow to give a Custom property value to all items in Premiere Pro Project?
Hi All, Scenario: Need to map the items inside the Premiere pro project with items in our database. This includes the bins,items inside bin and root project etc. Once the user saves the project in...
View ArticleHello, new to Premier Pro CC; from FCPX and & 7. Trying to link a script to a clip but metadata says <not editable> How do I change this??
View ArticleWhere can I find detailed documentation on developing a plugin for Premiere Pro?
I have read through the documentation provided with the SDK but it is very limited. Some of the features I wish to implement appear doable aftering looking through the sample projects but these...
View ArticleIs there a script to make the previously added marker end at the frame where...
I'm working with video analysis. a SMED (Single Minute Exchange of Dyes) program requires me to mark every action in a recorded clip, be it a recurring or single instance. I have a grouped and...
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 Article