Function spawn

Source
fn spawn(
    out: &Path,
    args: Vec<String>,
    label: &'static str,
) -> Result<Capture, String>
Expand description

Launch ffmpeg with args and watch it on a background thread.