Skip to main content

Module segment_dedup

Module segment_dedup 

Source
Expand description

Segment-level deduplication for media streams.

Detects duplicate segments within or across media files using rolling window hashing over frame sequences.

Structs§

SegmentDedupConfig
Configuration for segment-level deduplication.
SegmentDeduplicator
Performs segment-level deduplication over a corpus of media segments.
SegmentHash
Hash value representing a media segment.
SegmentRecord
A record of one segment inserted into the deduplicator.
SharedClipMatch
A match describing a shared clip found between two video files.

Functions§

find_shared_clips
Find shared clips across file pairs.
find_shared_clips_with_hashes
Find shared clips across pairs of pHash frame sequences.