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

37 lines
1.4 KiB
JSON

{
"version": "20190701-e51cc7e",
"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-20190701-e51cc7e-win64-static.zip",
"hash": "e1ed57a0f21b3365bedeb1109b5748646358e049184bc58ffa888a1d4eb17d14",
"extract_dir": "ffmpeg-20190701-e51cc7e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190701-e51cc7e-win32-static.zip",
"hash": "5b466fd7ee4854e07c4d09bff9007f8953a7782baec57fb86ab30b21d7b7ff94",
"extract_dir": "ffmpeg-20190701-e51cc7e-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"
}
}
}
}