Skip to content

mattnedrich/img_proc_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image Processing Utils

img_proc_utils contains a set of utilities to process and analyze images and video.

Requirements

The code below uses Python 2.7. Most of the utilities require OpenCV.

Converting Video to Frames

The video_framerizer script can be used to convert a video into a series of frames. Given a local video file, the usage model is:

python video_framerizer.py --video someVideo.mp4

This will create a directory called someVideo.mp4.frames in the same directory as the video, with images for each frame of the video. If you would like to specifiy a different location for the frames directory, it can be specified via

python video_framerizer.py --video someVideo.mp4 --output path_to_some_different_directory

About

Image and video processing utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages