2018-01-19 05:00:22 +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": "2901",
"architecture": {
"64bit": {
"hash": "7d81feac4354b3a94c98e3fb55aa26275024b0c37e01f10672bf68890d55a4b2",
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r2901-7d0ff22.exe#/x264.exe"
},
"32bit": {
"hash": "a56866be24a0970613823fe8aa95b223f9853055ce13eda24a8f4e836ee853ed",
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r2901-7d0ff22.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"
}
}
}
}