Running FFmpeg on Mac with Apple Silicon (M1)

FFmpeg download: https://ffmpeg.org

Adding the path when using Bash: https://www.rickmakes.com/installing-ffmpeg-on-a-mac-without-macports/#bash_profile

FFmpeg Notes: https://www.rickmakes.com/ffmpeg-notes/

FFmpeg playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZOPDZ71Khzt5PX4X4j6flkg

Go to Downloads Folder
cd ~/Downloads
List Files
ls
Check if /usr/local/bin exists
ls /usr/local/bin
Create /usr/local/bin (if it doesn’t exist)
sudo mkdir -p /usr/local/bin
Copy Binaries to /usr/local/bin
sudo cp ff* /usr/local/bin
Remove Binaries from Quarantine
sudo xattr -dr com.apple.quarantine /usr/local/bin/ff*
Check PATH
echo $PATH
Go to Home Directory
cd
Add /usr/local/bin to PATH (if needed)
touch ~/.zshrc
open -e ~/.zshrc
Contents of .zshrc File
path+=/usr/local/bin
Load .zshrc Immediately
source .zshrc
Run ffmpeg, ffprobe, ffplay
ffmpeg
ffprobe
ffplay
Check Shell (if you are having trouble)
echo $SHELL

If you get “/bin/bash”, see these instructions.

FFmpeg Command from Video
time ffmpeg -i GOPR7754.MP4 -vf scale="1920x1080" -c:v h264_videotoolbox -b:v 4400k -pix_fmt yuv420p -acodec copy out_vtb.mp4

Install and Testing MacPorts on an M1 Mac

New Apple Mac Mini with Apple M1 Chip (8GB RAM, 512GB SSD Storage) (Amazon Affiliate)
US: https://amzn.to/3oQQnDu
UK: https://amzn.to/3cujOIz
ES: https://amzn.to/2MIzfC6
FR: https://amzn.to/3czo6yJ
IT: https://amzn.to/3aibyZO
IN: https://amzn.to/3cpkvDf

Mac Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPxkWT9rjYcF–ZSivANTkb

ACASIS USB4.0 Mobile M.2 NVMe Enclosure

In this video I install an NVMe m.2 SSD in an Acasis USB4.0 aluminum enclosure. I then connect it to a Mac Mini M1 and benchmark it using Black Magic Speedtest.

ACASIS USB4.0 Mobile M.2 Nvme Enclosure 40Gbps Compatible with Typec Thunderbolt 3 Interface Solid-State NVME SSD Universal Tools Free TBU401 (Amazon Affiliate)
US: https://amzn.to/3acndtC

Samsung 970 EVO Plus SSD 1TB - M.2 NVMe MZ-V7S1T0B (Amazon Affiliate)
US: https://amzn.to/30aZYtQ
UK: https://amzn.to/2zVWG4M
CA: https://amzn.to/2FIBqim
ES: https://amzn.to/2T5Uqia
FR: https://amzn.to/3cxjG8F
IT: https://amzn.to/3bylkph
DE: https://amzn.to/2WxDALa
IN: https://amzn.to/2XL9MKu
AU: https://amzn.to/3dWkRyf
NL: https://amzn.to/3us69I8

Mac Mini M1 16GB RAM, 1TB SSD Unboxing and Initial Setup

New Apple Mac Mini with Apple M1 Chip (8GB RAM, 512GB SSD Storage) (Amazon Affiliate)
US: https://amzn.to/3oQQnDu
UK: https://amzn.to/3cujOIz
ES: https://amzn.to/2MIzfC6
FR: https://amzn.to/3czo6yJ
IT: https://amzn.to/3aibyZO
IN: https://amzn.to/3cpkvDf

Mac Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPxkWT9rjYcF–ZSivANTkb