Skip to content

Near-duplicate clip detection #12

Description

@niranjans

Spun off from the hashing discussion in #4.

The file fingerprint planned in #4 (size + hashed head/mid/tail chunks) handles exact identity — dedup and tracking files as they move. This issue is the separate, fuzzier problem: detecting clips that are visually near-duplicates — the same scene shot several times — so culling can surface "keep the best of these N takes."

Not file hashing. Needs its own approach, e.g.:

  • Perceptual hashes over the sampled frames we already extract
  • Or embedding similarity (vision/face embeddings are already computed per clip)
  • Grouping by location + timestamp proximity as a cheap pre-filter

Open questions:

  • Similarity threshold / how to cluster takes
  • How it surfaces — a query flag (--near-dupes), a section in the folder summary, or both
  • Whether it runs during indexing or as a separate pass over existing sidecars

No work scheduled yet — tracking only.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions