Video-to-Image-converter

Passing a video as input, we generate thumbnails for every 1 sec interval of the video. The FrameRate can be adjusted in order to obtain more thumbnails. I'm using OpenCV to extract the images and in order to remove the duplicates, I'm using a special algorithm.

Stars
10

Video-to-Image-converter

Passing a video as input, we generate thumbnails for every 1 sec interval of the video. The FrameRate can be adjusted in order to obtain more thumbnails. I'm using OpenCV to extract the images and in order to remove the duplicates, I'm using a structural similarity index(SSIM) to differentiate between duplicates and similar images.

In order for this program to work, you will need to modify your directory path in all 3 files, namely thumbnail.py, removeDup.py and pdfMaker.py