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 .mdJSON
Readiness
Usable with guardrails · 50/100
Verify
ffmpeg -version
Agent URL
/cli/ffmpeg/agent.md

Quick reference

Install
brew install ffmpeg
Verify
ffmpeg -version
First command
ffmpeg -i input.mov output.mp4
Machine JSON
/cli/ffmpeg.json

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