2023-11-14 20:23:30 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3164",
"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-r3164-c196240.exe#/x264.exe",
"hash": "ed1de6c60bc2c48922ebc02f79956a8a4f9abe5f41fdcaeb5c5ea5795b13e66b"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3164-c196240.exe#/x264.exe",
"hash": "5e6a059ef81cba6c65d9ed4017a1c2eff8a672f0638b72b9645aa5c4a9d9234b"
}
},
"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"
}
}
}
}