ab-av1

ab-av1 0.11.3

AV1 re-encoding using ffmpeg, svt-av1 & vmaf

https://github.com/alexheretic/ab-av1
MIT License
main program: ab-av1programs: ab-av1
Platforms (38)
riscv64-netbsdarmv7l-linuxmips64el-linuxaarch64-darwini686-netbsdx86_64-solarisi686-freebsdmips-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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