This commit is contained in:
ochibani 2025-01-03 02:43:05 +02:00
parent 25d82b836b
commit 812f11a79f
No known key found for this signature in database
GPG Key ID: 2C6B61CE0C704ED4

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));