2022-02-23 00:35:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3094",
"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-r3094-bfc87b7.exe#/x264.exe",
"hash": "387db565229419c51cb7abcdb7df3d9635632e1fc79da6ac86a868c8706cb1df"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3094-bfc87b7.exe#/x264.exe",
"hash": "1a90899b25a50b7bbbf511795388b7de7954474a76df6eb9322f124ba95acbab"
}
},
"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"
}
}
}
}