TypeScript application and Webpack bundling
I'm looking to build an angular app (my enviroment is VS2017) with some libraries and having some difficulties with the appropriate configuration.Can someone provide the minimum webpack config file...
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 ArticleCreate a custom plugin for Premiere on windows?
I've found that you can create you own custom plugins for Premiere on Mac.Is it possible somehow on Windows? I have a bold idea for one,but without knowledge of C++ seems like it's not really possible...
View ArticleGetting returned values from evalScript calls
I have a few functions that return bits of information from the JSX context to the panel JS so that they can be further processed there. One such function returns an array of times-in-seconds...
View ArticleHow can I open a local folder view by clicking on a link
Hello All, Is there any way to open a local folder (file explorer not a file chooser) from a link in a premiere pro panel? Is this possible using cep API? Premiere Pro version: 11.1.0Extension Type:...
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 ArticleAbout accelerated effects
Hello. How to make PPro 5.5 plug-ins for accelerated effects? I have making Plug-in. but Plug-In will not be displayed the accelerated effects mark.How Do you make a plug-in with the accelerated effects?
View ArticleHow to know the extension of an EPR preset
WE have the integrator put only the presets they want the user to user for our Export Controller plug-in. They copy the presets from the Premiere MediaIO/statempresets/ folder. When we get the EPR file...
View ArticleHow to enable NodeJs for HTML5 Panels
Hi All,We are trying to implement downloading assets from url, in our Premiere pro Panel.From the premiere pro sdk forum we came to know that by using NodeJs we can implement this feature(Downloading...
View Articleset start time of sequence
Hello, Is there any way to set the start time of a sequence? thanks,Kelly
View ArticleCall OS commands via scripting
Is there a way to call OS commands via the Premiere scripting API? Basically I would like to run a python script from within premiere, but I see no way to call a os command. After Effects has the...
View ArticleHow to invoke JavaScript/ExtendScript for Premiere Pro CC in Mac OS
Looking for a way to run JavaScript aka ExtendScript in Premiere Pro CC Here's what I've got for other Adobe Apps, using AppleScript: tell application "Adobe After Effects CC 2015" activate set...
View ArticleHow to calculate timecode in second
Hi All, I am using markers#createMarker function to create marker on clip. It expects timecode value in second. Can anyone explain how to convert the timecode in second?E.g. I want to create a marker...
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 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 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 ArticlePProPanel marker timecode values differ
Creating a sequence marker using the following code from PPropanel SDK sample, creates a marker with a different timestamp. Could anybody tell me how a supplied timcode in javascript is represented in...
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 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 ArticleHow to check given path isFile or isDirectory in jsx?
Hello, I want to check that given path is File or Directory in a jsx. The 'isFileExist' function only check that path is exist or not in the file system.I want to check it is 'folder' or 'file' For...
View Article