Skip to content
Snippets Groups Projects
Verified Commit d56e39b7 authored by Lukas Schauer's avatar Lukas Schauer :unlock:
Browse files

added video worker workaround for weird input files

parent 62bda940
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ def render_master(task, tmpfiles=[]):
ffmpeg_command = ['ffmpeg', '-y', '-v', 'info', '-nostats']
ffmpeg_command += ['-analyzeduration', '20000000']
ffmpeg_command += ['-i', tmpfiles[0][1]]
ffmpeg_command += ['-max_muxing_queue_size', '1024']
normalize_audio = False # disabled for now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment