aboutsummaryrefslogtreecommitdiff
path: root/video_thread.py
diff options
context:
space:
mode:
authortassaron2017-05-18 19:54:48 -0400
committertassaron2017-05-18 19:54:48 -0400
commitcb04c950d48ac7c7fa9b95b3c39d9a8fb6c5bae0 (patch)
treeb999f1dd130fe7b0eec7ec601d8a3d8e26d7df1a /video_thread.py
parent898ac591e36a0d959db8c34fb6c5960a7eee9789 (diff)
added back in spaces deleted by my editor
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)