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 List Files Check if /usr/local/bin exists Create /usr/local/bin (if it doesn’t exist) Copy Binaries to /usr/local/bin Remove Binaries from Quarantine Check PATH Go to Home Directory Add /usr/local/bin to PATH (if needed) Contents of .zshrc …