Log in

View Full Version : program calculating the SSIM-RATE, like BD-RATE?


xkfz007
26th May 2014, 11:08
Where can I find a program to calculate the SSIM-RATE, like BD-RATE?

edison
26th May 2014, 16:00
AviSynth SSIM plugin + Excel.

benwaggoner
26th May 2014, 22:34
Couldn't you just log ssim and then calculate whatever with just the log file and Excel? Just add this to the command line:

--ssim --log 3 --csv foo_log.csv

I appreciate that x265's log file format is much easier to parse than a x265 .stats file.