mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "4.3",
|
|
"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/shared/ffmpeg-4.3-win64-shared.zip",
|
|
"hash": "f468ebccdd23116f03b6f5561bb747e27f2ccfd88f38655fb8bb378192d6dc4c",
|
|
"extract_dir": "ffmpeg-4.3-win64-shared"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3-win32-shared.zip",
|
|
"hash": "c100f9aabed50e4d14bcf506290b21edb13b91747918b83705630cbffc68baf0",
|
|
"extract_dir": "ffmpeg-4.3-win32-shared"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\ffmpeg.exe",
|
|
"bin\\ffplay.exe",
|
|
"bin\\ffprobe.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/",
|
|
"regex": "ffmpeg-([\\d.]+)-win64-shared\\.zip",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-$version-win64-shared.zip",
|
|
"extract_dir": "ffmpeg-$version-win64-shared"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-$version-win32-shared.zip",
|
|
"extract_dir": "ffmpeg-$version-win32-shared"
|
|
}
|
|
}
|
|
}
|
|
}
|