FFmpeg Helper

FFmpeg Helper

sworddut

Wraps FFmpeg functionality in an MCP server for AI assistants to perform video processing tasks like format conversion, audio extraction, and media manipulation through simple commands.

26356 views4Local (stdio)

What it does

  • Convert video files between formats
  • Extract audio tracks from videos
  • Get detailed media file information
  • Trim videos and audio to specific durations
  • Add watermarks to videos
  • Extract individual frames from videos
  • Create videos from image sequences

Best for

Content creators processing video filesDevelopers building media automation workflowsUsers needing quick video format conversions
Requires FFmpeg installed locally8 video processing tools

Tools (8)

get_video_info

Get detailed information about a video file

convert_video

Convert a video file to a different format

extract_audio

Extract audio from a video file

create_video_from_images

Create a video from a sequence of images

trim_video

Trim a video to a specific duration

Alternatives