ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-06-03 10:00:24 +00:00

41 lines
1.5 KiB
JSON

{
"version": "20200603-b6d7c4c",
"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-20200603-b6d7c4c-win64-static.zip",
"hash": "17ec6f77e873608ffaa2bec9335b87909535862d15ded2461e39c968d603e840",
"extract_dir": "ffmpeg-20200603-b6d7c4c-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200603-b6d7c4c-win32-static.zip",
"hash": "5473ed235367a2dd0aa2c331fc2bd682c23d95538b5a8084539deb9d6650cafc",
"extract_dir": "ffmpeg-20200603-b6d7c4c-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"
}
}
}
}