From 4d01292a0ff7cbaf0fb5e6036e2960d4169ea1a1 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Thu, 5 Dec 2019 12:08:50 -0500 Subject: [PATCH] Fixes #2 Original audio is now added to output --- video_thread.py | 1 - 1 file changed, 1 deletion(-) diff --git a/video_thread.py b/video_thread.py index c657103..0a86af9 100644 --- a/video_thread.py +++ b/video_thread.py @@ -65,7 +65,6 @@ class Worker(QtCore.QObject): '-pix_fmt', 'rgb24', '-r', '30', # frames per second '-i', '-', # The input comes from a pipe - '-an', '-i', inputFile, '-acodec', acodec, # output audio codec '-b:a', "192k",