Skip to main content
Glama

MCP FFmpeg Helper

trim_video

Trim a video to a specific duration by defining start time, end time, or duration using the FFmpeg-based MCP server. Input and output file paths are required for processing.

Instructions

Trim a video to a specific duration

Input Schema

NameRequiredDescriptionDefault
durationNoDuration (format: HH:MM:SS.mmm or seconds)
endTimeNoEnd time (format: HH:MM:SS.mmm or seconds)
inputPathYesPath to the input video file
outputPathYesPath for the output video file
startTimeNoStart time (format: HH:MM:SS.mmm or seconds)

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Duration (format: HH:MM:SS.mmm or seconds)", "type": "string" }, "endTime": { "description": "End time (format: HH:MM:SS.mmm or seconds)", "type": "string" }, "inputPath": { "description": "Path to the input video file", "type": "string" }, "outputPath": { "description": "Path for the output video file", "type": "string" }, "startTime": { "description": "Start time (format: HH:MM:SS.mmm or seconds)", "type": "string" } }, "required": [ "inputPath", "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/sworddut/mcp-ffmpeg-helper'

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