How to know that the user executed the 'play' command ?
Hello,We have an importer plugin (that streams media from a remote storage) and a PPro JS/JSX Panel (that browse that remote storage). We need to know as soon as the user invoked the play command...
View ArticleHow to avoid PPro reading from importer with 'jumps' ?
Hello, Our importer plugin reads from a remote storage. Usually everything works fine and the playback is smooth. However, sometimes there is a temporary latency (mainly when start playing) so some...
View ArticleCan "documentID" be used to search across projects?
Hello All, Is the property "documentID" (which is in app.project) immutable? Can we use it to search a project from projects available in app.projects? Premiere Pro Version: 12.0.0Extension Type:...
View ArticleMark in/out + add to Media Encoder?
After working on scripts for AE, I'm trying to get things going in Premiere. However, the documentation here lacks severely, and finding the right functions isn't a walk in the park either. So I wanted...
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 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 is not recognizing my plugin
Hi, I am developing One Adobe Premiere Pro Exporter Plugin. Working version: Adobe Premiere Pro 2014. As per the Premiere Pro SDK document, I installed MSVC & Adobe Premiere Pro 2014 in One...
View Articleexport sequence as media file
HI,I want to export sequence as media file i have tried something but that did not generate any output file and even not giving any error message // app.project.activeSequence.exportAsMediaDirect(...
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 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 ArticleOpencv and Premier Pro
Hello, I have designed a new process in Opencv. Where do i start in creating a new plugin? There is a wealth of information on using various Adobe applications, however, i cannot see much on creating a...
View Articleapp.project.path Prefix with \\?\
Hello, I want to get current project path of adobe premiere pro. I am using below code to get that pathgetProjectPath : function() { projectPath = app.project.path return...
View ArticleIs it possible to stop AME render?
Hi All,Is there any way to stop AME render through Premier Pro API? I couldn't find such method in the encoder object: "app.encoder". Premier Pro Version: 11.0.1Extension Type: Panel Thanks,Meet
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 ArticleNot able to install panel after the Premiere pro CC 2018 upgrade
Hi All, After the Premiere pro CC 2018 update our panel installation is not working.We have been using the exmancmd command to install the panel.After the upgrade the command line doesn't through any...
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 ArticleRender Sequence via Panel is slower?
Hi, I created a panel that renders the active sequence with Adobe Media Encoder. We tested it for a week now and video-editors say that encoding via panel is slower than when they do the same task...
View ArticleHow to open closed project panel by PPro api?
Hello, I want to open closed project panel by PPro API. Steps:Open project.Close the panel. Right click on Project Panel >> 'Close Panel'.Try to open Project by API. I have tried to open that...
View ArticleImporting images as a sequence in Adobe Premiere Pro using extendscript
So I've been looking around and trying to find a way of importing image sequences in Adobe Premiere Pro using extendscript.I can import separate single files using: app.project.importFiles(new...
View ArticleHow to compute on a background thread or process?
Hey everyone,I would like to put a computational intensive task off the main thread so the UI of our HTML5 extension is not blocked. Javascript WebWorkers do not work because I need access to the file...
View Article