Update ComfyChannel.py
This commit is contained in:
parent
cab1f76405
commit
ce8e38b72b
1 changed files with 2 additions and 1 deletions
|
|
@ -418,7 +418,8 @@ class Server:
|
|||
crf=SERV_OUTPUT_CRF,
|
||||
tune='zerolatency',
|
||||
acodec=SERV_OUTPUT_ACODEC,
|
||||
preset=PRESET)
|
||||
preset=PRESET,
|
||||
force_key_frames='expr:gte(t,n_forced*4)')
|
||||
self.cmd = ['ffmpeg'] + ffmpeg.get_args(self.ff)
|
||||
self.process = subprocess.Popen(self.cmd, stdin=subprocess.PIPE, stdout=devnull, stderr=None if SERVER_DEBUG else devnull)
|
||||
LOGGER.log(TYPE_INFO, 'Server Process Created')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue