2018-09-26 04:00:23 +00:00

39 lines
1.3 KiB
JSON

{
"description": "H.264/MPEG-4 AVC video encoder (8 bit)",
"homepage": "https://www.videolan.org/developers/x264.html",
"license": "GPL-2.0",
"version": "2935",
"architecture": {
"64bit": {
"hash": "e0cee77e4f1c83266b961d0fde333a7f871da67cfd9e764833eca7899f9722b6",
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r2935-545de2f.exe#/x264.exe"
},
"32bit": {
"hash": "942b7845bb3bbd88e6a0f8180c407bc05947946b2789343b036bd2086929f0f9",
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r2935-545de2f.exe#/x264.exe"
}
},
"bin": [
"x264.exe",
[
"x264.exe",
"x264-8b"
]
],
"checkver": {
"url": "https://download.videolan.org/pub/videolan/x264/binaries/win64/",
"re": "x264-r(?<version>[\\d]+)-(?<commit>[a-fA-F0-9]{7}).exe",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r$version-$matchCommit.exe#/x264.exe"
},
"32bit": {
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r$version-$matchCommit.exe#/x264.exe"
}
}
}
}