2025-05-09 20:29:43 +00:00

26 lines
800 B
JSON

{
"version": "1.3.0",
"description": "Tools and library for encoding and decoding AV1 video streams (.avif)",
"homepage": "https://github.com/AOMediaCodec/libavif",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/AOMediaCodec/libavif/releases/download/v1.3.0/windows-artifacts.zip",
"hash": "a862255ec55d711ccc6c4982a7409cc1a69e3e1a1473275b57346462d715fc97"
}
},
"bin": [
"avifdec.exe",
"avifenc.exe",
"avifgainmaputil.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AOMediaCodec/libavif/releases/download/v$version/windows-artifacts.zip"
}
}
}
}