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()
|
||||
.context("missing or bad path")?,
|
||||
]);
|
||||
#[cfg(debug_assertions)]
|
||||
dbg!(&command);
|
||||
#[cfg(debug_assertions)]
|
||||
dbg!(&command2);
|
||||
Ok(FFMPEGCommand {
|
||||
file_name: path.file_name().unwrap().to_str().unwrap().to_owned(),
|
||||
|
|
Loading…
Reference in a new issue