How To Extract Slides/Frames From a Video Presentation

--

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.

  1. Clone this project
  2. Set up your environment by running “pip install -r requirements.txt”
  3. Copy your video path
  4. Run “python video2pdfslides.py <video_path>”
  5. Boom! the pdf slides will be available in the output folder

Make notes and enjoy!

--

--

No responses yet