Downloading file with NodeJS in CEP extension
I'm trying to get file downloading with NodeJS working in my CEP extension for Premiere Pro CC 2015. I have the following script: var http = require('http'); var fs = require('fs'); var file =...
View ArticleKeyboard Shortcut Conflicts
Is there a way to override Premiere Pro shortcuts when your custom CEP Panel is in focus? For instance, I'm trying to get the Cmd+Z and Cmd+Shift+Z shortcut for a text field in my panel, but it keeps...
View ArticleNew to AdobeAPI, where can I find an API overview or help with custom importer
Hi Adobe team, and fellow developers, I am an experienced C++, Python and Qt developer, and have recently been asked to setup some pipeline tools for an production. I am trying to figure out where I...
View ArticlePremiere Pro CC 2018 crashes when creating clip markers using extend script
I am developing an extension which creates clip markers using ExtendScript (the same code which is provided in ProPanel Sample).Sometime after creating 5 - 20 comment markers Premiere Pro crashes. It...
View ArticleCreating a Panel to control the Plugin (C++)
Is it possible to create an UI in the Panel and then call the plugin functionality written in c++?
View ArticleEditing clips with ExtendScript
hello, you hardworking, knowledgeable people! I desperately need to automate a big part of the editing process in Premiere.For the next project we will be recording tons of footage, where the main...
View ArticleAWS S3: Download media file get corrupted
Hi All, I am trying to download media file (image or video) from AWS S3 using nodejsaws-sdk module. The file is downloaded but I couldn't open as it looks corrupted. Also noted that file size is not...
View ArticleNew World Scripting
As I was looking through the sample code today I was reminded of a curious function -- enableNewWorldScripting What is this new world? and why would we want to enable/disable it, rather than it just...
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 ArticleGetting duration out of pproTicksIn/pproTicksOut
Hi there I’m trying to get the duration of a clip from an exported finalcut pro xml out of premiere pro cc. Somehow it seems my following calculation is wrong. TICKS_PER_SECOND is 254,016,000,000...
View ArticleCTI.Timecode
Hello, I changed the start time of my sequence to 01:00:00:00 and when I run my script to get the cti timecode it returns the timecode as if it started at 00:00:00:00. Anyone know why this is...
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 ArticleHow to create custom transitions in effects panel ?
Hi to all of you ! I am looking to make custom transitions in Premiere. I am well aware of the "Save Preset" function but I am looking to create my own transitions in the effects panel. I know it is...
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 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 ArticlePremiere Pro Script execution without ExtendScript Toolkit confirmation
Hi everyone,I'm creating a video browser OSX app, that will import files to opened project, open and play it in the source viewer in Premiere Pro.The app creates a JSX file with: "#target...
View ArticleConvert timecodes to seconds
Is there a method to convert timecode(hh:mm:ss:ff) to seconds ? I'm trying to create a marker using markers.CreateMarker() method but for some reasons the supplied value in seconds doesn't match input...
View ArticleQE: What is this rabbithole?
Soooo as the title asks: What is QE? There's absolutely no documentation on it, and it appears to house most of the information that we want to access, albeit not reliably.Most importantly out of...
View ArticleHow to access the Premiere Pro clipboard?
I'm not sure if I need to use the SDK for this or not. Basically, I want to be able to COPY many different items from Premiere, like presets, transitions, and clips... into the clipboard, one at a...
View ArticleAdd Track audio/video to sequence
It there a way to add a new audio or video track into a sequence? The way it would be used it to import footage into an existing sequence, but create a new track and import the clip onto that so that...
View Article