Skip to main content

project_from_metadata

Function project_from_metadata 

Source
pub fn project_from_metadata(
    path: PathBuf,
    width: u32,
    height: u32,
    frame_rate: f32,
    frame_count: u64,
) -> EditProject
Expand 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.