How to install python-ffmpeg. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
python-ffmpeg Installation Guide
How to install python-ffmpeg. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for python-ffmpeg. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i python-ffmpegor
Install via npx
npx @hexmos/ipm i python-ffmpegPrerequisites
FFmpeg
libraryPython
languageVersion: >=3.6
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via AUR
yay -S python-python-ffmpegInstall via AUR (git)
yay -S python-python-ffmpeg-gitInstall via Nix (Stable 24.11 - Python 3.11)
nix-env -iA nix_stable_24_11.python311Packages.python-ffmpegInstall via Nix (Stable 24.11 - Python 3.12)
nix-env -iA nix_stable_24_11.python312Packages.python-ffmpegInstall via Nix (Stable 25.05 - Python 3.12)
nix-env -iA nix_stable_25_05.python312Packages.python-ffmpegInstall via Nix (Stable 25.05 - Python 3.13)
nix-env -iA nix_stable_25_05.python313Packages.python-ffmpegInstall via Nix (Stable 25.11 - Python 3.12)
nix-env -iA nix_stable_25_11.python312Packages.python-ffmpegInstall via Nix (Stable 25.11 - Python 3.13)
nix-env -iA nix_stable_25_11.python313Packages.python-ffmpegInstall via Nix (Unstable - Python 3.13)
nix-env -iA nix_unstable.python313Packages.python-ffmpegInstall via Nix (Unstable - Python 3.14)
nix-env -iA nix_unstable.python314Packages.python-ffmpegInstall via pip
pip install python-ffmpeg