ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2019-07-09 10:01:50 +00:00

37 lines
1.4 KiB
JSON

{
"version": "20190708-f83b46e",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190708-f83b46e-win64-static.zip",
"hash": "f110a8d30b15a9be0c3292e53bd0130ea3b83fc2cabb3e72ebba119269282837",
"extract_dir": "ffmpeg-20190708-f83b46e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190708-f83b46e-win32-static.zip",
"hash": "e1aa366e60963bd087d6cba3fef9b1df9855d7ef05ca256f0308d4e8279503c8",
"extract_dir": "ffmpeg-20190708-f83b46e-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
"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"
}
}
}
}