macOS
brew install libvmafprovider-native install command
brew / rank 76
Perceptual video quality assessment based on multi-method fusion. Version 3.2.0 via Homebrew; verified from local package data.
install
brew install libvmafprovider-native install command
overview
Perceptual video quality assessment based on multi-method fusion
history
VMAF, packaged by Homebrew as libvmaf, is Netflix's open-source implementation of Video Multi-Method Assessment Fusion, a perceptual video-quality metric for comparing encoded video against a reference. The package matters because it turns a research metric into a command-line tool, C library, Python tooling, and FFmpeg-integrated workflow used by video engineers rather than only by researchers.
Netflix developed VMAF to better predict viewer-perceived streaming video quality than simple signal metrics such as PSNR. Netflix's own reference list traces VMAF through earlier academic work on fusion-based video quality assessment and notes that the project was open-sourced on GitHub in June 2016.
The first public implementation combined a C feature-extraction core with Python control code for experimentation. By October 2018 Netflix described the addition of a standalone executable, AVX acceleration in December 2016, frame-level multithreading in June 2018, and the packaging of the implementation as libvmaf with help from the FFmpeg community.
VMAF became part of practical codec evaluation because Netflix used it for production encoding decisions, Dynamic Optimizer workflows, and A/B experimentation around video quality. The GitHub README also documents FFmpeg support through configure --enable-libvmaf and AOM common test-condition usage, which made the library a package-manager staple for video-toolchain builds.
Package users install libvmaf to run the vmaf command, link the C library into quality-analysis tools, train or test models with the Python layer, or enable FFmpeg's libvmaf filter. It is especially useful when comparing encoders, bitrates, resolutions, or codec changes on a perceptual scale.
For package nerds, libvmaf is the quality-metric dependency that turns FFmpeg from a transcoder into a measurable codec lab. Its presence in package managers signals a mature media stack: SIMD-heavy native code, model files, Python tooling, and a bridge between academic video-quality research and production streaming workflows.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
vmaf | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:libvmaf |
|---|---|
| Version | 3.2.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/Netflix/vmaf |
| Repository | https://github.com/Netflix/vmaf |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.