ScoopInstaller_Main/ffmpeg.json
2017-11-02 15:00:23 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171102-d5995c5",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171102-d5995c5-win64-static.zip",
"hash": "dc4791928f99433ff14b4bd81f41aaa226fe2ae9618d35fd6dbe150e2fe0edf4",
"extract_dir": "ffmpeg-20171102-d5995c5-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171102-d5995c5-win32-static.zip",
"hash": "805113a07f64c56daa63fd4f169b915bec8f2c38684cb48f48d9b551b8f296a6",
"extract_dir": "ffmpeg-20171102-d5995c5-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"
}
}
}
}