When a certain compression is applied to the frame of a video, we can use the SSIM to know how much the compression deteriorated the frame.
This program is able to obtain the ssim of a each frame of a video at various compression (using ffmpeg) and compute mean, variance and autocorrelation of this timeseries.
Insert the videos you want to know the statistics of in the folder "Videos". You will get the results in movie_statistics.csv
docker build -t movie_stats .
docker run -it movie_stats make run