2021-01-27 18:00:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3042",
"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-r3042-b3aadb7.exe#/x264.exe",
"hash": "a89a03f6e0b7535d2f4ab78f355927e7342302d7aee5afac07d69e6749cad6de"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3042-b3aadb7.exe#/x264.exe",
"hash": "6923caa916a4a4847232ce0a68ac91dc67ac2090beaac495ad8b869fef74970f"
}
},
"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"
}
}
}
}