longer queue

This commit is contained in:
j 2019-10-19 12:45:05 +01:00
parent b49a97209c
commit 401347e29b
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ def stream(video, target, profile, info, audio_track=0, flags={}):
'-vb', '%dk' % bitrate,
'-aspect', aspect,
# '-vf', 'yadif',
'-max_muxing_queue_size', '512',
'-vf', 'hqdn3d%s,scale=%s:%s' % (crop, width, height),
'-g', '%d' % int(fps*5),
]