ScoopInstaller_Main/ffmpeg.json
2017-12-05 04:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171204-71421f3",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171204-71421f3-win64-static.zip",
"hash": "d309496be0fc13c360dbdac251dd7982619cc800f6b5ada06dd55332bb934046",
"extract_dir": "ffmpeg-20171204-71421f3-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171204-71421f3-win32-static.zip",
"hash": "9d1717eec6ea0aa13315d62f47f74bd1c667669afce51920872045c149ff77ae",
"extract_dir": "ffmpeg-20171204-71421f3-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"
}
}
}
}