Video Quality Control
checks for:
- Short Scene Cut (less then [fps - 5] - you can change this threshold)
- Black frames (full black pixels)
- Clone the repository
- Install dependencies:
pip install opencv-python
pip install tqdm
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}