2021-12-30 20:27:17 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3081",
"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-r3081-19856cc.exe#/x264.exe",
"hash": "d219d1f3f62270b9111cfce597df9d5d744f30a02ad4f3c0eab27f4509c8de5a"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3081-19856cc.exe#/x264.exe",
"hash": "48fe7bce36fa82e1d477d1028f029c9f8ba549ba203babc77d13eb4cf60f674e"
}
},
"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"
}
}
}
}