forked from 0x2620/pandora
longer queue
This commit is contained in:
parent
b49a97209c
commit
401347e29b
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue