mpv

mpv-with-scripts 0.41.0

General-purpose media player, fork of MPlayer and mplayer2

<rendered-html><p>mpv is a free and open-source general-purpose video player, based on the MPlayer and mplayer2 projects, with great improvements above both.</p> </rendered-html>

https://mpv.io
main program: mpvprograms: umpv, mpv_identify.sh, mpv
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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