How to check if FFMpeg is installed and install it if needed
ffmpeg -version
C:\ffmpeg
C:\ffmpeg\bin
# Using Homebrew brew install ffmpeg # Using MacPorts sudo port install ffmpeg
sudo apt update sudo apt install ffmpeg
Was this page helpful?