ScoopInstaller_Main/ffmpeg.json
2017-12-31 10:00:38 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171230-97b8943",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171230-97b8943-win64-static.zip",
"hash": "416ae81d80ce7ce3fe5cd20e71009e08d3b069cfee84a533f55b475cbb1302f5",
"extract_dir": "ffmpeg-20171230-97b8943-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171230-97b8943-win32-static.zip",
"hash": "80025f94dd7924615bfcade33e95117cb073ff99e48a6b38061558b470a297b2",
"extract_dir": "ffmpeg-20171230-97b8943-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"
}
}
}
}