ScoopInstaller_Main/ffmpeg.json
2018-01-31 10:01:49 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180130-fe1e6c0",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180130-fe1e6c0-win64-static.zip",
"hash": "b846883a98fc5486cc73ba970f50298e51addf50a5b4e8095739d53a6d3d565a",
"extract_dir": "ffmpeg-20180130-fe1e6c0-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180130-fe1e6c0-win32-static.zip",
"hash": "9404477f4998e77fd98d64a1b710bcc2011d5cfb0d22e5322f6b5db2cee90a12",
"extract_dir": "ffmpeg-20180130-fe1e6c0-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"
}
}
}
}