2021-01-07 20:27:13 +01:00

32 lines
1.2 KiB
JSON

{
"version": "3033",
"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-r3033-0d754ec.exe#/x264.exe",
"hash": "4c4a8fb1ac5ad8a925e24a7e1f58b20efd9966e93f2963a2e6aa5eff0d2f96a6"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3033-0d754ec.exe#/x264.exe",
"hash": "7b6577d3929ddbfb8530da654a1c4f6bea0b1b39ca52f900680a1db7f834ceeb"
}
},
"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"
}
}
}
}