mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "20200620-29ea4e1",
|
|
"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-20200620-29ea4e1-win64-static.zip",
|
|
"hash": "3021d1e84bce7834e332f939fb411a33e6adc2cf9afd9eed09f70f967f8420cb",
|
|
"extract_dir": "ffmpeg-20200620-29ea4e1-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200620-29ea4e1-win32-static.zip",
|
|
"hash": "b1e3265be884a4a4dad36732b0f9261c567db7c61b86916e91c021000d1fd3a9",
|
|
"extract_dir": "ffmpeg-20200620-29ea4e1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|