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

This simple python script will extract your video presentation into splitted images

Notifications You must be signed in to change notification settings

Demacri/slide-extractor-from-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

This simple python script will extract your video presentation into splitted images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages