What would it take to allow the visual contents of a Custom HTML panel to...
Or any HTML content. Would love the ability to create an HTML file, format it 3840x2160 or 1920x1080, etc, give the body background-color an opacity of 0, and and run full HTML/CSS/JS directly in a...
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 ArticlePremiere Pro Programming language
Hello! What is the programming language Adobe used to develop Premiere Pro and where can I find information about how they developed it?
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 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 ArticleEvent Chaining
Hi community, I need to understand what I'm conceptually doing wrong or what I'm confusing here.This experiment is to test the chaining of events, so basically Event1 shall trigger Event2, which is...
View Articlehow to get started with premiere scripting?
Hi. I'm an experienced web developer who's working on a project which requires some scripting in Premiere Pro. My needs aren't highly complicated, and at first I thought "well this looks fine" seeing...
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 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 ArticleSteps to smart render in custom plugins
Hi,We've developed custom importer and exporter plugins to support a video file format not directly supported by Premiere CC 2017-2018. The format uses separate AVI and WAV files for each asset. We...
View ArticleWaiting on a Bridgetalk call in ExtendScript from JavaScript
Hi All, We have a flow where we need to do some work in PPro, then do some work in After Effects, then do some HTTP requests. From what I understand this flow should look something likeJS Panel ->...
View ArticleIs it possible to place a imported clip to timeline by script or plug-in?
Is it possible to place a imported clip to timeline by script or plug-in?I can't find any clue about controlling a clip on timeline.
View ArticleNode Enabled by Default in 2017.1?
We've begun to take advantage of the Node integration in a Premiere Pro Panel. Based on the documentation, it seems as though CEP 7 supports the following two flags for the CEFCommandLine:...
View ArticleTypeScript 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 ArticleHow to read extension version from manifest.xml file
Hi All, I want to read "Version" attribute of an extension from manifest.xml file in my panel. Refer below xml snippet: <ExtensionList> <Extension Id="com.test.myExt" Version="1.0.1"...
View ArticleAdding cuts, adding effects to clips
Hi Bruce and other panel experts, Thanks for all the support you provide on this forum and for the amazing progress that's been made in Premiere scripting over the last few updates! I had several...
View ArticleHDR video export from Media Encoder
OK, we've identified the problem. It's something in Media Encoder (not Premiere). So, if you: 1) make a media encoder job, and convert exr files to our format, then HDR export works fine.2) if you do...
View ArticleHow do you move the play head to a specific marker position using extend script?
I would like to be able to move the play head to a specific marker from my panel, is this possible?
View ArticleJavascript API to change Premiere Pro Lumetri color
Is there any Javascript API available to change the Premier Pro Lumetri Color programatically.
View ArticleAPI for importing a subtitles file into Premiere
Hi,We are developing a plug-in for Premiere, that needs to import a srt file and add it to the sequence with the appropriate time codes.We haven't found any example in the Premiere SDK documentation...
View Article