ScoopInstaller_Main/ffmpeg.json
2017-08-21 07:00:14 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20170820-8754ccd",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170820-8754ccd-win64-static.zip",
"hash": "84864e350837b8863b4f351cdd3871702b13a1aab41087a84f9828c2a973fbc9",
"extract_dir": "ffmpeg-20170820-8754ccd-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170820-8754ccd-win32-static.zip",
"hash": "0d8c78c462e750172bf907a18f9d0604870b4488f6c69d33fb02788ac6cc6c17",
"extract_dir": "ffmpeg-20170820-8754ccd-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"
}
}
}
}