Skip to main content

from_cli

Function from_cli 

Source
pub fn from_cli(command: &str) -> Result<FfmpegContext, CliError>
Expand description

Single-string convenience wrapper over from_cli_args.

Applies the documented POSIX word-splitting contract (see the module docs); everything after tokenization is identical to the argv form.