{
    "version": "20260506-124401-g17734f6967",
    "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/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-05-06-13-32/ffmpeg-N-124401-g17734f6967-win64-gpl-shared.zip",
            "hash": "7d806b4421be8d7c206fd52ad98600a8f7333d5be92e67e93bda785d92db1a6b",
            "extract_dir": "ffmpeg-N-124401-g17734f6967-win64-gpl-shared"
        },
        "arm64": {
            "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2026-05-06-13-32/ffmpeg-N-124401-g17734f6967-winarm64-gpl-shared.zip",
            "hash": "31368fd6ea2fd8275f182bf3ccaff4f9efecb10c58048aeab00544d2c1c243a2",
            "extract_dir": "ffmpeg-N-124401-g17734f6967-winarm64-gpl-shared"
        }
    },
    "bin": [
        "bin\\ffmpeg.exe",
        "bin\\ffplay.exe",
        "bin\\ffprobe.exe"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/BtbN/FFmpeg-Builds/releases",
        "jsonpath": "$..assets[?(@.browser_download_url =~ /ffmpeg-N-\\d+-g[0-9a-f]+-win64-gpl-shared\\.zip/i)].browser_download_url",
        "regex": "autobuild-(?<buildtime>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})[\\d-]+)/ffmpeg-N-(?<commitnum>\\d+)-g(?<commithash>[0-9a-f]+)-win64-gpl-shared\\.zip",
        "replace": "${year}${month}${day}-${commitnum}-g${commithash}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-win64-gpl-shared.zip",
                "extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-win64-gpl-shared"
            },
            "arm64": {
                "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-winarm64-gpl-shared.zip",
                "extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-winarm64-gpl-shared"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.sha256"
        }
    }
}
