ffmpeg@5

Play, record, convert, and stream audio and video

brewmacoslinux
Try with needOr install directly
Source

About

Play, record, convert, and stream audio and video

Commands

ffmpegffprobeffplay

Examples

Convert video file from MP4 to WebM format$ ffmpeg -i input.mp4 -c:v libvpx -c:a libopus output.webm
Extract audio from video file as MP3$ ffmpeg -i video.mp4 -q:a 0 -map a audio.mp3
Get detailed information about a media file$ ffprobe -v error -show_format -show_streams input.mp4