mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "5.0.1",
|
|
"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://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.0.1-full_build.7z",
|
|
"hash": "f62ec21b29871091e16505d53b909120260c7ddf50271d3ead944c04ffbb443b",
|
|
"extract_dir": "ffmpeg-5.0.1-full_build"
|
|
}
|
|
},
|
|
"persist": "fonts",
|
|
"bin": [
|
|
"bin\\ffmpeg.exe",
|
|
"bin\\ffplay.exe",
|
|
"bin\\ffprobe.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z.ver",
|
|
"regex": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build.7z",
|
|
"hash": {
|
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build.7z.sha256"
|
|
},
|
|
"extract_dir": "ffmpeg-$version-full_build"
|
|
}
|
|
}
|
|
}
|
|
}
|