ffmpeg-full

Play, record, convert, and stream audio and video with many codecs

brewmacoslinux
Try with needOr install directly
Source

About

Play, record, convert, and stream many audio and video codecs

Commands

ffmpegffprobeffplay

Examples

Convert a video file to MP4 format$ ffmpeg -i input.mov -c:v libx264 -c:a aac output.mp4
Extract audio from a 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