hide ffmpeg command output in release mode
This commit is contained in:
parent
a05dba3518
commit
0083da10a0
1 changed files with 2 additions and 0 deletions
|
@ -267,7 +267,9 @@ impl FFMPEGCommand {
|
||||||
.to_str()
|
.to_str()
|
||||||
.context("missing or bad path")?,
|
.context("missing or bad path")?,
|
||||||
]);
|
]);
|
||||||
|
#[cfg(debug_assertions)]
|
||||||
dbg!(&command);
|
dbg!(&command);
|
||||||
|
#[cfg(debug_assertions)]
|
||||||
dbg!(&command2);
|
dbg!(&command2);
|
||||||
Ok(FFMPEGCommand {
|
Ok(FFMPEGCommand {
|
||||||
file_name: path.file_name().unwrap().to_str().unwrap().to_owned(),
|
file_name: path.file_name().unwrap().to_str().unwrap().to_owned(),
|
||||||
|
|
Loading…
Reference in a new issue