vidformer

Function run

Source
pub fn run(
    spec: &Arc<Box<dyn Spec>>,
    output_path: &str,
    context: &Arc<Context>,
    config: &Arc<Config>,
    range: &Option<Range>,
) -> Result<Stats, Error>
Expand description

Execute a spec, or a range of a spec.