ScoopInstaller_Main/bucket/ffmpeg-shared.json

32 lines
1.3 KiB
JSON

{
"version": "4.3.1-20",
"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-10-09-12-36/ffmpeg-n4.3.1-20-g8a2acdc6da-win64-gpl-shared-4.3.zip",
"hash": "b02214d2035c532a1b53b9d0d988d04b968ac42545b257e368e9a63b375520e7",
"extract_dir": "ffmpeg-n4.3.1-20-g8a2acdc6da-win64-gpl-shared-4.3"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"github": "https://github.com/BtbN/FFmpeg-Builds",
"re": "/autobuild-(?<time>[0-9-]+)/ffmpeg-n(?<version>[0-9.]+)-(?<commit>[0-9]+)-g(?<hash>[a-z0-9]+)-(?<variant>win64-gpl-shared)-(?<short>[0-9.]+).zip",
"replace": "${version}-${commit}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-n$matchVersion-$matchCommit-g$matchHash-$matchVariant-$matchShort.zip",
"extract_dir": "ffmpeg-n$matchVersion-$matchCommit-g$matchHash-$matchVariant-$matchShort"
}
}
}
}