mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "4.2",
|
|
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
|
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2-win64-static.zip",
|
|
"hash": "d4d585c3a784cd052f540e4c5e22b572bbc5eb93c280742c38eb7306bd8e8ae2",
|
|
"extract_dir": "ffmpeg-4.2-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2-win32-static.zip",
|
|
"hash": "8b5f02ec679e236339f0c30269aa8d9402fa4f4ffcab4d25b934a67b45af523e",
|
|
"extract_dir": "ffmpeg-4.2-win32-static"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\ffmpeg.exe",
|
|
"bin\\ffplay.exe",
|
|
"bin\\ffprobe.exe"
|
|
],
|
|
"checkver": "name=\"v\"\\s+value=\"([\\d.]+)\"",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
|
|
"extract_dir": "ffmpeg-$version-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
|
|
"extract_dir": "ffmpeg-$version-win32-static"
|
|
}
|
|
}
|
|
}
|
|
}
|