Installation
Install Library
pip install git+https://github.com/electro199/ffmpeg.py.git
Note
This project does not install ffmpeg utility automatically.
Install FFmpeg
Use any of these methods:
Windows
Using winget:
winget install --id=Gyan.FFmpeg -e
Or download and install FFmpeg from official website:
- Download the latest FFmpeg build from here.
- Extract the archive and add the
bin
directory to your systemPATH
.
Linux
Using Apt
sudo apt install ffmpeg
MacOS
Using Homebrew:
brew install ffmpeg
Verify installation
ffmpeg -version