Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker authored Sep 6, 2020
1 parent 07b8dda commit c676181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpegService.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def encoderFunction(br,passNumber,passReason,passPhase=0):

ffmpegcommand=[]
ffmpegcommand+=['ffmpeg' ,'-y']
ffmpegcommand+=["-max_muxing_queue_size", "9999"]

ffmpegcommand+=inputsList

if options.get('audioChannels') == 'No audio' or passPhase==1:
Expand Down

0 comments on commit c676181

Please sign in to comment.