ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-07-20 10:00:25 +00:00

41 lines
1.5 KiB
JSON

{
"version": "20200720-43a08d9",
"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-20200720-43a08d9-win64-static.zip",
"hash": "bb4da2d14d9ffe04b5e65af5e33fa86e8c6b3d07177e429a2bae5a22b1ce454d",
"extract_dir": "ffmpeg-20200720-43a08d9-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200720-43a08d9-win32-static.zip",
"hash": "d1781abd685c72bd09046803fd431a0a4354f1578c19b80c77e74d7ab17ad95c",
"extract_dir": "ffmpeg-20200720-43a08d9-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"
}
}
}
}