mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 07:31:18 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "99519",
|
|
"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-10-12-30/ffmpeg-N-99519-g11a6347f9e-win64-gpl-shared-vulkan.zip",
|
|
"hash": "1699928de2e248ddd8eff370e46199ac59102cf91b91db9c293e98556f946249",
|
|
"extract_dir": "ffmpeg-N-99519-g11a6347f9e-win64-gpl-shared-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-shared-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"
|
|
}
|
|
}
|
|
}
|
|
}
|