Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

export_sequence

Render and export a video sequence from Adobe Premiere Pro to a specified file format and path, with options for custom quality, resolution, and export presets.

Instructions

Renders and exports a sequence to a video file. This is for creating the final video.

Input Schema

NameRequiredDescriptionDefault
formatNoThe export format or codec
outputPathYesThe absolute path where the final video file will be saved
presetPathNoOptional path to an export preset file (.epr) for specific settings
qualityNoExport quality setting
resolutionNoExport resolution (e.g., "1920x1080", "3840x2160")
sequenceIdYesThe ID of the sequence to export

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "The export format or codec", "enum": [ "mp4", "mov", "avi", "h264", "prores" ], "type": "string" }, "outputPath": { "description": "The absolute path where the final video file will be saved", "type": "string" }, "presetPath": { "description": "Optional path to an export preset file (.epr) for specific settings", "type": "string" }, "quality": { "description": "Export quality setting", "enum": [ "low", "medium", "high", "maximum" ], "type": "string" }, "resolution": { "description": "Export resolution (e.g., \"1920x1080\", \"3840x2160\")", "type": "string" }, "sequenceId": { "description": "The ID of the sequence to export", "type": "string" } }, "required": [ "sequenceId", "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