mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "104757",
|
|
"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-04-12-23/ffmpeg-N-104757-ga7df966c82-win64-gpl.zip",
|
|
"hash": "e8c0aeadf2e369aec1db5a7bd127851793aeea90a23c3a7abdd7fe53e5176377",
|
|
"extract_dir": "ffmpeg-N-104757-ga7df966c82-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"
|
|
}
|
|
}
|
|
}
|
|
}
|