Skip to content

FFmpeg

The encoder underneath nearly everything else, and a capable streamer alone.

Not display-server dependentLGPL-2.1-or-later

Install

Debian, Ubuntu, Mint, Pop!_OS

sudo apt install ffmpeg

Fedora, RHEL, Nobara

First, enable the repository:

sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install ffmpeg

Fedora ships a reduced ffmpeg-free by default; the full build with common codecs comes from RPM Fusion.

Arch, Manjaro, EndeavourOS

sudo pacman -S ffmpeg

openSUSE

sudo zypper install ffmpeg

NixOS, or Nix on any distro

nix profile install nixpkgs#ffmpeg