{ "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.7z", "hash": "016cac40110c1016f9e4a981a08b6c51b50c11cb1cbb794903e7d1ea879b6f9d", "extract_dir": "ffmpeg-4.4.1-full_build" } }, "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.7z.ver", "regex": "([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build.7z", "hash": { "url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build.7z.sha256" }, "extract_dir": "ffmpeg-$version-full_build" } } } }