Simple script for vmaf plotting. Initial code from https://github.com/master-of-zen/Plot_Vmaf To be used with https://github.com/gdavila/easyVmaf
python plot_vmaf.py [-h] [-o OUTPUT] [-p] vmaf_file1 vmaf_file2 ..... vmaf_fileX
python plot_vmaf.py vmaf.json -o plot.svg
-o --output ["file"] name and format of the temporal VMAF graph (default plot.png)
-p generate percentile graph
Python 3 Matplotlib Numpy
According Zhi Li (https://netflixtechblog.com/vmaf-the-journey-continues-44b51ee9ed12) and Jan Ozer (https://streaminglearningcenter.com/blogs/compute-vmaf-using-ffmpeg-on-windows.html) , harmonic mean makes more sense than arithmetic mean.