ScoopInstaller_Main/bucket/ffmpeg-shared.json
2020-07-29 03:00:30 +00:00

41 lines
1.5 KiB
JSON

{
"version": "4.3.1",
"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.1-win64-shared.zip",
"hash": "1e5d977f10bf23ebc651cc116fb477364f414716f25cc23e85a4430a52e24975",
"extract_dir": "ffmpeg-4.3.1-win64-shared"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3.1-win32-shared.zip",
"hash": "dcd67e8d52301917f1f86f5441257dfebb84395d798ec53761ebce4b5ef55a94",
"extract_dir": "ffmpeg-4.3.1-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"
}
}
}
}