How To Extract Slides/Frames From a Video Presentation
May 17, 2021
There are several reasons to extract slides/frames from a video presentation, especially in the case of education or conference related videos. It allows you to access the study notes without watching the whole video.
I have faced this issue several times, so I decided to create a solution for it myself using python. I have made the code open-source, you can easily set up this tool and run it in few simple steps.
Refer to this for the youtube video tutorial.
Steps on how to use this tool.
- Clone this project
- Set up your environment by running “pip install -r requirements.txt”
- Copy your video path
- Run “python video2pdfslides.py <video_path>”
- Boom! the pdf slides will be available in the output folder
Make notes and enjoy!