Skip to main content

Module detect

Module detect 

Source
Expand description

File-type detection → which engine to use.

In v0.1 dispatch is by extension: video and audio go to the ffmpeg engine, everything else (images/PDF/office) is Unsupported (out of scope for v0.1). A more precise container-based check can be added later.

Enums§

MediaKind
Media class used to pick the processing branch.

Functions§

detect_kind
Determine the media class from the path’s extension.