Skip to content

Installation

Install with pip

Install ffmpeg-studio using following command:

pip install ffmpeg-studio

Note

This project does not install the FFmpeg binary automatically.


Install FFmpeg

To run ffmpeg-studio successfully, you also need the FFmpeg command-line tools installed on your system.

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 Offcial Website.
  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