ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-08-21 10:01:07 +00:00

41 lines
1.5 KiB
JSON

{
"version": "20200821-412d63f",
"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-20200821-412d63f-win64-static.zip",
"hash": "934000cee8f3365954e7fd2d2da4a977e15c52f848f12a0f9b57bdc0f557b0ff",
"extract_dir": "ffmpeg-20200821-412d63f-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200821-412d63f-win32-static.zip",
"hash": "978c744fb9a837a8a61f48449a12c2698b8e121d70c6c7ac65b76cf44d8442e6",
"extract_dir": "ffmpeg-20200821-412d63f-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"
}
}
}
}