Skip to main content
Glama

MCP FFmpeg Helper

convert_video

Convert video files to different formats using FFmpeg capabilities. Specify input and output paths, with optional FFmpeg settings, to process videos efficiently via the MCP FFmpeg Helper server.

Instructions

Convert a video file to a different format

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input video file
optionsNoAdditional FFmpeg options (optional)
outputPathYesPath for the output video file

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input video file", "type": "string" }, "options": { "description": "Additional FFmpeg options (optional)", "type": "string" }, "outputPath": { "description": "Path for the output video file", "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