Skip to content

itsbenigno/movies_compression_statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie statistics calculator

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

Build

docker build -t movie_stats .

Run

docker run -it movie_stats make run