diff --git a/src/encoder.rs b/src/encoder.rs index c0aaffe..ec875cd 100644 --- a/src/encoder.rs +++ b/src/encoder.rs @@ -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(),