ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-08-19 10:00:42 +00:00

41 lines
1.5 KiB
JSON

{
"version": "20200818-1c7e55d",
"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-20200818-1c7e55d-win64-static.zip",
"hash": "d91fd09b8bdd4b88fd8ad6ff657458fea9bd7aa3c1760f0ef0161000ce4ee291",
"extract_dir": "ffmpeg-20200818-1c7e55d-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200818-1c7e55d-win32-static.zip",
"hash": "4666e1accc60966a84173e007a6a5e011d8c3b5b1218ddb0033e90677ba6c4bc",
"extract_dir": "ffmpeg-20200818-1c7e55d-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"
}
}
}
}