Polygon-precise face and license-plate blur. Native C++ pipeline, no FFmpeg subprocess. H.264 and H.265 input, H.264 output, SHA-256 integrity hash. GDPR and FOIA compliant by default.
Manual frame-by-frame redaction costs more than most investigations are worth. Automation changes the calculus.
GDPR Article 17 ("right to be forgotten") and FOIA redaction requirements both require that identifiable third parties be masked before release. Manual frame-by-frame redaction is prohibitively expensive, Visylix automates it with court-ready integrity hashes.
Security teams routinely share footage with law enforcement, insurance adjusters, and legal counsel. Automatic redaction of non-subject faces and plates removes the privacy-exposure risk from every export, no more accidentally publishing a bystander's identity.
Visylix redaction is baked into the compressed bitstream. There is no reverse transform, no "unblur" button. The SHA-256 hash on the output file proves nobody modified the redaction after the fact, critical for chain-of-custody in regulated industries.
No subprocess fork-bombs. No intermediate MP4 writes. Just a tight native pipeline.
Face AI detects every face in frame, tracks them across motion, and applies a luma box blur plus UV plane averaging. Polygon-precise clipping means only facial pixels are redacted, background preserved.
ANPR detects plates, including partial and angled views. Polygon follows the plate quad frame-to-frame. Ideal for public release of traffic footage or sharing evidence across jurisdictions.
Ray-casting point-in-polygon test means the blur follows the exact detected region, not a loose rectangle. Head rotation tracked. Plate quads tracked. No accidental over-blur of surrounding evidence.
Native C++ pipeline: decode → detect → blur → OpenH264 encode. Zero FFmpeg subprocess, zero PyAV. 10-minute clip redacts in ~90 seconds on a typical VMS host.
Every redacted output file is hashed with SHA-256 at write time. The hash is stored with the clip metadata and included in exported bundles. Tamper-evident by construction.
POST a job, poll progress, cancel if needed. Queue dozens of jobs for long investigations. Engine parallelizes across available GPU / CPU. Partial output discarded on cancel.
Four stages, one process, zero external tools.
H.264 or H.265 input decoded by the native engine. No re-muxing, no intermediate file. Direct frame access to detectors.
Face AI and/or ANPR run inline. Bounding boxes produced per frame. Tracker maintains identity continuity across motion.
Luma plane: box blur over the detected polygon. UV planes: averaging to desaturate. Polygon-precise, evidence around the face or plate preserved.
OpenH264 encodes the modified frames back to H.264 MP4. SHA-256 computed incrementally. Output written with integrity hash.
Regional hospital, 340 cameras. HIPAA-compliant workflow: clip selection → auto-redact non-subject faces → SHA-256 integrity bundle → sealed release to patient counsel.
“Right to be forgotten” mandates removal of identifiable PII. Visylix redaction provides irreversible face masking with cryptographic proof.
Public-records release of surveillance footage requires non-subject masking. Automate the highest-cost step in FOIA response.
De-identification of protected health information. Visylix face redaction aligns with the Safe Harbor method for video PHI.
SHA-256 integrity hash on every output file. Tamper-evident. Pair with Evidence Lock for full court-admissibility workflow.
Scale includes face redaction. Add ANPR for plates. Enterprise bundles both , plus polygon editing for arbitrary regions.