Skip to content

drstarson/Video2Img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for Video to Images Conversion

This project supports parsing of .mp4 videos into images at a fixed frames per second rate. For example, the a frame can be extracted from a video every 1 second.

In the current implementation the source videos are deleted after parsing.

Setting things up

The following packages are required to run the code:

  • Numpy
  • CV2

Running the code

To run the code:

  1. Install the required packages
  2. Upload the .mp4 videos into the Videos folder
  3. Run: python Video2Img.py

About

Extraction of Image Frames from Videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages