Skip to content
0x90d edited this page Jul 12, 2026 · 2 revisions

Video Duplicate Finder (VDF) finds duplicate videos and images by comparing their visual content, not their bytes. It catches re-encodes, different resolutions, watermarked copies, flipped versions, clips cut from longer videos and (with the AI pass enabled) even cropped or heavily edited copies.

Where to start

Quick start

  1. Start VDF. If FFmpeg/FFprobe are missing, VDF offers to download them.
  2. Add the folders you want to check under Where to look.
  3. Pick a scan profile under What to look for (start with Edited & altered copies).
  4. Press Scan, review the results, delete what you don't need.

That is the whole workflow. Everything else on this wiki is for tuning.

Other frontends

Besides the desktop app there is a CLI (VDF.CLI, also usable via Docker) and a web interface (VDF.Web, Docker). Both share the same scanning engine and database, and nearly every setting described in this wiki has a matching command-line option (VDF.CLI scan --help lists them).

Clone this wiki locally