Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 572 Bytes

CLI tools

Currently, there is a single CLI tool which allows filtering empty videos. The current filter is a naive algorithm which checks for difference between two adjacent frames for a specific threshold. It is currently set hardcoded to 50.

Usage

Getting started

python -m pip install pipenv

pipenv sync --dev

pipenv shell

python src/filter_empty_videos.py --help

Dry-Run

python src/filter_empty_videos.py --dry-run --src myvideos --dest filtered_videos

Run

python src/filter_empty_videos.py --src myvideos --dest filtered_videos