mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "20190912-e55018e",
|
|
"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-20190912-e55018e-win64-static.zip",
|
|
"hash": "5acc1f9bc36c38dd2fc584064ca0fd57d9d7e9f46ac69bbd6c3f18def5cb46d3",
|
|
"extract_dir": "ffmpeg-20190912-e55018e-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190912-e55018e-win32-static.zip",
|
|
"hash": "ed790eb9d8321175e6fe2e3663e2c986dcba870eb4af8fd301cc588249f7019f",
|
|
"extract_dir": "ffmpeg-20190912-e55018e-win32-static"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\ffmpeg.exe",
|
|
"bin\\ffplay.exe",
|
|
"bin\\ffprobe.exe"
|
|
],
|
|
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|