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
Quick reference
Install
brew install ffmpegVerify
ffmpeg -versionFirst command
ffmpeg -i input.mov output.mp4Machine JSON
/cli/ffmpeg.jsonAbout
Media conversion, audio extraction, and video processing from the terminal. Built by FFmpeg.
Example workflow
1. ffmpeg -i input.mov output.mp4