14 rustPlatform.buildRustPackage rec {
15 pname = "av1an-unwrapped";
18 src = fetchFromGitHub {
19 owner = "master-of-zen";
22 hash = "sha256-Mb5I+9IBwpfmK1w4LstNHI/qsJKlCuRxgSUiqpwUqF0=";
25 cargoHash = "sha256-IWcSaJoakXSPIdycWIikGSmOk+D4A3aMnJwuiKn8XNY=";
30 rustPlatform.bindgenHook
44 updateScript = nix-update-script {
47 "'^(\\d*\\.\\d*\\.\\d*)$'"
53 description = "Cross-platform command-line encoding framework";
55 Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding.
56 It can increase your encoding speed and improve cpu utilization by running multiple encoder processes in parallel.
58 homepage = "https://github.com/master-of-zen/Av1an";
59 changelog = "https://github.com/master-of-zen/Av1an/releases/tag/${version}";
60 license = lib.licenses.gpl3Only;
61 maintainers = with lib.maintainers; [ getchoo ];
62 mainProgram = "av1an";