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",