Force close without saving
Two part question: What is Premiere writing upon closing a document?It's getting in the way of workflows that I'm developing, as it's trying to write to a write-protected file. I can't diff between the...
View ArticleCreate Premiere project programmatically
Hi, In order to better integrate my app with Adobe Premiere, I would like the ability to create a Premiere project and populate it with certain clips. Sony Vegas, for example, allows to pass by command...
View ArticleExport one clip of my track
Hello, I'm trying to export one clip of a track with Media Encoder. I can extract start and end time but the function app.encoder isn't useful. There any solution for this problem?
View ArticleSDK Panel only works when ExtendScript Toolkit is open
Whenever I open Premiere Pro and try to use the SDK Panel I've created, I keep getting the notification: "Run Script Error: undefined is not an object". When I open Extendscript Toolkit, however, it...
View ArticleMarker Name and Comments not working in Premiere pro 2018
Hi All, The Markers created from script is not able to assign the Name and Comments to the marker in Premiere pro 2018,This is working fine in premiere pro 2017. Markers are created, but no name and...
View ArticleHow 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 ArticleWhere is the API Documentation for the Premiere Pro Panel SDK?
I see the links to the sample application and the getting started guide, but where is the actual SDK documentation? Where is the documentation that describes the options of manifest.xml?Where is the...
View ArticlePlacing/moving clips in a sequence at sub-frame accuracy
Hi all, anyone got a workaround using supported or unsupported APIs to place or move a clip in a sequence using seconds or ticks instead of timecode? Working with audio files and need to place items...
View ArticleAdd Track audio/video to sequence
It there a way to add a new audio or video track into a sequence? The way it would be used it to import footage into an existing sequence, but create a new track and import the clip onto that so that...
View ArticleHow does ProjectItem.findItemsMatchingMediaPath() work?
Bruce Bullis: API question for you! I'm trying to use the ProjectItem.findItemsMatchingMediaPath() function to locate a previously imported ProjectItem. Contrary to my previous assumptions, the Media...
View ArticleWhat's the difference of yuv420 PrPixelFormats
the prm sdk define below yuv420 PrPixelFormats: PrPixelFormat_YUV_420_MPEG2_FRAME_PICTURE_PLANAR_8u_601 = MAKE_PIXEL_FORMAT_FOURCC('y', 'v', '1',...
View ArticleGetting a dynamic link id in Premiere Pro
Hi experts, is there a way to get a unique id for a linked asset in Premiere Pro such that it can be identified in After Effects? I've noticed that a parameter 'dynamicLinkGUID' exists in AE but I...
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 ArticleHTML5 Panel passing JSON data to javascript
Hi Bruce, I will soon be working on an HTML5 panel that will be receiving some JSON data through a URL call.Is there a way to pass this JSON data to the javascript portion of the panel, so I can access...
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 ArticleHow to modify a clip's start, inPoint or duration ?
Hi,I can get any sequence's clip start (offset on track), inPoint (its offset from the source origin) or duration on track - either by using ExtendScript or a C++ plugin. But I can't find a way to...
View ArticlePremiere Pro CC 2017 Plug-in SDK Download Link is Broken
The Premiere Pro CC 2017 plug-in SDK download link is broken on:Premiere Pro Developer Center | Adobe Developer Connection Is there another way to download the SDK? Thanks!
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 ArticleFocus Panel with Keyboard?
Is it possible to set up Premiere Pro to be able to switch to a target Panel or Extension? There are two interactions we have in mind for this: [Registerable?] Keyboard Command to open or focus a...
View ArticleHow find clipitem duration in XML with Time Remap
Hello,If need find timecode clipitem it's easy. Take TC source file and plus in and out tags.But how made it if we have Time Remap?Where can I find formulas for calculating TС In / Out?Dropbox - 1.xml
View Article