2022-02-06 00:33:25 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3086",
"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-r3086-5585eaf.exe#/x264.exe",
"hash": "69b5a680eb6696ce3eca3570786179b6bdb2ab2c7896672f7244a3d6d3484d09"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3086-5585eaf.exe#/x264.exe",
"hash": "1221cb2238e5d83f82904100f1ab060171038fc385e62162fa7c5bfc9e70085a"
}
},
"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"
}
}
}
}