Video Multi-Method Assessment Fusion - Perceptual video quality assessment
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.
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.
To install libvmaf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libvmaf
To see what files were installed by libvmaf, run:
port contents libvmaf
To later upgrade libvmaf, run:
sudo port selfupdate && sudo port upgrade libvmaf
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.