This project converts a video presentation into a deck of pdf slides by capturing screenshots of unique frames
youtube demo: https://www.youtube.com/watch?v=Q0BIPYLoSBs
pip install -r requirements.txt
python video2pdfslides.py <video_path>
it will capture screenshots of unique frames and save it output folder...once screenshots are captured the program is paused and the user is asked to manually verify the screenshots and delete any duplicate images. Once this is done the program continues and creates a pdf out of the screenshots.
There are two sample video avilable in "./input", you can test the code using these input by running
If you are not happy with the results, you can fine tune parameters given in the code. It is always possible to get good results for any video, if you have right set of parameters. Just play around with it and you will develop an intution. This Could be especially necessray when you are dealing with video presentation with animations.
kaushik jeyaraman: [email protected]