0x90d/videoduplicatefinder

Video Duplicate Finder - Crossplatform

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 18th, 2026
Created on January 8th, 2019
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 311
Total Stargazers: 3,690 (+1)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.3 hours
Mean response time: 48.8 days
90th percentile: 115.6 days
Tracked items: 347

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 5 hours, while "enhancement" waits about 6 days. 88% of issues opened in the past year have been closed, leaving a working backlog. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 39 days
Stale 30+ days: 14
Stale 90+ days: 1

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 2

Top labels

  • bug (173)
  • enhancement (117)
  • question (58)
  • wontfix (10)
  • avalonia-issue (9)
  • core (6)
  • discussion (6)
  • gui (6)

Detailed Description

Video Duplicate Finder is a cross-platform desktop and command-line tool that locates duplicate video and image files based on visual similarity.

The tool solves the problem of finding video duplicates that traditional file-hash approaches miss—copies with different resolutions, frame rates, watermarks, or other alterations. It works by analyzing visual content through frame comparison, with optional audio fingerprinting to detect when a shorter video is a partial clip of a longer one. An optional AI matching mode using neural image embeddings can identify heavily edited versions, crops, mirrors, zooms, and trimmed clips that pixel-based methods would overlook. All processing runs locally without external services.

The tool suits anyone managing large video libraries who needs to identify redundant files beyond exact matches. It offers multiple interfaces: a desktop GUI for Windows, Linux, and macOS; a headless CLI for scripting and automation; a web UI for remote or NAS access; and a Docker image for self-hosting. The partial clip detection feature is particularly valuable for finding scene extracts or segments ripped from longer recordings. The AI matching mode adds confidence when dealing with edited or transformed versions, though it operates as an optional second pass that only adds results rather than replacing the core visual comparison.

The project shows consistent maintenance with regular updates addressing both core functionality and user-reported issues. Development activity spans multiple areas including performance optimization, feature refinement, and cross-platform compatibility. The codebase receives attention to both the visual matching algorithms and the various interface layers, with ongoing work to improve scanning speed and detection accuracy across different video formats and transformations.