Skip to main content
Glama

execute-ffmpeg

Process video files using custom FFmpeg commands on the MCP Media Processing Server. Specify input paths, output paths, and FFmpeg options to manage conversions, compressions, and edits efficiently.

Instructions

Execute any FFmpeg command with custom options

Input Schema

NameRequiredDescriptionDefault
inputPathYesAbsolute path to input video file
optionsYesArray of FFmpeg command options (e.g. ['-c:v', 'libx264', '-crf', '23'])
outputFilenameNoOutput filename (only used if outputPath is not provided)
outputPathNoOptional absolute path for output file. If not provided, file will be saved in Downloads folder

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputPath": { "description": "Absolute path to input video file", "type": "string" }, "options": { "description": "Array of FFmpeg command options (e.g. ['-c:v', 'libx264', '-crf', '23'])", "items": { "type": "string" }, "type": "array" }, "outputFilename": { "description": "Output filename (only used if outputPath is not provided)", "type": "string" }, "outputPath": { "description": "Optional absolute path for output file. If not provided, file will be saved in Downloads folder", "type": "string" } }, "required": [ "inputPath", "options" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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/maoxiaoke/mcp-media-processor'

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