2025-03-30 17:51:02 +08:00

26 lines
800 B
JSON

{
"version": "1.2.1",
"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.2.1/windows-artifacts.zip",
"hash": "60713a0eb2704671e11e61897b1f35cbc0efaab25312b2d4b6f300769ba4472a"
}
},
"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"
}
}
}
}