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.0.2",
|
|
"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.0.2-full_build.7z",
|
|
"hash": "996d20a2bc8a8e228eb1279d7796ccf2f8b51de882cecb19e6a399e9d5ebb41e",
|
|
"extract_dir": "ffmpeg-7.0.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|