← Utilitiesslaid098.devRU

video_uniq

Mass video uniquizer — thousands of unique copies from one source via ffmpeg.

❓ Why

Platforms fingerprint uploaded videos (pHash, encoding signatures, AI detection), so re-posting the same file gets caught. video-uniq destroys those fingerprints by applying randomized effect combos to every copy.

✅ What

Takes source videos and produces thousands of unique-looking copies: a random set of 59 effects per copy, per-channel profiles, DCT/FFT perturbation, inaudible audio poison, randomized metadata, output size control and pHash-based similarity verification.

features

#FeatureDescription
159 randomized effectsEach copy gets a random effect combo — color, geometry, temporal, camera, composition, texture, particle, frequency, audio
2Anti-fingerprintDestroys pHash/encoding signatures, AI detection, fake metadata, randomized x264 params
3Per-channel profilesUnique effect sets and value ranges per channel with even copy distribution
418 .cube LUTsColor grading lookup tables plus DCT/FFT perturbation for spectral analysis resistance
5Audio poisonInaudible >17 kHz noise (loudnorm + spectral poison) breaks audio fingerprints
6Size controlTarget output size enforcement across H.264, H.265 and VP9 codecs
7Smart resumeSQLite state manager — interrupted runs resume without redoing finished work