• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
3

Premiere Pro 12.1 API improvements

Adobe Employee ,
Apr 20, 2018 Apr 20, 2018

Copy link to clipboard

Copied

We’ve added many new capabilities for the 12.1 release. All of these are exercised in the PProPanel sample, available on GitHub.

Get and set the current Project panel selection

It’s now possible for a panel to know which projectItems are selected, and to select projectItems as appropriate.

Consolidate and Transcode API

All functionality available from Premiere Pro’s Project Manager dialog, is now available to panels.

Improved time resolution for trackItems

We now provide (and accept) time values for track items in ticks, eliminating an opportunity for rounding error.

Import and change Motion Graphics templates (.mogrts)

Panels can now insert .mogrt files into sequences, and change the parameters of those .mogrts as desired.

Forcibly replace footage

It’s now possible to force Premiere Pro to update the path to a given projectItem, even if Premiere Pro doesn’t think such a change is advisable.

Identify sequences

All projectItems now have an isSequence() method; this eliminates the need to compare a list of ‘all project items’ against a list of ‘all sequences’, to determine which projectItems are and are not sequences.

Set the frame rate for projectItems

Use the handy new setOverrideFramerate().

API Documentation

While the sample panel should continue to be your first option for working example code, Premiere Pro’s ExtendScript API is documented here, to enable developer participation.

Some things haven’t changed…

We’re still very interested in helping you create valuable Premiere Pro integrations. Please reach out to us, with any integration questions or problems.

TOPICS
SDK

Views

884

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Apr 30, 2018 Apr 30, 2018

Copy link to clipboard

Copied

LATEST

Wow. This is some great stuff, Bruce Bullis​! Thanks very much for putting this all together!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines