vmaf

Perceptual video quality assessment based on multi-method fusion.

  • 所有者: Netflix/vmaf
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

VMAF - Video Multi-Method Assessment Fusion

Build Status AppVeyor Build Status

VMAF is a perceptual video quality assessment algorithm developed by Netflix. VMAF Development Kit (VDK) is a software package that contains the VMAF algorithm implementation, as well as a set of tools that allows a user to train and test a custom VMAF model. Read this techblog post for an overview, or this post for the latest updates and tips for best practices.

vmaf logo

News

  • (9/8/19) Added a link to report VMAF bad cases. Over time, we have received feedbacks on when VMAF's prediction does not reflect the expected perceptual quality of videos, either they are corner cases where VMAF fails to cover, or new application scenarios which VMAF was not initially intended for. In response to that, we have created the Google form to allow users to upload their video samples and describe the scenarios. The bad cases are valuable for improving future versions of VMAF. Users can opt in or out for sharing their sample videos publicly.
  • (1/31/19) Optimized C code for speed. Running in multithreading mode, vmafossexec achieves ~40% run time reduction compared to the previous version.
  • (11/19/18) Added a BD-rate calculator implementation. See more details here.
  • (10/25/18) We have published our second techblog on VMAF, with recommendations on best practices.
  • (9/13/18) SUREAL is no longer a submodule to VMAF.

Frequently Asked Questions

Refer to the FAQ page.

Usages

The VDK package offers a number of ways for a user to interact with the VMAF algorithm implementations. The core feature extraction library is written in C. The rest scripting code including the classes for machine learning regression, training and testing VMAF models and etc., is written in Python. Besides, there is C++ an implementation partially replicating the logic in the regression classes, such that the VMAF prediction (excluding training) is fully implemented.

There are a number of ways one can use the package:

  • VMAF Python library offers full functionalities including running basic VMAF command line, running VMAF on a batch of video files, training and testing a VMAF model on video datasets, and visualization tools, etc.
  • vmafossexec - a C++ executable offers running the prediction part of the algorithm in full, such that one can easily deploy VMAF in a production environment without needing to configure the Python dependencies. Additionally, vmafossexec offers a number of exclusive features, such as 1) speed optimization using multi-threading and skipping frames, 2) optionally computing PSNR, SSIM and MS-SSIM metrics in the output.
  • libvmaf.a - a static library offers an interface to incorporate VMAF into your C/C++ code. Using this library, VMAF is now included as a filter in FFmpeg main branch, and can be configured using: ./configure --enable-libvmaf --enable-version3. See this section for details. Using FFmpeg with libvmaf allows passing in compressed video bitstreams directly to VMAF.
  • VMAF Dockerfile generates a VMAF docker image from the VMAF Python library. Refer to this document for detailed usages.
  • Build VMAF on Windows: follow instructions on this page.

Datasets

We also provide two sample datasets including the video files and the properly formatted dataset files in Python. They can be used as sample datasets to train and test custom VMAF models.

Models

Besides the default VMAF model which predicts the quality of videos displayed on a 1080p HDTV in a living-room-like environment, VDK also includes a number of additional models, covering phone and 4KTV viewing conditions. Refer to the models page for more details.

Confidence Interval

Since VDK v1.3.7 (June 2018), we have introduced a way to quantify the level of confidence that a VMAF prediction entails. Each VMAF prediction score now can come with a 95% confidence interval (CI), which quantifies the level of confidence that the prediction lies within the interval. Refer to the VMAF confidence interval page for more details.

Matlab Functionality

Besides the Python/C/C++ part of the repository, we also introduced a number of algorithms that are implemented in Matlab. For example, users can calculate ST-RRED, ST-MAD, SpEED-QA, and BRISQUE. For more details, see the Matlab Usage page for more details.

References

Refer to the references page.

主要指标

概览
名称与所有者Netflix/vmaf
主编程语言Python
编程语言Makefile (语言数: 11)
平台
许可证Other
所有者活动
创建于2016-02-08 18:41:38
推送于2025-05-05 18:15:56
最后一次提交2025-05-02 00:14:05
发布数26
最新版本名称v3.0.0 (发布于 )
第一版名称v1.0.2 (发布于 )
用户参与
星数4.9k
关注者数494
派生数780
提交数2.1k
已启用问题?
问题数571
打开的问题数56
拉请求数697
打开的拉请求数17
关闭的拉请求数141
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?