Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (18 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 378 Bytes

slide-extractor-from-video

This simple python script will extract your video presentation (from url or local filename) into splitted images. Tested with python3 on windows.

Required

  1. ffmpeg
  2. opencv python module
$ pip install opencv-python

How to use

Run command like:

$ python export-slide.py <url>

OR

$ python export-slide.py <filename>