ab-av1

ab-av1 0.11.2

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

https://github.com/alexheretic/ab-av1
MIT License
main program: ab-av1programs: ab-av1
Platforms (38)
aarch64-linuxarmv7l-netbsdi686-windowsx86_64-windowsarmv7l-linuxx86_64-freebsdriscv64-netbsdaarch64-darwin
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