12 stdenv.mkDerivation (finalAttrs: {
16 src = fetchFromGitLab {
17 owner = "AOMediaCodec";
19 rev = "v${finalAttrs.version}";
20 hash = "sha256-/JWFO4eT8bNvhdqJ6S0mGRIP0+aUTbDrlzqzwRqJOog=";
33 updateScript = gitUpdater {
37 ffmpeg = ffmpeg.override { withSvtav1 = true; };
42 homepage = "https://gitlab.com/AOMediaCodec/SVT-AV1";
43 description = "AV1-compliant encoder/decoder library core";
46 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
47 AV1-compliant encoder/decoder library core. The SVT-AV1 encoder
48 development is a work-in-progress targeting performance levels applicable
49 to both VOD and Live encoding / transcoding video applications. The
50 SVT-AV1 decoder implementation is targeting future codec research
54 changelog = "https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/v${finalAttrs.version}/CHANGELOG.md";
55 license = with licenses; [ aom bsd3 ];
56 maintainers = with maintainers; [ Madouura ];
57 platforms = platforms.unix;