2019-03-13 05:00:25 +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": "2969",
"architecture": {
"64bit": {
"hash": "ad51fdad190341da74315701edfc9a2b1937ae9d5666b04c98c194401610c9bf",
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r2969-d4099dd.exe#/x264.exe"
},
"32bit": {
"hash": "7b8fb6e8a29511946aaf961a34848322e65ed5a4bd4b4e96434b355ded85b14b",
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r2969-d4099dd.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"
}
}
}
}