cs4 plugin install path
Hello,I have a question about premiere pro plugin installation. In the docs it says that On Windows, the common plug-in path can be found in the registry in the following...
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 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 ArticleMulti-Frame Averaging Filter
I have a filter which requires a history of frames to compute the result (sort of like averaging). I've implemented it using C++ and now I would like to use Adobe Premiere as a frontend. Is this...
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 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 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 ArticleGetting the sequence name when using Export Controller
I'm building a plugin based on the Export Controller example and I need to get the name of the sequence being exported. I'd assumed it would be available from the Sequence Info Suite, but it doesn't...
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 ArticleCS5 Pixel Aspect Ratio Problems...
Hello All, I am working on porting over an existing .mov file importer from Windows to Mac while also upgrading it from CS4 to CS5 (and also rolling in the creation of a hand-written 64-Bit QuickTime...
View Articlesdk 5.0 and sdk 5.5 compatibility
Hello,our exporter plugin for CS 5 (compiled with cs 5 sdk) works if it is used from cs 5.5. Would you say that it is better to recompile the plugin code against cs 5.5 sdk to be used in premiere pro 5.5?
View ArticlekExportInfo_SourceHasVideo always return 0?
Hi,I'm using SDK 5.5 to make an exporter plugin.But i've noticed that:kExportInfo_SourceHasVideo and kExportInfo_SourceHasAudio selector (in GetExportSourceInfo suite) always return 0 no matter what...
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 ArticleCS5 SDK + AME CS4 = Crash from bad memorySuite
Hi all,I compiled the CS5 SDK_Exporter example and only changed one thing: 1: the build from x64 to x86 (because I'm on Win7 32bit with CS4 Production Premium) BTW the enviroment...
View ArticleWhen will the CS6 SDK become available?
...and will CS5.0 and CS5.5 SDKs work on CS6 PPro and AME?
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 ArticleCapture card plug-in
Hi, My company has developed a H.264 HD capture card and I would like to support it in Adobe Premiere Elements 8/9 (PE).I have a few questions that I hope you can help answer : 1. Which SDK should...
View ArticleField Type detection
I am trying to write a filter for which the field type (e.g. lower field first, upper field first orprogressive of the SOURCE material is important. I am guessing the following should do the trick, but...
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 Articleformat of file Exported by SDK Exporter plugin for premiere pro cs4
Hi I am trying to build a plugin which can use a custom codec to export an imported video to h264 format.The codec which i have to use converts a YUV420 raw video to h264 format. As given in the...
View Article