2022-08-31 20:30:17 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3096",
"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-r3096-f7074e1.exe#/x264.exe",
"hash": "1d901fa079bf41d80c776a1acdc75b755e596d176fc44c7b314f687ce6446e86"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3096-f7074e1.exe#/x264.exe",
"hash": "5e4b4a1b956f0803ba0c2609cca2c4949436a8d87f6f2564699c2eb6b9ab51e5"
}
},
"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"
}
}
}
}