mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "8.0",
|
|
"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-8.0-full_build.7z",
|
|
"hash": "973db2088fc8dacc927443a95e1ddbfc686170a7e748d0ac810ae5ab81587b30",
|
|
"extract_dir": "ffmpeg-8.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|