s-chh / duplicate-videos-finder

Find all the duplicate videos in a folder and deletes them. Repeats it for all sub-directories as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duplicate-videos-finder

Find all the duplicate videos in a folder and deletes them. Repeats it for all sub-directories as well.


Videos are marked as duplicate if their first frame matches on per-pixels comparison and they have the same number of total frames.


This code requires Python3. Run the following command to install all the dependencies:

pip install -r requirements.txt

Use the following command to run the code:

python duplicate.py --inspection_dir "D:\Pictures\"

About

Find all the duplicate videos in a folder and deletes them. Repeats it for all sub-directories as well.


Languages

Language:Python 100.0%