Install VMAF on Fedora, CentOS/Red Hat (RHEL)
VMAF - Video Multi-Method Assessment Fusion.
Tested on Fedora 28. For CentOS/Red Hat (RHEL), replace dnf with yum.
The following commands install dependencies, download source files from github.com and compile VMAF.
sudo dnf install gcc gcc-c++ gcc-gfortran freetype hdf5 git \
python2-tkinter python-numpy python-scipy python-matplotlib python-notebook python-pandas python-sympy python-nose python-scikit-learn python-scikit-image python-h5py
git clone https://github.com/Netflix/vmaf.git
cd vmaf
git submodule update --init --recursive
make
echo export PYTHONPATH="$(pwd)/python/src:$(pwd)/sureal/python/src:$PYTHONPATH" >> ~/.bashrc
source ~/.bashrc
sudo make install # Optional
Install On Other Distros
For more info, or if you want to install it on Ubuntu or other distros, visit https://github.com/Netflix/vmaf/blob/df1d890eb6a6d0465d8e1b2a35d81fc60a1bd53a/README.md.
Related
- AV1 vs VP9 vs AVC (h.264) vs HEVC (h.265): Part I - Lossless
- AV1 vs VP9 vs AVC (h.264) vs HEVC (h.265): Part II - PSNR
- AV1 vs VP9 vs AVC (h.264) vs HEVC (h.265): Part III - Quality
- AV1 vs VP9 vs AVC (h.264) vs HEVC (h.265): Part IV - Decode
- Play Youtube video in browser on GNU/Linux with hardware acceleration
- OBS studio settings for best quality (lossless) recording
Comments
Post a Comment