Create 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 ArticleUI scripting with applescript: Is it possible?
I'm attempting to use applescript to do some automation with file setup and importing with Premiere Pro CC. The company I'm working for is switching from Final Cut 7, and every button and window can be...
View ArticleLoading media into timeline
Hi all, I would like to do the following in my plugin:* Create an empty project* Load a media into the project (lets say I got the UNC path from somewhere)* Put the media onto the timeline Is 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 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 ArticlePlugin idea: robust syncing via timecode in timeline
I produce multi-camera unscripted/doc/reality programming, and consistently find myself needing a reliable way to sync several layers of stop/start cameras with free run TC to a timecoded audio source....
View ArticleExporters - Tab question
Hi!Two questions about tabs in the exporter UI: Is it possible to hide a tab in the exporter UI?..or to reorder tabs in UI? CheersChris
View ArticleIs there any pre-defined preset file which could represent 'match sequence...
Hi Guys, When exporting with 'match sequence settings' selected, Premiere will export clip with current sequence settings. If I use export controller to export a clip, is there any pre-defined preset...
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 ArticleExport Controller - Source Range question
I've written an export controller plug-in that works with a database to register metadata and moves exported media around where it needs to go for playback (TV station automation). One thing I've been...
View ArticleWhy SDK always generates non-drop-frame clips?
I've created a sequence in Premiere: NTSC DV, Codec: DV NTSC, 29.97fps, 720x480, Drop-Frame Timecode.When I try to render a clip with MXF OP1a preset file (DV25 NTSC) by SDK, it always generates...
View ArticleHow do I Create a toggle key for indeterminate media > timecode ?
I want a toggle key for preferences > media > indeterminate media > timecode. How can I create this toggle key?
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 ArticleHow to use PrSDKTransmitInvocationSuite in a importer ?
"But other types of plug-ins can use the Transmit Invocation Suite to push frames to transmitters. For example, an effect or titler with a modal setup dialog could push frames to the output." This is...
View ArticleAudio Transitions
Hi, Does the Premiere SDK support Audio Transition plugins? I was considering coding up a cosine / S-shaped transition, but don't see anything about them in the SDK manual. Thanks!
View ArticleIs possible to use ExportController suite from a different thread?
I need to command some exports asynchronously.Running multiple exports in parallel is not a requirement, but it would be nice at least to request them from a thread that is not the callback thread (i'm...
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 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 ArticleAny way to force consistent bpc in an import plugin?
Hey. Does anyone know if it's possible to force premiere to render with a consistent bpc? I'm working on an import plugin that can generate 8bpc, 16bpc, and 32bpc data. The problem I'm having is...
View Article