ffmpeg
popularproductivitybrew
FFmpeg · Media conversion, audio extraction, and video processing from the terminal.
$ brew install ffmpegOne-liner to try
$ ffmpeg -i input.mov output.mp4Agent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Usable with guardrails · 50/100
Verify
ffmpeg -version
Agent URL
/cli/ffmpeg/agent.md
Quick reference
Install
brew install ffmpegVerify
ffmpeg -versionFirst command
ffmpeg -i input.mov output.mp4About
Media conversion, audio extraction, and video processing from the terminal. Built by FFmpeg.
Example workflow
1. ffmpeg -i input.mov output.mp4