You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially the current process is to take the first 15s and generate a fingerprint from that, which inevitably leads to a bunch of false positives.
If however these initial matching results were then processed to 30s, stripping out more false positives ... then optionally 45s, 1m or even until the whole file has been processed.
You could then end up with a fairly reliable list of actual duplicates ... you might even be able to reduce the total amount of processing by dropping the initial filter to 5s, then 10s etc...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Initially the current process is to take the first 15s and generate a fingerprint from that, which inevitably leads to a bunch of false positives.
If however these initial matching results were then processed to 30s, stripping out more false positives ... then optionally 45s, 1m or even until the whole file has been processed.
You could then end up with a fairly reliable list of actual duplicates ... you might even be able to reduce the total amount of processing by dropping the initial filter to 5s, then 10s etc...
Beta Was this translation helpful? Give feedback.
All reactions