print ffmpeg output properly
This commit is contained in:
parent
3eaa4b0f33
commit
13bca72e47
|
@ -77,7 +77,7 @@ pub fn transcode(
|
||||||
}
|
}
|
||||||
|
|
||||||
if !output.status.success() {
|
if !output.status.success() {
|
||||||
print!("{:?}", String::from_utf8(output.stderr).unwrap());
|
print!("{}", String::from_utf8(output.stderr).unwrap());
|
||||||
return Err(static_err("FFmpeg Crashed"));
|
return Err(static_err("FFmpeg Crashed"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue