Off Topic - Duplicate finder not like any others, it will save you tons of HD space | Social Media Girls

Off Topic Duplicate finder not like any others, it will save you tons of HD space

  • Going forward please follow these rules when posting:

    -The content MUST be from TikTok, do not post slips from other platforms.

    -You MUST include profile names / link to the profile, or make every attempt to include it.

    -Include timestamps if you post a long video or a full live video.

    -Make sure ALL girls posted are 18+

  • Please make sure all of the videos and screenshots you're posting are only of people over the age of 18.

    This also means no children in the background.

    No more warnings.

  • Absolutely no doxing. This includes everything from using and asking for real names, asking for IG and other social media accounts. No social media rips.

    Anyone breaking this rule will be banned as stated in rule 4 of the forum:

    4) No doxing. Breaking this rule will result in a permanent ban. Under no circumstances the real names or personal information of model should to be revealed.

Welcome to the Social Media Girls Forum!
Feel free to sign up and join the discussion on all your favourite Social Media Girls. YouTube and Twitch oops moments, Onlyfans leaks, Celebrity sex tapes and More! It's free and takes 10 seconds!
Sign up
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.




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.