ScoopInstaller_Main/ffmpeg.json
2018-01-12 10:00:31 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180111-6e80079",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180111-6e80079-win64-static.zip",
"hash": "bec23088626c905f47ff76f27a1f6c65d54759d34ec222b3a61e319527db3bc7",
"extract_dir": "ffmpeg-20180111-6e80079-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180111-6e80079-win32-static.zip",
"hash": "c89e789b04252fb46e7f0c90ef7eb8934f75c0af04991d2265189faa83c9fca8",
"extract_dir": "ffmpeg-20180111-6e80079-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"
}
}
}
}