2021-05-05 08:00:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3059",
"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-r3059-b684ebe.exe#/x264.exe",
"hash": "7cc9435a2817ece2a39a99f98fa2e79536460081a961c92bc702f6fc2e98fda9"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3059-b684ebe.exe#/x264.exe",
"hash": "25bc01de43f823bbcdacc9e34d91003deee65a3beab0ef3b252b129e9c2316c9"
}
},
"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"
}
}
}
}