2024-03-21 08:26:28 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3190",
"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-r3190-7ed753b.exe#/x264.exe",
"hash": "8af901e894f95575993692557e27892676190b1b539fee0b3bfb79822523dbd7"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3190-7ed753b.exe#/x264.exe",
"hash": "0ef03c94aaa05d58d5e84d7cbbad661cbf79baeacc250fe94652acd9039e2504"
}
},
"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"
}
}
}
}