Exporters - 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 ArticleHow can I access HTTP services via Extendscript from PPro CC
I attempting to build an HTML5 panel for Premiere Pro that retrieves assets from a third party REST API but there seems to be no support for Socket or XMLHttpRequest objects in this application which...
View ArticleNone of the SDK Examples are Compiling in Xcode ???
Hi.... I have just downloaded the PPRO CC SDK - I am trying the examples but NONE of them are compiling... REZ Error 3 etc etc etc - Missing Headers and what not Is this for real ???? -- BestMorten
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 ArticlePremiere & multi-threading
Q: (copied here from an email exchange I had with Zac) I’m trying to use an old plug-in that’s an AEX from 2003. It works on Prem Pro but I want to use it in CS3 (coz I have HD footage and Prem Pro...
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 ArticleWhat's difference between mpeg4 and mpeg 2 yuv 4:2:0 pixel formats?
There are "PrPixelFormat_YUV_420_MPEG2_FRAME_PICTURE_PLANAR_8u_601" and "PrPixelFormat_YUV_420_MPEG4_FRAME_PICTURE_PLANAR_8u_601". They difference only in component ordering or something else?
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 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 ArticleGetting video frame rate in PPro
Hi, I am trying to write a code in Adobe extension script which extract video meta data information while exporting a video. Any hint or tips in this regard will be greatly appreciated.
View ArticleHow to Work in 32 Bit in Premier Pro Plug In
As I understand it, Adobe Premier Pro doesn't support "Smart Render" mode as in After Effects.Yet I don't understand how does it support 32 Bit Per Channel input.I look at the SDK sample called SDK...
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 ArticleOpen video in Source monitor from extension / ExtendScript?
I want to write a panel extension which browses a remote asset management system, downloads proxy videos, and shows them in the Source monitor; similar to the Media Browser panel.However, I can't find...
View ArticleCS5 SDK: Exporter fields & buttons
Hello,I'm implementing an exporter for CS5 with the new SDK. I had a question about custom presets. I have a set up where a single exporter will support multiple file formats and multiple presets each....
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 ArticleOverload operator new in C++ plugins
Hi, Does it make sense to overload "operator new" in C++ plugins and have it call the Premiere memory allocation routines? Thanks!
View ArticleImporter => Exporter limit
I've been looking through the SDK documentation, wondering if it would be possible to create an Importer than can only be couple with a specific exporter. I'm guessing, from what I've seen, this won't...
View ArticleGeneral question about SDK
Hello.Before starting to use SDK I have next questions:- can I develop custom UI panels/windows using my own controls(buttons/sliders/etc) ?- can I get all info about current project(imported...
View ArticleHow to add control(ANIM_ParamAtom)
Hi I've read the "Pullg-in Resource Guide.pdf" in the Photoshop cs5 sdk.I know that Angle and Slider, Point, etc, defined by "ANIM_UIType" structure.But I have not found to such "UI Type" as...
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 Article