ffmpeg

ffmpeg 9.0.1

Complete, cross-platform solution to record, convert and stream audio and video

<rendered-html><p>FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation.</p> </rendered-html>

https://www.ffmpeg.org/
GNU Lesser General Public License v2.1 or laterGNU General Public License v2.0 or laterGNU Lesser General Public License v3.0 or laterGNU General Public License v3.0 or later
main program: ffmpegprograms: ffprobe, ffmpeg, ffplay
Platforms (79)
riscv32-netbsdpowerpcle-nones390-linuxi686-nonex86_64-genodearmv7l-netbsdx86_64-solariswasm32-wasip1
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ffmpeg
];
Ad-hoc shell
nix-shell -p ffmpeg
Flake (nix run)
nix run nixpkgs#ffmpeg