Undefined 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 ArticlePlug-In not showing up in premiere pro
Hello, I'm from accevolution (www.accevolution.net) and we've got the problem that our plugins are not showing up in premiere pro at about 30% of the customers machines. Our workaround at the moment is...
View ArticleExtendscript: How to check string ends with
Hello All, How to check a string ends with a particular string in extendscript? Where can I find the string api? Premiere Pro Version: 12.0.0Extension Type: Panel Thanks & Regards,Meet Tank
View Article[Bug Report] element triggers oninput callback more than it should (3x!)
[I'm not sure if I should post this here or in the Extensions / Add-ons Development forum. Bruce Bullis: any direction here?] DescriptionIn CEP panels in Premiere Pro v12.0.0, <input> elements...
View Articlecant download file using nodejs when going to remote site.
Hey, I am trying to download a file using nodejs and I am facing a bit of an odd problem.I started from the CEP_HTML_Test_Extensionin the nodejs.html I changed isNodeJSEnabled to the following (the...
View ArticleRefreshing Image Sequences in Premiere
So the only consistent way I've found to update an image sequence through scripting is to replace it's path with it's current path since refreshMedia() doesn't look for new or missing frames :...
View ArticleIs there an idiots guide to getting started with extendscript in PP?
I’ve done AE scripting in the past & know JS, any links to how to get started in PP? Thanks
View ArticleCommon location for a plug in installer / Media Encoder Plugin Loading.log ?
Hi there,I have a problem loading a plugin from After Effects and Media Encoder with Premiere not installed:1. From the After Effects SDK guideline I read that "Installing your plug-ins in the common...
View ArticleFocus gets lost from extension after calling app.sourceMonitor.openFilePath
At times, we need to switch the media file opened in sourceMonitor. Tried both of these functions:- app.sourceMonitor.openFilePath- qe.source.openFilePath In both the cases, we lose focus from the...
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 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 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 ArticlePassing keyboard presses while panel is active
Is it possible to pass keyboard/shortcut presses onto Premiere when the panel is active? When I click a button on my panel and hit 'spacebar' (to play the timeline) since the panel is active, and not...
View ArticleHow to tell if a File is Being Rendered/Written to
I've been trying to prevent my panel from importing files that are currently being rendered to avoid Premiere Pro throwing an "Cannot Import" error. I've tried:Comparing the modified date of the file...
View ArticleaddPropertyToProjectMetadataSchema always returns true
The docs say:Returns 1 if Premiere Pro created the new property. Returns 0 if that property already existed. But I'm always seeing this return true even if the property exists in the project. Bug?
View ArticleJavascript API for premiere pro
Where i can find the javascript API link for Premiere pro. I want to change the Lumetri color parameters like Exposure, Contrast, HIghlights, Shadows, Whites, Blacks and Saturation etc...
View ArticleAutomating lower-third creation?
Hello Adobe community and thanks for your time in helping me with this challenge! I am new to Premiere, having done the vast majority of my editing on FCP/ FCPX (don't lambast me, it's actually very...
View ArticleAutomate Title Creation
Hi all,Is it possible to develop an import plugin to generate titles and populate them with text? If so, where can I find a bit of information on how to begin with this? The goal will be to parse an...
View ArticleAudio Units in Premiere Pro
Hi all, I'm not sure if this is the right forum or not, but I didn't find a more relevant one. If you know, then please suggest. I developed an Audio Unit. The processing introduces a latency. The...
View Article