Skip to main content

Module probe

Module probe 

Source
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§

AudioStreamInfo
Audio stream metadata.
MediaInfo
Probed media metadata.

Functions§

probe_bytes
Probe an in-memory input buffer.
probe_file
Probe an input file.