2021-02-10 22:00:25 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3046",
"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-r3046-fa26446.exe#/x264.exe",
"hash": "4e4c9a54bbde912343a0e196ff261c3d2f0ee894ca374d8050591e791c357c2d"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3046-fa26446.exe#/x264.exe",
"hash": "8217b5a1587cdcf29818d132ee5002cb33a12f3f765857c5fc4ec676c0453d5b"
}
},
"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"
}
}
}
}