2017-12-25 21: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": "2893",
"architecture": {
"64bit": {
"hash": "ac00ec2575c42e9c4237435d70dbb2c2e9ac96032d5abea462f8a08ae0c81cfb",
"url": "https://download.videolan.org/pub/x264/binaries/win64/x264-r2893-b00bcaf.exe#/x264.exe"
},
"32bit": {
"hash": "251997b2ce59916f4d6c367198bbd389f41b37d05512a31acf944e7e0def7421",
"url": "https://download.videolan.org/pub/x264/binaries/win32/x264-r2893-b00bcaf.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"
}
}
}
}