API Reference¶
The public entry point:
Parse a .prproj file and return an Application object.
preferences_path optionally points at a Premiere Adobe Premiere Pro
Prefs file to read machine defaults from (import label/still-duration
defaults). When omitted, the most recently used profile under
~/Documents/Adobe/Premiere Pro/ is used, or factory constants on a
machine Premiere never ran on.
Source code in src/py_premiere/__init__.py
Models mirror the Premiere Scripting Guide
object model: Application > Project > ProjectItem tree and
Sequence > Track > TrackItem, with Time as the time value object.