ScoopInstaller_Main/bucket/ffmpeg-shared.json
2020-11-20 16:27:24 +01:00

32 lines
1.3 KiB
JSON

{
"version": "4.3.1-26",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"homepage": "https://ffmpeg.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-11-20-12-39/ffmpeg-n4.3.1-26-gca55240b8c-win64-gpl-shared-4.3.zip",
"hash": "99e58a4d20ef00b06828073e76856f3d7007d610d9023ff97580edd4207f1437",
"extract_dir": "ffmpeg-n4.3.1-26-gca55240b8c-win64-gpl-shared-4.3"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"github": "https://github.com/BtbN/FFmpeg-Builds",
"regex": "/autobuild-(?<time>[\\d-]+)/ffmpeg-n(?<version>[\\d.]+)-(?<commit>\\d+)-g(?<hash>[a-z\\d]+)-win64-gpl-shared-[\\d.]+\\.zip",
"replace": "${version}-${commit}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-n$version-g$matchHash-win64-gpl-shared-$majorVersion.$minorVersion.zip",
"extract_dir": "ffmpeg-n$version-g$matchHash-win64-gpl-shared-$majorVersion.$minorVersion"
}
}
}
}