Skip to content

Files

Latest commit

862d327 · Oct 6, 2021

History

History
This branch is 296 commits behind x4nth055/pythoncode-tutorials:master.

extract-frames-from-video

To run this:

  • pip3 install -r requirements.txt
  • Use extract_frames_opencv.py for using OpenCV to extract frames, or use extract_frames_moviepy.py for using MoviePy library.