pub fn validate_render_params(
composition: &str,
props: Option<&PathBuf>,
width: u32,
height: u32,
fps: f64,
duration: u32,
) -> Result<(), ValidationError>Expand description
Validates command-line parameters prior to launching the renderer.