aboutsummaryrefslogtreecommitdiff
path: root/video_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'video_thread.py')
-rw-r--r--video_thread.py4
1 files changed, 2 insertions, 2 deletions
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)