ScoopInstaller_Main/ffmpeg.json
2018-02-04 10:00:22 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180204-3caecf7",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180204-3caecf7-win64-static.zip",
"hash": "3355d1e1e64c472886b5ddba81d498c07e3c0e7973d640cb4df96f7325425356",
"extract_dir": "ffmpeg-20180204-3caecf7-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180204-3caecf7-win32-static.zip",
"hash": "899b5f2c55c51087849949800899af5b244f99fb39fbe6f5e949425cd25a9772",
"extract_dir": "ffmpeg-20180204-3caecf7-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"
}
}
}
}