Looking for person who wrote RedStar3D Plug-in!
Hello all Does anyone here remember responding to this thread: http://forums.adobe.com/thread/890468?tstart=30 and writing me a Premiere plug-in called Red Star 3D that changed the stereoscopic...
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 ArticlePremiere Pro CS4 SDK - Exporter plugin
Premiere Pro CS4 SDK Hello,I ran sample exporter project from CS4 SDK and it never seems to reach "exSelExport" case in the plugin's main entry point. Instead, after clicking "OK" in exporter window,...
View ArticleRender Quality (w.r.t. Exporter's video src)
Zac, can you explain the backend consequence of the different Render Qualities: /**** Render qualities*/typedef enum { kPrRenderQuality_Max = 4, kPrRenderQuality_High = 3, kPrRenderQuality_Medium = 2,...
View ArticleCan I do this with SDK?
I have Premier CS 2. In project I want to check that the sequence within work area bar does contain no black fields or very short shots (microshots) before exporting video. Is it possible to do this...
View ArticleOnly first character of plugin name is shown
I'm developing a plugin using the Transmit API and for some reason it's only displaying the first character of the display name in the Playback window. The code is as follows: #define...
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 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 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 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 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 ArticleImport multiple files
I have made plugin based on custom importer, now I can import media files using my custom GUI.But now I'm little bit confused, is it possible to import multiple files using SDK ?I mean:1. Chose...
View ArticleCS6 Exporter "Push-Model" (ExporterUtilitySuite): what about audio?
New in the CS6 SDK, is the ExporterUtilitySuite, which supports a new "push-model" of operation. In older versions of CS (and still supported in CS6), all exporter plugins were required to use the...
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 ArticleWhen will the CS6 SDK become available?
...and will CS5.0 and CS5.5 SDKs work on CS6 PPro and AME?
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 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 ArticleAbout accelerated effects
Hello. How to make PPro 5.5 plug-ins for accelerated effects? I have making Plug-in. but Plug-In will not be displayed the accelerated effects mark.How Do you make a plug-in with the accelerated...
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 ArticleAdobe Media Encoder Script
I've already used script (JavaScript) in Premier, After Effects and Photoshop to help manage our in house workflow and projects and would like to be able to setup some scripts for AME but I'm...
View Article