manage_proxies
Create, attach, or toggle proxy files for a Premiere Pro project item. Creation encodes in the background; attach requires a second call.
Instructions
Create, attach, or toggle proxies for a project item. Note: 'create' queues a proxy encode in Adobe Media Encoder and returns immediately — AME renders in the background. Once it finishes, call this tool again with action 'attach' and proxy_path set to the output_path you passed here. There is no single-call create-and-attach in Premiere's ExtendScript API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on proxies | |
| item_id | Yes | Node ID or name of the project item | |
| proxy_path | No | Path to an existing proxy file (required for 'attach') | |
| output_path | No | Full output path for the proxy to be rendered to (required for 'create') | |
| preset_path | No | Path to a proxy ingest preset (.epr) for 'create'. If omitted, the first preset found in Premiere's IngestPresets/Proxy folder is used. |