I've tested numerous duplicate finders, and they all suck because they can only detect standard duplicates not similar ones. However, this one stands out it's free and even better than paid software! What's the catch? Well, the CLI command is a bit complicated for average users, and it's not incredibly fast.
github.com
i can give you some examples how to use it
c:\cbird-windows-0.8.0-x86_64\cbird -help
for create new index, video only
c:\cbird-windows-0.8.0-x86_64\cbird -p.vtrim 500 -i.hwdec nvdec,family=ada -p.alg video -p.types v -p.eg 1 -p.vfn 10 -p.vfm 30 -p.dht 7 -use "c:\socialamediawhores" -create -similar -update
for show dupes (SIMILAR), video only
c:\cbird-windows-0.8.0-x86_64\cbird -p.vtrim 500 -i.hwdec nvdec,family=ada -p.alg video -p.types v -p.eg 1 -p.vfn 10 -p.vfm 30 -p.dht 7 -use "c:\socialamediawhores" -similar -show
important parameter are -p.dht, -p.vfn -p.vfm -p.vtrim
im use -p.dht 4 or 7 mostly
-p.vtrim 500 will start from frame 500 of the video
there is quite extended help for this soft, what function is doing and there is a lot more..
Examples from the software
==============================================================================
create index in cwd cbird -create -update
update index in ~/Pictures cbird -use ~/Pictures -update
find exact duplicates cbird -dups -show
find near duplicates cbird -similar -show
find near duplicates (video) cbird -update -p.alg video -p.dht 7 -p.vtrim 1000 -similar -show
group photo sets by month cbird -select-type 1 -group-by exif#Photo.DateTimeOriginal#month -folders -show
browse items, 16 per page cbird -select-all -max-per-page 16 -show
This is not my program, if you have something to ask, you have GitHub.
GitHub - scrubbbbs/cbird: Command-line program for Content-Based Image Retrieval of images and videos. Includes tools for general search and de-duplication.
Command-line program for Content-Based Image Retrieval of images and videos. Includes tools for general search and de-duplication. - GitHub - scrubbbbs/cbird: Command-line program for Content-Base...
i can give you some examples how to use it
c:\cbird-windows-0.8.0-x86_64\cbird -help
for create new index, video only
c:\cbird-windows-0.8.0-x86_64\cbird -p.vtrim 500 -i.hwdec nvdec,family=ada -p.alg video -p.types v -p.eg 1 -p.vfn 10 -p.vfm 30 -p.dht 7 -use "c:\socialamediawhores" -create -similar -update
for show dupes (SIMILAR), video only
c:\cbird-windows-0.8.0-x86_64\cbird -p.vtrim 500 -i.hwdec nvdec,family=ada -p.alg video -p.types v -p.eg 1 -p.vfn 10 -p.vfm 30 -p.dht 7 -use "c:\socialamediawhores" -similar -show
important parameter are -p.dht, -p.vfn -p.vfm -p.vtrim
im use -p.dht 4 or 7 mostly
-p.vtrim 500 will start from frame 500 of the video
there is quite extended help for this soft, what function is doing and there is a lot more..
Examples from the software
==============================================================================
create index in cwd cbird -create -update
update index in ~/Pictures cbird -use ~/Pictures -update
find exact duplicates cbird -dups -show
find near duplicates cbird -similar -show
find near duplicates (video) cbird -update -p.alg video -p.dht 7 -p.vtrim 1000 -similar -show
group photo sets by month cbird -select-type 1 -group-by exif#Photo.DateTimeOriginal#month -folders -show
browse items, 16 per page cbird -select-all -max-per-page 16 -show
This is not my program, if you have something to ask, you have GitHub.