Is there any way to discover current track targeting in an active Sequence?
Hey All As per the title, is there any means to discover current track targeting using either supported or unsupported DOM?I seem to be able to get track mute status, track sync status, track lock...
View ArticleSDK Panel only works when ExtendScript Toolkit is open
Whenever I open Premiere Pro and try to use the SDK Panel I've created, I keep getting the notification: "Run Script Error: undefined is not an object". When I open Extendscript Toolkit, however, it...
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 ArticlePremier pro importer : Multicamera clips
HiI completed my importer and works fine. Now I'm facing another aspect.Our file format foresee multicamera, that is our clips may have up to 8 camera. There is a way toimport more than one video...
View ArticleEncoded out put file from Media encoder shows "Media offline"
Hi All, We have been using the app.encoder.encoder sequence function to encode the sequences from our panel.But in the cc 2017 the media encoding is not happening properly if there is video and audio...
View ArticleIncluding Multiple JSX Scripts
I've encountered three methods://@include path/to/file-to-include.jsx#include path/to/file-to-include.jsx$.evalFile("path/to/file-to-include.jsx"); Some questions:Is having multiple <ScriptPath>...
View ArticleSelecting multiple project items
Hi all, I can select a single project item like this: app.project.rootItem.children[0].select() Is there a way of selecting multiple items or selecting without clearing the current selection? Even...
View ArticleExtendScript Toolkit and Premiere Pro?
I'm just starting to dive into Premiere Pro extension development and I'm finding it difficult to get a firm grasp on the environment. I get that there are two DOMs to deal with...
View ArticleJavascript error that happens in Premiere but not in Chrome.
Hi, I am working on a Premiere Pro panel and I basically want to upload a selected file from the current project to a remote server. Using a html input file tag and select a file works fine to upload a...
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 ArticleQtCore4.dll and QtGui4.dll
Hello, I have a question about Qt dll's. We createad a plugin for CS4 and CS5 using Nokia Qt 4.7.1 framework. It works fine, but we have to distibute our plugin with two dll's: QtCore4.dll and...
View ArticleAlpha channel in Exporters
Hello,I'm having difficulties with alpha channel in an exporter. Symptoms - no alpha channel is given to my exporter by Premiere Pro when using source with alpha channel. I created a sample test video...
View ArticleHow to get full source file name in Exporter SDK
Hi,I'm making an Exporter Plug-in using SDK 5.5.I want to get the path and extension of the source file (when export file) and path of the sequence (when export sequence).Especially the extension of...
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 ArticleIs it possible to add a clip to a sequence using ExtendScript?
My job consists of making videos that follow a very specific format: add the interview clip, add the opener, lower third, outro music, copyright, make sure the audio levels are good, add a Dynamics...
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 ArticleCustom overlays and modifying Safe Margins?
Hi folks,I had a quick question and haven't been able to find proper information when researching... but would creating custom overlays and modifying the safe margin be theoretically possible within...
View ArticleWhere is the API Documentation for the Premiere Pro Panel SDK?
I see the links to the sample application and the getting started guide, but where is the actual SDK documentation? Where is the documentation that describes the options of manifest.xml?Where is the...
View ArticleHTML5 Panel passing JSON data to javascript
Hi Bruce, I will soon be working on an HTML5 panel that will be receiving some JSON data through a URL call.Is there a way to pass this JSON data to the javascript portion of the panel, so I can access...
View ArticleUndefined is not an object
Hello, I'm having an issue with an HTML5 panel for Premiere Pro. I have the panel installed on 15 computers and it works fine on 10 of them.On the other 5, the panel launches but when a button/script...
View Article