ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2019-06-18 10:00:41 +00:00

37 lines
1.4 KiB
JSON

{
"version": "20190617-268ab17",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190617-268ab17-win64-static.zip",
"hash": "cb15e66be84a92c093c41f2a8e2465a2ade97a3005e58c38fa2eea22b8b3637a",
"extract_dir": "ffmpeg-20190617-268ab17-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190617-268ab17-win32-static.zip",
"hash": "dc72f8fe50762e7ea177c3f2d360b1137efbb1ce662cd559779f59b7c5bff1c4",
"extract_dir": "ffmpeg-20190617-268ab17-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
"extract_dir": "ffmpeg-$version-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
"extract_dir": "ffmpeg-$version-win32-static"
}
}
}
}