How to continue transition rendering with custom dialog open
Hi, I'm working on a plugin for some custom transitions (currently for CS6/CC on Windows).I'm using a custom dialog (hasCustomDialog in PiPL) during esSetup to set the transition parameters. While the...
View ArticleCreating UI inside transmitterPlugin.cpp
Hi, I had two questions regarding transmitterPLugin. I am trying to create a plugin that would transmit data from premier pro source monitor on to a external hardware device. 1) I can use the...
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 ArticleAnyway to script opening a panel?
Is there anyway to script opening an extension panel from js? I'm currently developing a panel acting as a toolbox.I'd like for the toolbox to be able to open Modal dialogs.Looking through the Samples...
View ArticleSetting focus on an extension that is opened.
Using csInterface.requestOpenExtension() to call "sub-extensions" that are part of the main extension. They open fine, except modal dialogs that are being created are not focusing on creation. Is there...
View ArticleSelected clip in timeline?
Is there anyway to get the selected clip in a timeline using ExtendScript? And also get that clips in/out point (and other metadata). If not, any plans to implement it? I'm currently looking to do a...
View ArticleExtendScripts JSON object is suddenly undefined?
I've been passing data pretty fluently back and forth between a custom HTML5 panel and ExtendScript, making use of JSON.stringify All of a sudden, today the JSON object is coming up as undefined in the...
View ArticleExtendScript Toolkit and Premiere Pro?
I'm just starting to dive into Premiere Pro extension development and I'm finding it difficult to get a firm grasp on the environment. I get that there are two DOMs to deal with...
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 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 ArticleStatus Window while ExtendScript is running?
Hi there,is there any chance of letting the user know what my scripts are doing at the moment?I'm writing a custom importer and in some cases it my take some seconds until you see the result. A "please...
View ArticleUsage of CEFCommandLine parameters
Hi All, Can someone explain use of below two CEF command line parameters in manifest.xml?(1) --allow-file-access(2) --allow-file-access-from-files Premiere Pro version: 11.1.0Extension Type: Panel...
View ArticleCan you build premiere pro plugins using the After Effects SDK?
I come from the background of using Motion and Final Cut Pro. I am one of the few programmers who uses the FxPlug API which is used to make Motion and Final cut Pro Plugins. I am expanding into...
View ArticleLock / Unlock audio or video track
I was surprised after searching the forum that this question hasn't already come up. I checked the sample and reflections but could not find any methods that would allow me to lock or unlock specific...
View ArticleLooking to Activate Custom Panels via Keyboard Shortcut + Keyboard Listeners...
This may well a couple of feature requests, but looking forward to getting some feedback... In the interest of building more robust and flexible custom HTML panels, we were looking for ways to achieve...
View ArticleExamples of applying speed / duration to a sequence
Hello developers, Is there a good examples of applying speed / duration with the frame blending option to a sequence in Premiere Pro? I want to test this via a plugin but the examples that come with...
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 Article[Q] Is there any property to know if player is playing in ExtendScript?
Hi all, I'd like to implement simple function that play/pause as same as Space key in ExtendScript.I have already play and stop video function.#activeSequence.player.play() and stop() But I could not...
View ArticleHow to export m2t or m2ts with smart rendering technology using CS4 SDK?
Hi, I'd like to export my m2t/m2ts files without re-encoding, how should I do? Could you give some demo samples? Thanks.
View ArticlePlug-in similar to Premier Title
Hi All, I would like to develop a plug-in that shows a non modal dialog similar to Premiere 'Title' dialog. I would like to update the preview in 'Program Sequence' window when user updates the canvas...
View Article