mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "4.1",
|
|
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
|
"license": "GPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.1-win64-static.zip",
|
|
"hash": "cf6f4a00de1e39667116c4f19184e10437ae929fde5aa1cc289747a881fda935",
|
|
"extract_dir": "ffmpeg-4.1-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.1-win32-static.zip",
|
|
"hash": "016d4e1721623c8c7a4489df51fa6c3cc9bc8f76b5081e01e91091c710d0289e",
|
|
"extract_dir": "ffmpeg-4.1-win32-static"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\ffmpeg.exe",
|
|
"bin\\ffplay.exe",
|
|
"bin\\ffprobe.exe"
|
|
],
|
|
"checkver": "name=\"v\"\\s+value=\"([\\d.]+)\"",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|