Changes to the loading of external DLLs, by Premiere Pro and After Effects...
Some changes have been implemented in the upcoming versions of Premiere Pro and After Effects which may affect how your tools interact with the application. What's Changing:Plugin DLLs are no longer...
View ArticleChange frame rate of a Sequence
Hello again! Would like to know: is it possible to change frame rate of a Sequence via scripting?I need to set a custom number of frames. If I understand it correctly the choice is limited by the...
View ArticleSet focus to timeline after click in panel?
What's the correct way to set the focus to the timeline again when you click a button in your panel?
View ArticleLoading .epr file from panel - what relative path?
I want to render clips using a predefined preset. It works fine when using an absolute path (e:\path\preset.epr). But I want to include this epr file inside the panel directory. Where should I put it?...
View Article[Feature Requests] For Inserting/Moving/Removing Clips
Hello, Reading through forum posts I've seen a few times where a moderator has added to feature requests. I'm not sure if there is an official place to make them, but I'd love to see these features:...
View ArticleJSON Undefined error in Premiere pro 13.0.2
Hi All, In some system we are getting JSON is undefined message in the extendscript functions.In two machines running in the same version premiere pro 13.0.2(Build 38) one is having this issue and the...
View Articlecannot get CSInterface to open extension server invisibly alongside panel
I'm trying to start a nodejs server alongside my panel. According to the tutorial on https://medium.com/adobetech/how-to-build-a-node-js-server-in-a-panel-ba1d63ea67e2 I should be able to accomplish...
View ArticleScripting changes coming to Adobe video applications
https://link.medium.com/QidTakRB9V
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 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 Article[Adobe Premiere Pro] Installed Extensions not Showing in Adobe Premiere
[Adobe Premiere Pro] Installed Extensions not Showing in Adobe Premiere Hi all, Complete Adobe-Development noob here -- so apologies in advanced for any confusion on my part. I have a requirement for...
View ArticleHow to get active sequence name?
Hello.I'm developing export plugin using plugin sdk.But I don't know how to get active sequence name.I want to generate output file name from active sequence name automatically.please help me.Thank you.
View Article[Feature Request] APIs to Add/Remove Tracks to a Sequence
As a user, I would like to be able to Add/Remove Tracks to/from a given Sequence. This is not currently possible (without resorting to the QE DOM). This request encompasses both Sequence.audioTracks...
View ArticleNode JS error: "require is not defined"
I'm not sure when it stopped being an available function, but at one point I was able to run Node JS "require" command in the browser context.So the following...require("child_process");...used to...
View ArticleCatch keyboard event without setting focus to PProPanel
For example I want to get alert when press "q" or "w".I have written this html:<!DOCTYPE html><html><head><meta charset="utf-8"><title>test</title><script...
View ArticleWorkspace Directory for Windows and Mac OS
So I have saved a custom workspace and have been wondering where does the software save them on your machine? So far lots of the adobe applications stick with a type of standard location but some of...
View ArticlePremiere Pro "Multicam auto switch" Plugin Search
I'm looking for a multicam settings and/or plugin to help with some multi cam footage.So Google Hangouts (and probably more video conferencing software) has this feature that makes a specific person...
View ArticleHow to add effects to clips in Premiere with CEP/ExtendScript?
I'm fairly new to CEP and ExtendScript, though a long-time old-school plug-in developer. Looking at the APIs (http://ppro.aenhancers.com/), I don't see how to add an effect to a clip in Premiere Pro...
View ArticleCreate plugin to write text on video
Hello everyone. I'm trying to create plugin that writes filename and timecode on clip in sequence. And i'm stuck in the beginning. How to write text on video? Can't find it in premiere SDK guide. Is...
View ArticleHow to get clip starting timecode
Hi, Is there any way to get the premiere project asset starting timecode from extendscript?Any properties we can get from app.project.rootItem.children[0] or qe.project.getItemAt(0) Thank you.
View Article