Skip to content

A simple video file scanner, that can detect and timestamp freezes in a video

Notifications You must be signed in to change notification settings

Zakaria-097/freeze-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Freeze Detector

A simple video file scanner, that can detect and timestamp freezes in a video

Prerequisites

  • You need Python3. Install it here. Python3
  • You need PIP. It should come with Python3. Verify you have it with;
pip -V

Install the dependencies by running the following;

make dependencies

Run the program

make run