This simple python script will extract your video presentation (from url or local filename) into splitted images. Tested with python3 on windows.
- ffmpeg
- opencv python module
$ pip install opencv-python
Run command like:
$ python export-slide.py <url>
OR
$ python export-slide.py <filename>