How I install ffmpeg on Macbook

109 Likes Comment

Give me two minutes, I’ll tell you how to install ffmpeg for your macOS device.

  1. Go & get downloadable static FFmpeg binaries for macOS 64-bit: https://evermeet.cx/ffmpeg/

2. Download to your device:

cd ~/converter/ 
curl https://evermeet.cx/ffmpeg/ffmpeg-104676-g5593f5cf24.7z -o ffmpeg.7z
tar xvf ffmpeg.7z 
cp ffmpeg /usr/local/bin/ 
# the same solution for ffplay / ffprobe

3. Enjoy your FFMPEG on macOS

ffmpeg  -ss starttime -i m3u8-stream-url -to total-length -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 output-stream.mp4

You might like

Avatar

About the Author: Toc Xoan

Leave a Reply

Your email address will not be published. Required fields are marked *