ffmpeg-mcp

ffmpeg-mcp

33

FFmpeg-MCP is designed to use FFmpeg through command line as an MCP server for convenient local video manipulation functions like search, edit, and playback. It supports various tools for efficient handling of video files and operates primarily on macOS.

What platforms does FFmpeg-MCP support?

Currently, FFmpeg-MCP supports macOS platforms, including ARM64 and x86_64 architectures.

How do I install FFmpeg-MCP?

You can install FFmpeg-MCP by cloning the repository from GitHub and running the 'uv sync' command in the project directory.

Can FFmpeg-MCP handle different video formats?

Yes, FFmpeg-MCP can handle various video formats such as mov, mp4, avi, mkv, and 3gp.

Is it possible to overlay videos using FFmpeg-MCP?

Yes, FFmpeg-MCP provides a tool to overlay one video on top of another with customizable position and offsets.

How can I extract frames from a video using FFmpeg-MCP?

You can use the 'extract_frames_from_video' tool to extract frames at specified intervals and save them as images in different formats.