ffmpeg@2.8

Play, record, convert, and stream audio and video files

brewmacoslinux
Try with needOr install directly
Source

About

Play, record, convert, and stream audio and video

Commands

ffmpegffplayffprobe

Examples

Convert video format from MP4 to WebM$ 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 output.mp3
Get detailed information about a media file$ ffprobe -v error -show_format -show_streams input.mp4