2022-09-05 20:29:28 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3098",
"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-r3098-7628a56.exe#/x264.exe",
"hash": "252a7aca215d2c4958ef68e7485debd7314498e8986e43a541a947e0c4c94bdd"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3098-7628a56.exe#/x264.exe",
"hash": "9f90dd494f16214641180202b7b5eb757905c62f80104a815b90e0b6c91d2e1f"
}
},
"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"
}
}
}
}