This Python script allows you to convert lecture videos in MP4 format into a series of JPG images. It uses the OpenCV library to read frames from the video file and save them as individual images.
- Create a virtual environment using your preferred method
- Download pip modules
pip install -r requirements.txt
python -m src.main "FILE.mp4" [args]-i,--interval-o,--output
- do the Actual converting into PDF...
- allow user to select which time they want
- parallelization? (gpt says concurrent.futures so whatever)
- progress bar
- error handling