Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

auto_edit_to_music

Automatically edits video clips to match the beat of a music track in Adobe Premiere Pro. Choose editing styles like cuts, transitions, or beat sync for precise synchronization.

Instructions

Automatically creates an edit by cutting video clips to the beat of a music track.

Input Schema

NameRequiredDescriptionDefault
audioTrackIdYesThe ID of the audio track containing the music
editStyleYesThe desired editing style
sensitivityNoBeat detection sensitivity (0-100)
videoClipIdsYesAn array of video clip IDs to use for the edit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "audioTrackId": { "description": "The ID of the audio track containing the music", "type": "string" }, "editStyle": { "description": "The desired editing style", "enum": [ "cuts_only", "cuts_and_transitions", "beat_sync" ], "type": "string" }, "sensitivity": { "description": "Beat detection sensitivity (0-100)", "type": "number" }, "videoClipIds": { "description": "An array of video clip IDs to use for the edit", "items": { "type": "string" }, "type": "array" } }, "required": [ "audioTrackId", "videoClipIds", "editStyle" ], "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