
Duplicate search
Moderators: helmut, XnTriq, xnview
Duplicate search
I have some suggestions to search for duplicates, to the process of improving a little bit if posiadmy a large collection of images that it does not scan every time all the images, the program creates the database something like in this free program https://tn123.org/simimages/ if something to do besides if duplicate files were shown as in this program at all if they were able to reproduce the functionality of the program used in Xnview or even part of it would be ideal. Best regards 

Re: Duplicate search
FFmpeg (the command line video/audio/image tool) uses another approach, it has a MD5 filter for its internal (raw) format. The same picture in different formats (after lossless conversions) would yield the same MD5 hash. I have a small script, in essence a one liner, for this job:Jonstec wrote: https://tn123.org/simimages/
Code: Select all
ffmpeg -i "IMAGE" -f md5 - -v warning