mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 17:31:20 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "20200306-cfd9a65",
|
|
"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-20200306-cfd9a65-win64-static.zip",
|
|
"hash": "66a9143cf97f76edd2c28af86e6b2e371b66814b47df656969b33cfdb933d922",
|
|
"extract_dir": "ffmpeg-20200306-cfd9a65-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200306-cfd9a65-win32-static.zip",
|
|
"hash": "1d38f6ffefc8c7e049a01bac7a64be97ece0b4216d7e7ea095d644f9b7de6902",
|
|
"extract_dir": "ffmpeg-20200306-cfd9a65-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"
|
|
}
|
|
}
|
|
}
|
|
}
|