2020-01-03 22:11:04 +08:00

32 lines
1.2 KiB
JSON

{
"description": "H.264/MPEG-4 AVC video encoder",
"homepage": "https://www.videolan.org/developers/x264.html",
"license": "GPL-2.0-or-later",
"version": "2991",
"architecture": {
"64bit": {
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r2991-1771b55.exe#/x264.exe",
"hash": "0cc1ddc8467bb8f40de4d0994e8c1b7d4d63e90239aef00f2b71ef417815000f"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r2991-1771b55.exe#/x264.exe",
"hash": "a9f71339dd8792a6a857358d324c2e5d688c4e7d37907a052daef728051338a4"
}
},
"bin": "x264.exe",
"checkver": {
"url": "https://artifacts.videolan.org/x264/release-win64/",
"regex": "x264-r([\\d]+)-(?<commit>[a-fA-F0-9]{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"
}
}
}
}