pub fn run( format: String, input: PathBuf, output: PathBuf, compression: String, block_size: u32, profile: Option<String>, silent: bool, ) -> Result<()>
Execute the convert command.