2020-07-02 21:00:24 +00: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": "3015",
"architecture": {
"64bit": {
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3015-4c2aafd.exe#/x264.exe",
"hash": "4862637bcbaf12966a25fd61a554859699e4a81d02b17522b6467bf683a3c71f"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3015-4c2aafd.exe#/x264.exe",
"hash": "8626f4224036ea86e33cd1b135c20f11ace6816935cc36fc486e4c5426fad45b"
}
},
"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"
}
}
}
}