Length Duplicate

Discussion related to "Everything" 1.5 Alpha.
Post Reply
aflawt
Posts: 21
Joined: Thu Mar 24, 2022 4:20 pm

Length Duplicate

Post by aflawt »

Hi, I have 2 videos with the same length (same videos with different resolution) but "Find Length Duplicates" doesn't find them. Why?
https://i.imgur.com/BS53BLm.mp4
therube
Posts: 4655
Joined: Thu Sep 03, 2009 6:48 pm

Re: Length Duplicate

Post by therube »

Length, by default, takes (I believe it is) milliseconds into account.
So most likely, your two "same length" videos are not - by that measure.
(And if you checked the lengths with, say, MediaInfo, you'll see that in fact the Length of your two video are different.)

You can set a "tolerance", say,
length_dupe_tolerance=1
(in Everything.ini), & that should then find "duplicates" with a 1 second tolerance.

Type in the search bar:
/length_dupe_tolerance=1
, to set that value to 1 (second).
aflawt
Posts: 21
Joined: Thu Mar 24, 2022 4:20 pm

Re: Length Duplicate

Post by aflawt »

Thanks, it worked.
hilario42132
Posts: 4
Joined: Thu Oct 22, 2020 7:43 pm

Re: Length Duplicate

Post by hilario42132 »

Good. This solved my problem also. Thanks.
Should be an indication of this possible adjust when you go to "find duplicate" function.
Perhaps a message you could disable about the existance of a tolerance adjustment.
Thanks for this marvellous tool.
void
Developer
Posts: 15566
Joined: Fri Oct 16, 2009 11:31 pm

Re: Length Duplicate

Post by void »

Please specify length_dupe_tolerance in milliseconds.

Please try length_dupe_tolerance=1000 for 1 second.
Post Reply