Script to get media files that are used in the active sequence
I have a script that replaces all the media in a project, which is great. Except when you have 600 movie files to go through! I would like to provide the user the option to just replace the footage...
View ArticleScript to enable/disable audio/videotracks
Hi, Trying this: function SwitchOffVideoOutput (vtracks,activeSeq) { var active_seq = activeSeq; var videotracks = active_seq.videoTracks; alert("numTracks: "+...
View Articleclass x could not found error while using native extension (.ane)
Hi, I created a native extension. I can debug this application as an desktop application. Working well, there is no problem while using native extension classes. But When I debug for Premiere Pro, I...
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 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 ArticlePremiere Markers export and import: Roundtrip via FCP XML not working
The objective of my project is to create a sports app that records markers and saves it in different formats of XML / CSV that I can then import in different NLE packages.I have already succeeded with...
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 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 ArticlePlugin Loading Problems During Debug
Hi Zac, I am going in the opposite direction this time. I have our new MOV importer for CS5 working on the Mac and am now porting it over to Windows - but am running into a seemingly impenetrable...
View ArticleVideo Filter Crash on Mac
Hello All, I am running into some odd behavior porting a video filter over from Windows to Mac. As far as I know, the filter is running properly on Windows. The portion of the video filter I am working...
View ArticleHow do you find "App installation path"
According to the SDK doc page 117 on presets, you're supposed to install to "App installation path" but I can't find a reliable registry entry that indicates what it is. Premiere Pro presets...[App...
View ArticleCS6 Exporter Plugin doesn't open in Premiere Elements 11 (Windows)
I want to make my (Windows) exporter-plugin compatible with Premeire Elements 11. So far, I have been gotten my exporter-plugin to appear in Adobe Premiere Pro CS6 and Media Encoder CS6, and the plugin...
View ArticlePremiere and Apple Event
Hi everybody, Does Premiere Pro support to react the Apple Event which is send by third-party program?I mean it is in the Mac OS. Thanks,Iris
View ArticlePremiere Conform Tools and Plugins
Hey everybody,I am trying to develop some tools for professionals that use Premiere. Such things as "export to Nuke" and "check for new versions". Stuff that Hiero and other conform tools have...
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 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 ArticlePremier Pro Plug In Using the After Effects API
Hello,According to the SDK you say the After Effects API should be used in order to create Effects type of Plug In's for Adobe Premier. We developed several AE plug in's (Effects) based on the CS6 SDK...
View ArticleSDK_ProcAmp OpenCl problem
Hi everyone, Now I am trying the GPU example "ProcAmp" comes with Premiere pro sdk.I tried the pre-compiled plugin "ProcAmp" comes with premiere. It works well. Then I tried to compile "ProcAmp" from...
View ArticleDo you make a custom Importer Plug-In?
If you do, please private message me so we can test it in another application that will support Premiere importer plug-ins in an upcoming release.
View ArticleExporting from Adobe Premiere using extendscript
Hi! I'm trying to figure out how the exportTimeline() function works. So far, I have managed to import files and add them to a sequence. Now I want to export the sequence as a Quicktime movie....
View Article