mcp-ffmpeg-helper
MCP FFmpeg Helper is a server tool facilitating various video and audio processing functions using FFmpeg, designed to work with AI assistants through the Model Context Protocol. It allows for tasks like video format conversion, adding watermarks, and extracting audio or frames.
What are the prerequisites for using MCP FFmpeg Helper?
You need to have Node.js (v14+) and FFmpeg installed on your system. FFmpeg should be accessible via the command line.
How can I check if FFmpeg is installed correctly?
You can verify the installation by running ffmpeg -version
in your command line interface.
What should I do if I encounter permission issues?
Ensure that the application has the necessary permissions to access the specified files and directories.
How can I improve the quality of extracted images?
Try using the PNG format and set a high quality value (95-99) for better image quality.
Can I pass additional FFmpeg command options?
Yes, you can use the options
or extraOptions
parameters to pass additional command line options to FFmpeg.