From cb04c950d48ac7c7fa9b95b3c39d9a8fb6c5bae0 Mon Sep 17 00:00:00 2001 From: tassaron Date: Thu, 18 May 2017 19:54:48 -0400 Subject: added back in spaces deleted by my editor --- video_thread.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video_thread.py') diff --git a/video_thread.py b/video_thread.py index 6bad504..1c466fc 100644 --- a/video_thread.py +++ b/video_thread.py @@ -40,7 +40,7 @@ class Worker(QtCore.QObject): imBackground = None self.progressBarUpdate.emit(0) - + completeAudioArray = self.core.readAudioFile(inputFile) # test if user has libfdk_aac @@ -72,7 +72,7 @@ class Worker(QtCore.QObject): ffmpegCommand.append('-2') ffmpegCommand.append(outputFile) - + out_pipe = sp.Popen(ffmpegCommand, stdin=sp.PIPE,stdout=sys.stdout, stderr=sys.stdout) -- cgit v1.2.3