Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
4
  • Apple

export_frame

Export a specific frame from a Premiere Pro sequence as an image file in formats like PNG, JPG, or TIFF by specifying the sequence ID, timestamp, and output path.

Instructions

Exports a single frame from a sequence as an image file.

Input Schema

NameRequiredDescriptionDefault
formatNoThe image format
outputPathYesThe absolute path where the image file will be saved
sequenceIdYesThe ID of the sequence
timeYesThe time in seconds to export the frame from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "The image format", "enum": [ "png", "jpg", "tiff" ], "type": "string" }, "outputPath": { "description": "The absolute path where the image file will be saved", "type": "string" }, "sequenceId": { "description": "The ID of the sequence", "type": "string" }, "time": { "description": "The time in seconds to export the frame from", "type": "number" } }, "required": [ "sequenceId", "time", "outputPath" ], "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