ScoopInstaller_Main/ffmpeg.json
2017-04-19 06:00:42 +02:00

36 lines
1.3 KiB
JSON

{
"version": "20170418-6108805",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170418-6108805-win64-static.zip",
"hash": "78501118f7535cfe758bd591b46bec457dae517f9f3010ed286e29b826b160f5",
"extract_dir": "ffmpeg-20170418-6108805-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170418-6108805-win32-static.zip",
"hash": "7ba43abfad0f40341582fe2e0a65f4e0f3726c1933a9ec0b3de7dab68329775a",
"extract_dir": "ffmpeg-20170418-6108805-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"
}
}
}
}