From 401347e29b242570bb023068b96d76071af5c528 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 19 Oct 2019 12:45:05 +0100 Subject: [PATCH] longer queue --- pandora/archive/extract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index 28b19f6b..618bad85 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -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), ]