Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

create_multicam_sequence

Generate multicamera sequences in Adobe Premiere Pro by synchronizing multiple video clips using audio, timecode, or markers for streamlined editing workflows.

Instructions

Creates a multicamera source sequence from multiple video clips, synchronized by audio or timecode.

Input Schema

NameRequiredDescriptionDefault
cameraFilesYesAn array of absolute file paths for each camera angle
nameYesThe name for the new multicam sequence
syncMethodYesThe method to use for synchronizing the clips

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cameraFiles": { "description": "An array of absolute file paths for each camera angle", "items": { "type": "string" }, "type": "array" }, "name": { "description": "The name for the new multicam sequence", "type": "string" }, "syncMethod": { "description": "The method to use for synchronizing the clips", "enum": [ "timecode", "audio", "markers" ], "type": "string" } }, "required": [ "name", "cameraFiles", "syncMethod" ], "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