multimedia process
Ffmpeg Mcp
Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback and other functions
multimedia process
Installation
npx -y video-creator/ffmpeg-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "ffmpeg-mcp",
"command": "npx",
"args": [
"-y",
"video-creator/ffmpeg-mcp"
]
}About This MCP Server
video-creator/ffmpeg-mcp
Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback and other functions
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub