TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best way to find dupe photos and vids?

2 pointsby transportheapover 1 year ago
with big media collection how does hn find dupes or similar enough when it is super easy for hash to change based on one pixel or frame?

3 comments

DerekBickertonover 1 year ago
<a href="https:&#x2F;&#x2F;fixthephoto.com&#x2F;best-duplicate-video-finder.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;fixthephoto.com&#x2F;best-duplicate-video-finder.html</a><p><a href="https:&#x2F;&#x2F;duplicate-media-finder.kdo-rg.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;duplicate-media-finder.kdo-rg.com&#x2F;</a>
eimrineover 1 year ago
Dupes of photo is too tiny amount of memory to care about. Dupes of video might be solved with more HDDs, especially if you are not Youtube and do not need to have petabytes of videos connected. Having enough of HDDs does not get rif of the problem per se, but makes it significantly less valuable.
k310over 1 year ago
If space is the main concern, I just sort files by size and lop off the videos, old application installers, iso&#x27;s (!) etc.<p>cd {whatever} du -ah | sort -n<p>&quot;-)<p>It will show dupes, since they are the same size.