MCP FFmpeg Video Processor enables AI assistants to manipulate video files through FFmpeg, offering capabilities to resize videos to different resolutions (360p, 480p, 720p, 1080p) and extract audio in various formats (MP3, AAC, WAV, OGG). Developed by Bitscorp, this Node.js implementation can be installed via Smithery for Claude Desktop or configured manually for other clients. The server processes uploaded videos temporarily and stores outputs in a dedicated directory, making it ideal for workflows requiring video manipulation without leaving the conversation interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Resize videos to different resolutions. Parameters: video_path (string), resolution (string) - options include 360p, 480p, 720p, 1080p
Extract audio from videos in various formats. Parameters: video_path (string), audio_format (string) - options include MP3, AAC, WAV, OGG