Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
4
  • Apple

stabilize_clip

Reduce camera shake in Adobe Premiere Pro videos by applying stabilization methods like warp or subspace. Specify clip ID and smoothness (0-100) for precise control over the output.

Instructions

Applies video stabilization to reduce camera shake.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the clip to stabilize
methodNoStabilization method
smoothnessNoStabilization smoothness (0-100)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the clip to stabilize", "type": "string" }, "method": { "description": "Stabilization method", "enum": [ "warp", "subspace" ], "type": "string" }, "smoothness": { "description": "Stabilization smoothness (0-100)", "type": "number" } }, "required": [ "clipId" ], "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