ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-06-17 10:00:20 +00:00

41 lines
1.5 KiB
JSON

{
"version": "20200617-0b3bd00",
"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-20200617-0b3bd00-win64-static.zip",
"hash": "067a1c1c9f8afd0d8513796dd6a3cb085441db2684ccee88b3231df6ee66e8bf",
"extract_dir": "ffmpeg-20200617-0b3bd00-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200617-0b3bd00-win32-static.zip",
"hash": "a18f3a6bf6fd5f8db036a6148955de9e0eaf0ba180176deb499402d3851e465c",
"extract_dir": "ffmpeg-20200617-0b3bd00-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"
}
}
}
}