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§
- Media
Kind - Media class used to pick the processing branch.
Functions§
- detect_
kind - Determine the media class from the path’s extension.