ScoopInstaller_Main/ffmpeg.json
2017-12-15 10:00:28 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171215-2d131fc",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171215-2d131fc-win64-static.zip",
"hash": "7e7ed3a99ee0e6b4fec1fad8d245c6e8cdf2319d494c621b9a97edb1c5b29809",
"extract_dir": "ffmpeg-20171215-2d131fc-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171215-2d131fc-win32-static.zip",
"hash": "bf997c7738a4baec257a195f93b6b1b76844f6f21094c6cc918a4777072184b7",
"extract_dir": "ffmpeg-20171215-2d131fc-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"
}
}
}
}