pub fn project_from_metadata(
path: PathBuf,
width: u32,
height: u32,
frame_rate: f32,
frame_count: u64,
) -> EditProjectExpand description
Build a default editor project from a recording’s probed metadata.
Split out from the command so it’s unit-testable without spawning
GStreamer.