Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 513 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 513 Bytes

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}