ScoopInstaller_Main/ffmpeg-nightly.json
2019-04-18 10:00:39 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190417-8a3ed5a",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190417-8a3ed5a-win64-static.zip",
"hash": "474fccc98a23b3622e0f9377b60954d4d103792019cae8d5c06b40803836f1ec",
"extract_dir": "ffmpeg-20190417-8a3ed5a-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190417-8a3ed5a-win32-static.zip",
"hash": "82c6169107ae8b7d357cc8d51700c198bc8993c6dca452295673c33fba291eb6",
"extract_dir": "ffmpeg-20190417-8a3ed5a-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"
}
}
}
}