FFmpeg Video Processor
Enables video manipulation through FFmpeg, offering capabilities to resize videos to different resolutions and extract audio in various formats without leaving the conversation interface.
29 stars
0 tools
Created Aug 2025
@bitscorp-mcp/bitscorp-mcp-ffmpeg-video-processor-ffmpegAbout
Enables video manipulation through FFmpeg, offering capabilities to resize videos to different resolutions and extract audio in various formats without leaving the conversation interface.
Categories
general
Installation
npm
npm install @bitscorp-mcp/bitscorp-mcp-ffmpeg-video-processor-ffmpeg
Configuration
{
"mcpServers": {
"bitscorp-mcp-ffmpeg-video-processor-ffmpeg": {
"command": "npx",
"args": [
"-y",
"@bitscorp-mcp/bitscorp-mcp-ffmpeg-video-processor-ffmpeg"
]
}
}
}