ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2021-12-03 13:00:33 +00:00

35 lines
1.4 KiB
JSON

{
"version": "104737",
"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-12-03-12-21/ffmpeg-N-104737-g531d289cfd-win64-gpl.zip",
"hash": "3e1a053b26eea0033cc2a4bd7233de5851caefbc81c31df1fc95f8e389f1c469",
"extract_dir": "ffmpeg-N-104737-g531d289cfd-win64-gpl"
}
},
"post_install": [
"# Workaround for https://github.com/ScoopInstaller/Main/issues/2611",
"Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\""
],
"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"
}
}
}
}