handbrake
handbrake 1.11.2
Tool for converting video files and ripping DVDs
<rendered-html><p>Tool for converting and remuxing video files into selection of modern and widely supported codecs and containers. Very versatile and customizable. Package provides: CLI - <code>HandbrakeCLI</code> GTK GUI - <code>ghb</code></p> </rendered-html>
https://handbrake.fr/GNU General Public License v2.0 only
main program: HandBrakeCLIprograms: HandBrakeCLI, ghb
Platforms (45)
arc-linuxmipsel-linuxi686-freebsdriscv64-linuxx86_64-cygwinmips64el-linuxaarch64-freebsdaarch64-darwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ handbrake ];
Ad-hoc shell
nix-shell -p handbrake
Flake (nix run)
nix run nixpkgs#handbrake