This commit is contained in:
ochibani 2025-01-03 02:43:05 +02:00
parent ac7b3c2d09
commit 0941b16efc

View File

@ -138,7 +138,6 @@ impl Ffmpeg {
},
]);
ffmpeg_command.overwrite();
ffmpeg_command.print_command();
// Sleep for delay
sleep(Duration::from_secs(self.record_delay as u64));