Skip to content

Latest commit

 

History

History
250 lines (187 loc) · 8.2 KB

File metadata and controls

250 lines (187 loc) · 8.2 KB

Contributors Forks Stargazers Issues


slides-extractor

A simple tool to extract slides from videos.

About The Project

So I have attended many online roadshows or presentations, and sometimes the organizers or speakers will not provide their presentation materials but will provide a replay of the meeting. It bothers me that I'll have to re-watch the video every time I want to review the material. So it comes to me that maybe I should compile separate presentation materials from these playbacks.

This project intends to solve this little problem.

(back to top)

Getting Started

Just install the dependencies, clone this repo, and you are good to go.

Prerequisites

pip install opencv-python, scikit-image, moviepy

Installation

Clone the repo

git clone https://github.com/yiz-liu/slides-extractor.git

(back to top)

Usage

  1. Set your crop and resize params here.
  2. Start extracting!
    python path_to_main.py your_playback_folder_path
    

(back to top)