Skip to content

A python project for finding the duplicate clips within the video.

Notifications You must be signed in to change notification settings

rajeshkellakumar/Duplicate-Clip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

DuplicateClips.py can find the duplicate clips within the video, it returns the duplicate clip time info in minutes format(MM:SS).

  • running the program in background:
    nohup python -u DuplicateClips.py > output.txt &

  • To update requirements.txt file with latest pip packages:
    pip freeze > requirements.txt

  • Version Info:
    python 3.7.9
    pip 20.2.4 (python 3.7)

Note:

  • For processing the large video faster, input the less resolution version of it.
  • It may show some clips as duplicates though they are not duplicate(in case if they are closely matching).

About

A python project for finding the duplicate clips within the video.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages