2020-06-10 21:00:34 +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": "3006",
"architecture": {
"64bit": {
"url": "https://artifacts.videolan.org/x264/release-win64/x264-r3006-22fcbe1.exe#/x264.exe",
"hash": "dc12f4f17c19f168ed4dcdb7e1a2fb86e0c9d5ee067c696a5f56b2bdcf849b0d"
},
"32bit": {
"url": "https://artifacts.videolan.org/x264/release-win32/x264-r3006-22fcbe1.exe#/x264.exe",
"hash": "6ed55307e16cb5e99b7850f3f39e95abd2a9e17bcbbe3aa453ffdf6bf72c694e"
}
},
"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"
}
}
}
}