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
| # | Feature | Description |
|---|---|---|
| 1 | 59 randomized effects | Each copy gets a random effect combo — color, geometry, temporal, camera, composition, texture, particle, frequency, audio |
| 2 | Anti-fingerprint | Destroys pHash/encoding signatures, AI detection, fake metadata, randomized x264 params |
| 3 | Per-channel profiles | Unique effect sets and value ranges per channel with even copy distribution |
| 4 | 18 .cube LUTs | Color grading lookup tables plus DCT/FFT perturbation for spectral analysis resistance |
| 5 | Audio poison | Inaudible >17 kHz noise (loudnorm + spectral poison) breaks audio fingerprints |
| 6 | Size control | Target output size enforcement across H.264, H.265 and VP9 codecs |
| 7 | Smart resume | SQLite state manager — interrupted runs resume without redoing finished work |