- Add ProbeRequest/ProbeResponse structures - Support relative and absolute paths - Cache probe.json for repeated requests - Return video metadata (uuid, duration, width, height, fps) - Include cached flag to indicate cache hit - Export FormatInfo and StreamInfo from probe module - Update API_ENDPOINTS.md documentation
4 lines
87 B
Rust
4 lines
87 B
Rust
pub mod ffprobe;
|
|
|
|
pub use ffprobe::{probe_video, FormatInfo, ProbeResult, StreamInfo};
|