ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-05-27 10:01:49 +00:00

41 lines
1.5 KiB
JSON

{
"version": "20200527-8b5ffae",
"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-20200527-8b5ffae-win64-static.zip",
"hash": "9938d6323a5065e0bef874f35db8c3e048fb5f6cda0538dfc43d8c113a2d8f5c",
"extract_dir": "ffmpeg-20200527-8b5ffae-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200527-8b5ffae-win32-static.zip",
"hash": "96ef2f382ae8d59b2928c2cb2265f7b3a5b2d8e2c12666990ab64dfa756e9808",
"extract_dir": "ffmpeg-20200527-8b5ffae-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"
}
}
}
}