2024-12-30 00:37:07 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3202",
"description": "H.264/MPEG-4 AVC video encoder",
"homepage": "https://www.videolan.org/developers/x264.html",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3202-450946f.exe#/x264.exe",
"hash": "19d7481a1b1cf6640b497552e769687a0c3dd274ad426c9e57fa0a5b446edc1d"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3202-450946f.exe#/x264.exe",
"hash": "a37666a8692bb1261fe7036f91e618ef256cf3868064a4df3c540642df5b917c"
}
},
"bin": "x264.exe",
"checkver": {
"url": "https://artifacts.videolan.org/x264/release-win64/",
"regex": "x264-r([\\d]+)-(?<commit>[a-fA-F\\d]{7})\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r$version-$matchCommit.exe#/x264.exe"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r$version-$matchCommit.exe#/x264.exe"
}
}
}
}