ffmpeg

popularproductivitybrew

FFmpeg · Media conversion, audio extraction, and video processing from the terminal.

$ brew install ffmpeg
One-liner to try
$ ffmpeg -i input.mov output.mp4

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Usable with guardrails · 50/100
Verify
ffmpeg -version
Agent URL
/cli/ffmpeg/agent.md

Quick reference

Installbrew install ffmpeg
Verifyffmpeg -version
First commandffmpeg -i input.mov output.mp4

About

Media conversion, audio extraction, and video processing from the terminal. Built by FFmpeg.

Example workflow

1. ffmpeg -i input.mov output.mp4

Alternatives worth considering