{
    "version": "73",
    "description": "A video processing framework with simplicity in mind",
    "homepage": "https://www.vapoursynth.com/",
    "license": "LGPL-2.1-or-later",
    "notes": [
        "As of version 74, VapourSynth no longer provides precompiled executables and must be installed via pip.",
        "To install it via pip, run: pip install vapoursynth",
        "For more details, see: https://github.com/vapoursynth/vapoursynth/issues/1177"
    ],
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R73/VapourSynth64-Portable-R73.zip",
            "hash": "3326f10d0fdcdec45649a474cbc9810795ab3da422634d0f134bca6089afbb91"
        }
    },
    "bin": [
        "AVFS.exe",
        "VSPipe.exe",
        "pfm-192-vapoursynth-win.exe",
        "vsrepo.py"
    ],
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/vapoursynth/vapoursynth/releases/download/R$version/VapourSynth64-Portable-R$version.zip"
            }
        }
    }
}
