Skip to content

MediaLLM

Natural language to FFmpeg, instantly and privately.

Transform media files using simple, conversational commands. No complex FFmpeg syntax required.

Quick Examples

# Convert video to audio
mediallm "convert video.mp4 to MP3"

# Resize video 
mediallm "resize video.mov to 720p"

# Extract clip
mediallm "extract 30 seconds from video.mp4 starting at 2:15"

Features

  • Simple CLI - Process media with natural language
  • Python API - Programmatic control for scripts
  • MCP Server - AI agent integration (Claude, Cursor)
  • Local Processing - Privacy-focused, no cloud required
  • FFmpeg Powered - Handles video, audio, images, subtitles

Quick Install

pip install mediallm

Get Started →