- Visit the ffmpeg download page
- Download the latest release build
- Extract to
C:\ffmpeg - Add
C:\ffmpeg\binto your system PATH


How to check if FFMpeg is installed and install it if needed
ffmpeg -version
C:\ffmpegC:\ffmpeg\bin to your system PATH
# Using Homebrew
brew install ffmpeg
# Using MacPorts
sudo port install ffmpeg

sudo apt update
sudo apt install ffmpeg
Was this page helpful?