2024-03-15 00:33:39 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3186",
"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-r3186-585e019.exe#/x264.exe",
"hash": "70a013c4dac29e9b129c61a99fbb5a18c551f28f5a8a5ef05c606e7f4dc2fb45"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3186-585e019.exe#/x264.exe",
"hash": "2eb56a0b1fb941758e5733c4a3aba0c729fafdeec48f087e3742e43cb38c5878"
}
},
"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"
}
}
}
}