Skip to main content

Module segment_transcoder

Module segment_transcoder 

Source
Expand description

Segment-based transcoding for parallel and distributed workloads.

Provides time-segment decomposition, status tracking, and a multi-worker transcoding queue for processing large media files in parallel chunks.

Structs§

SegmentSpec
Specification for a single time-segment to transcode.
SegmentTranscoder
Orchestrates multi-segment transcoding with configurable worker concurrency.
TranscodeSegment
A single segment job: specification, file paths, and current status.

Enums§

SegmentStatus
Status of a single transcode segment.