Skip to content

shashwat0105/slide-extracter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slide-extractor

An easy tool to extract slides from presentations ( recorded lectures 😉 )

Command

pip install slide-extracter

Usage

slide-extractor -p <path> -s <number> -d <number>

Flags
  • -p or --path : Provides the path for the video file ( * required)
  • -s or --skip : Provides the skip seconds for the video.( Captures the video's frames at interval of specified value )
  • -d or --diff : Specifies the difference level between current and previous slide ( a slide is included iff the difference is higher than the specified value)
  • -h or --help : Help Menu

Try adjusting the diff value if you think all slides aren't being captured or too many slides are being captured.

Too Low diff value will make the extractor captures slides even with slight difference.

Too High diff value might make the extractor skip certain slides.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages