ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-06-15 10:00:29 +00:00

41 lines
1.5 KiB
JSON

{
"version": "20200615-9d80f3e",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"homepage": "https://ffmpeg.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200615-9d80f3e-win64-static.zip",
"hash": "5b70a126fa408090d91e28c477168e381596dd2ef3db0d828198002149f2b0ed",
"extract_dir": "ffmpeg-20200615-9d80f3e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200615-9d80f3e-win32-static.zip",
"hash": "1d88682178bbedf954dc7528631b840dfb86df1d43539afe8d83d14ecf8ed5aa",
"extract_dir": "ffmpeg-20200615-9d80f3e-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/",
"regex": "ffmpeg-(([\\d.]+)-(\\w+))-win64-static\\.zip",
"reverse": true
},
"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"
}
}
}
}