Original audio is now added to output
This commit is contained in:
Michael Pfaff 2019-12-05 12:08:50 -05:00
parent b0d7c22c9e
commit 4d01292a0f
1 changed files with 0 additions and 1 deletions

View File

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