2024-02-29 00:33:44 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3182",
"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-r3182-be4f020.exe#/x264.exe",
"hash": "3e26e1a7f761fc6f607e63d94d99e916cd7a7d7e427fbe55719ccc3375e7cf9f"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3182-be4f020.exe#/x264.exe",
"hash": "d732eb39c21dae9a01f464a2df8c2112cf7567446321991889016e6e88f5994c"
}
},
"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"
}
}
}
}