Skip to content

Video Quality Control - finds Short Scene cut and Black frames (full black pixels)

Notifications You must be signed in to change notification settings

Ronvaknins/Video_QC_Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Video_QC_Checker

Video Quality Control

checks for:

  • Short Scene Cut (less then [fps - 5] - you can change this threshold)
  • Black frames (full black pixels)

Installation

  1. Clone the repository
  2. Install dependencies:
  pip install opencv-python
  pip install tqdm

Usage

python Video_QC.py {Path_To_Video_File}

Or run on GPU using CUDA (NVIDIA GPU's) (require to compile opencv with CUDA)

python Video_QC_GPU_CUDA.py {Path_To_Video_File}

About

Video Quality Control - finds Short Scene cut and Black frames (full black pixels)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages