ScoopInstaller_Main/bucket/ffmpeg-nightly-shared.json
2020-10-16 17:03:13 +02:00

32 lines
1.2 KiB
JSON

{
"version": "99577",
"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-16-12-39/ffmpeg-N-99577-g2b5e18a953-win64-gpl-shared.zip",
"hash": "1ad9d0bfb9ce8c5ed39ba61c05b59d0065432df9a6d85fa34a9c7ff2b40f6477",
"extract_dir": "ffmpeg-N-99577-g2b5e18a953-win64-gpl-shared"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"github": "https://github.com/BtbN/FFmpeg-Builds",
"regex": "/autobuild-(?<time>[0-9-]+)/ffmpeg-N-(?<version>[0-9]+)-g(?<hash>[a-z0-9]+)-(?<variant>win64-gpl-shared).zip",
"replace": "${version}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-N-$matchVersion-g$matchHash-$matchVariant.zip",
"extract_dir": "ffmpeg-N-$matchVersion-g$matchHash-$matchVariant"
}
}
}
}