mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "104826",
|
|
"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-09-12-21/ffmpeg-N-104826-g408b974796-win64-gpl-shared.zip",
|
|
"hash": "3daf22870c5bb9e5b9699598c6703728216739ea388a09a9aea198558e7604c9",
|
|
"extract_dir": "ffmpeg-N-104826-g408b974796-win64-gpl-shared"
|
|
}
|
|
},
|
|
"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-(\\d+)-g(?<hash>[a-z\\d]+)-win64-gpl-shared\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-N-$version-g$matchHash-win64-gpl-shared.zip",
|
|
"extract_dir": "ffmpeg-N-$version-g$matchHash-win64-gpl-shared"
|
|
}
|
|
}
|
|
}
|
|
}
|