{
    "version": "20260506-124402-gf2e5eff3ff",
    "description": "FFmpeg nightly build (shared) for yt-dlp.",
    "homepage": "https://github.com/yt-dlp/FFmpeg-Builds",
    "license": "MIT",
    "suggest": {
        "yt-dlp": "yt-dlp"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-05-06-16-17/ffmpeg-N-124402-gf2e5eff3ff-win64-gpl-shared.zip",
            "hash": "694fd40962b931d282e3929f61d92f405662f54bc0fa50c17cf57441fc8a5aa9",
            "extract_dir": "ffmpeg-N-124402-gf2e5eff3ff-win64-gpl-shared"
        },
        "32bit": {
            "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-05-06-16-17/ffmpeg-N-124402-gf2e5eff3ff-win32-gpl-shared.zip",
            "hash": "e463b19f0707a326ebf57114379b7ede81324c18b0e43cb0db2d7e3599c95563",
            "extract_dir": "ffmpeg-N-124402-gf2e5eff3ff-win32-gpl-shared"
        },
        "arm64": {
            "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-05-06-16-17/ffmpeg-N-124402-gf2e5eff3ff-winarm64-gpl-shared.zip",
            "hash": "151b3f555ada6e14ad242895f8ce067e237f93203600143a53628fd5dbee7023",
            "extract_dir": "ffmpeg-N-124402-gf2e5eff3ff-winarm64-gpl-shared"
        }
    },
    "bin": [
        "bin\\ffmpeg.exe",
        "bin\\ffplay.exe",
        "bin\\ffprobe.exe"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/yt-dlp/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/yt-dlp/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"
            },
            "32bit": {
                "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-win32-gpl-shared.zip",
                "extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-win32-gpl-shared"
            },
            "arm64": {
                "url": "https://github.com/yt-dlp/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"
        }
    }
}
