mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "7.1.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-7.1.1-full_build.7z",
|
|
"hash": "e5bbf665b9a43219d97a15c2dd2cdeb9b11bcb689d88a2177c4f754b4e20f793",
|
|
"extract_dir": "ffmpeg-7.1.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"
|
|
}
|
|
}
|
|
}
|
|
}
|