Skip to main content

Module info

Module info 

Source
Expand description

Container metadata helpers and duration probing.

Structs§

Info
Combined container info (track list, durations, sample format).
TrackInfo
Aggregate codec information for a track.

Functions§

get_durations
Best-effort duration mapping per track using metadata or frame counts.
get_durations_by_scan
Scan all packets to compute per-track durations (accurate but slower).
get_probe_result_from_string
Probe a media file (or stdin -) and return the Symphonia probe result.
get_time_from_frames
Convert Symphonia codec parameters to seconds using time base and frames.