2021-04-12 21:00:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3049",
"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-r3049-55d517b.exe#/x264.exe",
"hash": "5f8e899c0dda3db775cb2e8471445b22546d41b868b94f7a002d5838ee00c952"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3049-55d517b.exe#/x264.exe",
"hash": "daca36afbbe70d1f05bf3449d8fa3b6e01ae0e2aa82b30674858bfa9c5483c8d"
}
},
"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"
}
}
}
}