Crates.io | libvmaf-sys |
lib.rs | libvmaf-sys |
version | 0.4.4 |
source | src |
created_at | 2022-11-24 22:53:52.806647 |
updated_at | 2023-12-14 20:22:59.799504 |
description | Library bindings for Netflix's VMAF |
homepage | |
repository | https://github.com/ThatNerdUKnow/libvmaf-sys |
max_upload_size | |
id | 722452 |
size | 6,706,630 |
raw Rust bindings for libvmaf 2.0 and above from Netflix
There are 2 ways to consume this library. The method used is determined by the build
feature.
libvmaf
from sourcelibvmaf
to generate bindingsBuilding this library on windows will follow the same requirements as libvmaf
. You'll need MinGW64 with the following packages installed:
Also, make sure that you add the MinGW bin directory to your PATH
By default this will be C:\msys64\mingw64\bin