Skip to content

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:

  1. Download the latest FFmpeg build from here.
  2. Extract the archive and add the bin directory to your system PATH.

Linux

Using Apt

sudo apt install ffmpeg

MacOS

Using Homebrew:

brew install ffmpeg

Verify installation

ffmpeg -version