ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2020-12-08 14:43:17 +01:00

31 lines
1.2 KiB
JSON

{
"version": "100221",
"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-12-08-13-03/ffmpeg-N-100221-g18befac5da-win64-gpl.zip",
"hash": "579a1382e335fa516cf19ff406cf6136bbb64b1a36a8a3dda78c169b5e647274",
"extract_dir": "ffmpeg-N-100221-g18befac5da-win64-gpl"
}
},
"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+)-g(?<hash>[a-z\\d]+)-win64-gpl\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-N-$version-g$matchHash-win64-gpl.zip",
"extract_dir": "ffmpeg-N-$version-g$matchHash-win64-gpl"
}
}
}
}