Skip to content

Latest commit

 

History

History
 
 

libvmaf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

libvmaf

Compile

  1. Install Meson (0.47 or higher) and Ninja
  2. Run meson build --buildtype release
  3. Build with ninja -vC build

Test

Build and run tests with ninja -vC build test

Install

Install using ninja -vC build install

Documentation

Generate HTML documentation with ninja -vC build doc/html