PJDude / dude

Duplicates Detector is a cross-platform GUI utility for finding duplicate files, allowing you to delete or link them to save space. Duplicate files are displayed and processed on two synchronized panels for efficient and convenient operation.
https://pjdude.github.io/dude/
MIT License
108 stars 7 forks source link

Research video similarity detection #14

Open gurland opened 4 months ago

gurland commented 4 months ago

Hello, I'd say that many people are storing lots of different versions of videos, like reencoded versions, cropped, rotated etc.

It'd be great to gather information about video features extraction methods and fuzzy comparison algorithms to detect similarities in video files, if it's of course possible and reliable enough.

What do you think about that feature?

PJDude commented 4 months ago

Hello, right now I'm working on grouping images by GPS data and better performance of preview. Identifying similar videos would be useful but complexity of that matter also increases, especially (I think) if one video is only a part of another. I'm leaving this opened and need to research the subject someday.