{
    "version": "20260506-124402-gf2e5eff3ff",
    "description": "FFmpeg nightly build 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.zip",
            "hash": "b9b49e2fdac240c0558b9f1071774c9fb6d7473558da87154537f3759c2c7dfd",
            "extract_dir": "ffmpeg-N-124402-gf2e5eff3ff-win64-gpl"
        },
        "32bit": {
            "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-05-06-16-17/ffmpeg-N-124402-gf2e5eff3ff-win32-gpl.zip",
            "hash": "71c66ae35025e7bb353ebf05db71c99a933dd9dbc6727c2ed9479a01df18c5a3",
            "extract_dir": "ffmpeg-N-124402-gf2e5eff3ff-win32-gpl"
        },
        "arm64": {
            "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-2026-05-06-16-17/ffmpeg-N-124402-gf2e5eff3ff-winarm64-gpl.zip",
            "hash": "e0e2573fbdbbccb3707a69116c87e2b01f128a2d30a139b50cbb1af440f86761",
            "extract_dir": "ffmpeg-N-124402-gf2e5eff3ff-winarm64-gpl"
        }
    },
    "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\\.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\\.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.zip",
                "extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-win64-gpl"
            },
            "32bit": {
                "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-win32-gpl.zip",
                "extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-win32-gpl"
            },
            "arm64": {
                "url": "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/autobuild-$matchBuildtime/ffmpeg-N-$matchCommitnum-g$matchCommithash-winarm64-gpl.zip",
                "extract_dir": "ffmpeg-N-$matchCommitnum-g$matchCommithash-winarm64-gpl"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.sha256"
        }
    }
}
