Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

create_proxy_media

Generate low-resolution proxy versions of high-resolution media in Adobe Premiere Pro to enhance editing performance. Specify project item IDs and choose a proxy preset to streamline workflows efficiently.

Instructions

Generates low-resolution proxy versions of high-resolution media to improve editing performance.

Input Schema

NameRequiredDescriptionDefault
projectItemIdsYesAn array of IDs of the project items to create proxies for
proxyPresetYesThe name of the proxy preset to use
replaceOriginalsNoWhether to replace original media with proxies

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectItemIds": { "description": "An array of IDs of the project items to create proxies for", "items": { "type": "string" }, "type": "array" }, "proxyPreset": { "description": "The name of the proxy preset to use", "type": "string" }, "replaceOriginals": { "description": "Whether to replace original media with proxies", "type": "boolean" } }, "required": [ "projectItemIds", "proxyPreset" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetpatel-11/Adobe_Premiere_Pro_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server