ScoopInstaller_Main/bucket/ffmpeg-shared.json
Andriyansyah Nurrachman 34e5274a64
ffmpeg-shared@4.4.1: Switch to mirrors (#3119)
* ffmpeg-shared@4.4.1: Switch to mirrors

* Update ffmpeg-shared.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-12-23 11:23:44 +05:30

38 lines
1.4 KiB
JSON

{
"version": "4.4.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://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.4.1-full_build-shared.7z",
"hash": "146d0d5ab6ba50e6813bab47518bdc582abe122bb2d41bcc5609314890df460c",
"extract_dir": "ffmpeg-4.4.1-full_build-shared"
}
},
"post_install": [
"# Workaround for https://github.com/ScoopInstaller/Main/issues/2611",
"Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\""
],
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"url": "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z.ver",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build-shared.7z",
"hash": {
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build-shared.7z.sha256"
},
"extract_dir": "ffmpeg-$version-full_build-shared"
}
}
}
}