ScoopInstaller_Main/ffmpeg.json
2018-01-23 10:00:24 +00:00

36 lines
1.3 KiB
JSON

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