一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。
If you already use MCP Ffmpeg Helper, the mcp ffmpeg helper mcp server is the piece that lets your assistant work with it directly. 一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
filePath — 视频文件路径inputPath — 输入视频文件路径outputPath — 输出视频文件路径options — 附加的 FFmpeg 选项(可选)format — 音频格式(如 mp3, aac 等)inputPattern — 输入图像模式(如 'img%03d.jpg' 或 'folder/*.png')framerate — 帧率(默认:25)codec — 视频编解码器(默认:libx264)pixelFormat — 像素格式(默认:yuv420p)extraOptions — 附加的 FFmpeg 选项(可选)startTime — 开始时间(格式:HH:MM:SS.mmm 或秒数)duration — 持续时间(可选,格式同上)Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Ffmpeg Helper's toolset — filePath, inputPath, outputPath and 11 more — is a fair guide to whether it matches your workflow. It is maintained by sworddut; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| filePath | 视频文件路径 |
| inputPath | 输入视频文件路径 |
| outputPath | 输出视频文件路径 |
| options | 附加的 FFmpeg 选项(可选) |
| format | 音频格式(如 mp3, aac 等) |
| inputPattern | 输入图像模式(如 'img%03d.jpg' 或 'folder/*.png') |
| framerate | 帧率(默认:25) |
| codec | 视频编解码器(默认:libx264) |
| pixelFormat | 像素格式(默认:yuv420p) |
| extraOptions | 附加的 FFmpeg 选项(可选) |
| startTime | 开始时间(格式:HH:MM:SS.mmm 或秒数) |
| duration | 持续时间(可选,格式同上) |
| endTime | 结束时间(可选,格式同上) |
| watermarkPath | 水印图像路径 |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.