make cli output better

This commit is contained in:
2023-06-09 15:40:58 +02:00
parent a3d1362d50
commit 739f17283f

View File

@@ -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':