ScoopInstaller_Main/bucket/ffmpeg-shared.json
2020-06-24 02:00:35 +00:00

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": "b63ba82c01d341c12c6d80ea7c6f9c6a7111d52216950db417c72bcb24611d4f",
"extract_dir": "ffmpeg-4.3-win64-shared"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3-win32-shared.zip",
"hash": "708cbd016cafd6d7429f6c07c30ff8cc41aeab5ec2e637308f8849e4acf1c7ea",
"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"
}
}
}
}