ScoopInstaller_Main/ffmpeg.json
2017-05-20 07:00:58 +02:00

36 lines
1.3 KiB
JSON

{
"version": "20170520-64ea4d1",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170520-64ea4d1-win64-static.zip",
"hash": "245aa8e3ed0640ac6b2caed0d9cfa8ab67ad40a6cd5e52bc3be1a92056b6e303",
"extract_dir": "ffmpeg-20170520-64ea4d1-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170520-64ea4d1-win32-static.zip",
"hash": "0c2997f41fa27e22a80a151855d377f3d71263307da95dfb5d9b0eb7072a4f50",
"extract_dir": "ffmpeg-20170520-64ea4d1-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"
}
}
}
}