2021-09-09 13:00:37 +00:00

32 lines
1.3 KiB
JSON

{
"version": "4.4-150",
"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-2021-09-09-12-23/ffmpeg-n4.4-150-gb5cdf08cae-win64-gpl-4.4.zip",
"hash": "bee62e667acb35d1b507b26d03e203c1bbde312cc5d91afcf5b8b7279bbc2e9e",
"extract_dir": "ffmpeg-n4.4-150-gb5cdf08cae-win64-gpl-4.4"
}
},
"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-[\\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-$majorVersion.$minorVersion.zip",
"extract_dir": "ffmpeg-n$version-g$matchHash-win64-gpl-$majorVersion.$minorVersion"
}
}
}
}