mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "20200716-d11cc74",
|
|
"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://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200716-d11cc74-win64-static.zip",
|
|
"hash": "72dffe954d55fff612d99c0a81def94aa4d70eb1a23bfd1c7449efbf9d5dc64d",
|
|
"extract_dir": "ffmpeg-20200716-d11cc74-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200716-d11cc74-win32-static.zip",
|
|
"hash": "dc740bb1a836b05a95ea2b3df5cc32b57e717b5f3e5d28c875952a6f785359a9",
|
|
"extract_dir": "ffmpeg-20200716-d11cc74-win32-static"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\ffmpeg.exe",
|
|
"bin\\ffplay.exe",
|
|
"bin\\ffprobe.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/",
|
|
"regex": "ffmpeg-(([\\d.]+)-(\\w+))-win64-static\\.zip",
|
|
"reverse": true
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|