From 739f17283ffc7792916bbc06cb036362c895990b Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 9 Jun 2023 15:40:58 +0200 Subject: [PATCH] make cli output better --- bin/handler.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/handler.py b/bin/handler.py index 4d67a42..9d6d66b 100755 --- a/bin/handler.py +++ b/bin/handler.py @@ -172,6 +172,9 @@ class Handler: # reassemble Video print( '\n\n==> Reassembling Video... with framerate @', self.framerate, '\n\n' ) + + time.wait( 2 ) + if self.os_type == 'linux': self.command = f'ffmpeg -framerate {self.framerate} -i {self.tmppath}{self.engineSetting[ "lastUsedFilePath" ]}/{self.engineSetting[ "fileNameBeginning" ]}%08d.{filetype} {output_path} -i {self.tmppath}audio.aac' elif self.os_type == 'win32':