-
|
Hi Maintainers, I'm using Video Duplicate Finder and encountering issues with partial clip detection in a specific scenario:
My question is: Currently, when I enable partial clip detection mode, the false positive rate is extremely high, making the results completely unusable for this use case. Thank you for your great work on this tool! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @GQH666666, Possibly addressed - a few partial-clip improvements landed shortly after you posted, the most relevant being commit Two other fixes from the same window may also help your case:
Could you grab a recent build (or the next 3.0.x release) and re-run on the same dataset? Relevant settings under Partial clip detection:
If false positives are still excessive after that, please reply with:
and I'll take another look. |
Beta Was this translation helpful? Give feedback.
-
My main use case is to match short video clips and find which full-length original video they come from. Could you please advise me on the best parameter settings for this scenario?
|
Beta Was this translation helpful? Give feedback.




Hi @GQH666666,
Possibly addressed - a few partial-clip improvements landed shortly after you posted, the most relevant being commit
0be846f, which adds a visual gate: after an audio match, VDF now decodes 1–3 frames at the matched offset on both the clip and the source and drops the pair if they don't also match visually. This was specifically aimed at the "shared-audio-track but unrelated visuals" false-positive class, which sounds close to (though maybe not identical to) what you're describing.Two other fixes from the same window may also help your case:
1d738aa- drops singleton groups where one short clip spuriously matches multiple unrelated sources.252aa1c- skips silent audio tr…