GET /api/v1/ports/libvmaf/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "libvmaf",
    "portdir": "multimedia/libvmaf",
    "version": "3.0.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Netflix/vmaf",
    "description": "Video Multi-Method Assessment Fusion - Perceptual video quality assessment",
    "long_description": "VMAF is an Emmy-winning perceptual video quality assessment algorithm developed by Netflix. libvmaf is the stand-alone C library. Also included in libvmaf are implementations of several other metrics: PSNR, PSNR-HVS, SSIM, MS-SSIM and CIEDE2000.",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "i0ntempest",
            "github": "i0ntempest",
            "ports_count": 145
        }
    ],
    "variants": [
        "float",
        "avx512",
        "docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "meson",
                "ninja",
                "vim",
                "nasm",
                "clang-16"
            ]
        }
    ],
    "depends_on": []
}