How to identify the MXF-OP Atom files in a Premiere project
Hi All, Is there any way we can go through a large project and find the MXF-OP Atom files in that project?Is there any way to get the codec/wrapper details of the files in a Premiere project?We are...
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 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 ArticleQuestion about node.js implementation in .jsx file.
Hello ,I have a question regarding node.js implementation in a Premiere Pro panel.I use classic file structure as i have a html file and a jsx file for scripting that is invoked with evalScript.It...
View ArticleChange media Start/End with xmp
I was wondering if it possible to change the media start/end point of an offline clip with xmp. The goal would be to decompose the clips, using the video In/Out to set the media start/end. I thought...
View ArticleOpen additional window when opening multiple projects from extendScript.
I'm running app.openDocument(premiere_project_path) to open a project. That is working well. But if I already have project open it will close that and open the new project in it's place. Is there a way...
View ArticleReset Custom Workspace programmatically
I cannot figure out how to reset the custom workspace programmatically for After Effects or Premiere Pro.I have been able to do this successfully with other...
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 ArticleImporter: Media Encoder crashing on loading Thumbnails on Media Browser
Hi,i am working an importer and an exporter for a custom codec on a quicktime container, based on the SDK examples.Both plugins work fine when importing/exporting on both platform Mac and...
View ArticleDuplicate clip
Hello, I don't know how to duplicate clip in one sequence (of 2) which composed of several videotrack. I have this script : var first =...
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 ArticleJSX: Intermittently getting JSON is undefined alert
Hi All, We are intermittently getting JSON is undefined alert while converting object to string using JSON.stringify()It gets resolved by resetting Premiere Pro preference: Configure preference...
View ArticleCEP engine extension API to check for file existence
Hi All, I am looking for an API (CEP FS) which checks a file is exist or not. I couldn't find such inside CEP fs library. I am referring to cep.fs object. Note: I don't want to use JSX here as that...
View ArticleProgrammatically setting scratch disks in Premiere....changed?
Has something changed in the extendscript/premiere sdk regarding setting of scratch disks? We've had code in place for the last few years that has worked well, but broke with Premiere 12.0.0. This...
View Articlecan I make modal dialog in plugin?
Hi, All. I have a question in Premiere Pro SDK. I'd like to make a Premiere Pro plugin and create a dialog that contains some inputs and buttons. I implemented the function by Script and...
View ArticleBatch encode 100s of clips to Fade Out after first 20 seconds.
Hey Everyone, We have a situation where we need to easily batch re-encode 100's of .MP4 clips to Fade Out after the first 20 seconds.So we're reducing the length of each clip to be 20 seconds and we...
View Article[Q] Execute menu command from Script (CEP, ExtendScript)?
Hi all, Is there any API for executing menu command from CEP plugin (or ExtendScript)? Illustrator has app.executeMenuCommand().InDesign has app.menuActions. I'm looking for similar API for Premiere...
View ArticleNodejs and google-cloud/speech
First, my apologies for asking a multi-part question. As relayed in another user's post but not answered, in the manifest.xml file for PPRO 12.x developing panels, the <RequiredRuntime Name="CSXS"...
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 Article