Skip to main content
Glama

Premiere Pro MCP Server

by jordanl61

trim_clip_by_frames

Trim or extend the in/out points of video or audio clips in Adobe Premiere Pro by adding or removing frames, allowing precise control over clip duration and timing within a sequence.

Instructions

Trim or extend the in/out point of a video or audio clip by a number of frames.

Input Schema

NameRequiredDescriptionDefault
clipIdYesID of the clip to trim
directionYesWhich edit point to trim ('in' or 'out')
framesDeltaYesNumber of frames to trim (positive or negative)
sequenceIdYesIndex of the sequence (0-based)
trackTypeYesTrack type ('video' or 'audio')

Input Schema (JSON Schema)

{ "properties": { "clipId": { "description": "ID of the clip to trim", "type": "string" }, "direction": { "description": "Which edit point to trim ('in' or 'out')", "enum": [ "in", "out" ], "type": "string" }, "framesDelta": { "description": "Number of frames to trim (positive or negative)", "type": "number" }, "sequenceId": { "description": "Index of the sequence (0-based)", "type": "number" }, "trackType": { "description": "Track type ('video' or 'audio')", "enum": [ "video", "audio" ], "type": "string" } }, "required": [ "sequenceId", "clipId", "framesDelta", "direction", "trackType" ], "type": "object" }
Install Server

Other Tools from Premiere Pro MCP Server

Related Tools

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/jordanl61/premiere-pro-mcp-server'

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