ScoopInstaller_Main/ffmpeg.json
2018-01-29 10:00:30 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180129-d4967c0",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180129-d4967c0-win64-static.zip",
"hash": "5dec667b6b1f2fc9ba107f47b522e48e08862dbe13c5f24d13a7e7ca675320b7",
"extract_dir": "ffmpeg-20180129-d4967c0-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180129-d4967c0-win32-static.zip",
"hash": "a8b1e1c6ccaf6f296ec31ddebdbc749f9c389d7c99a68a5241af52b6f3a60fbe",
"extract_dir": "ffmpeg-20180129-d4967c0-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"
}
}
}
}