{
    "version": "8.1.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://github.com/GyanD/codexffmpeg/releases/download/8.1.1/ffmpeg-8.1.1-full_build.7z",
            "hash": "5df9759304b5714cc99ff46af8a73d83217a51726524516ffb25501e754a5873",
            "extract_dir": "ffmpeg-8.1.1-full_build"
        }
    },
    "bin": [
        "bin\\ffmpeg.exe",
        "bin\\ffplay.exe",
        "bin\\ffprobe.exe"
    ],
    "persist": "fonts",
    "checkver": {
        "github": "https://github.com/GyanD/codexffmpeg"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/GyanD/codexffmpeg/releases/download/$version/ffmpeg-$version-full_build.7z",
                "extract_dir": "ffmpeg-$version-full_build"
            }
        }
    }
}
