ScoopInstaller_Main/bucket/ffmpeg-nightly-vulkan.json
2020-10-14 09:04:40 +02:00

32 lines
1.2 KiB
JSON

{
"version": "99555",
"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-13-12-31/ffmpeg-N-99555-g00772ef4f7-win64-gpl-vulkan.zip",
"hash": "03ac114fc6a14d7eca868bb71e354691ffdce67639d75133a463f2c2c1a77b52",
"extract_dir": "ffmpeg-N-99555-g00772ef4f7-win64-gpl-vulkan"
}
},
"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-vulkan).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"
}
}
}
}