Expand description
Inspect an input without transcoding it.
Demuxes just the container header + audio track metadata and reports the
video codec, dimensions, frame rate, pixel format, and audio stream
shape. Works across every container the container crate supports
(MP4/MOV, MKV/WebM, AVI, MPEG-TS).
Structs§
- Audio
Stream Info - Audio stream metadata.
- Media
Info - Probed media metadata.
Functions§
- probe_
bytes - Probe an in-memory input buffer.
- probe_
file - Probe an input file.