remove fflags
This commit is contained in:
parent
26b4c97941
commit
1f9f20f9e5
@ -80,9 +80,8 @@ def main():
|
||||
else:
|
||||
_ff.encoder = Popen([
|
||||
'ffmpeg', '-v', _log.ff_level.lower(), '-hide_banner',
|
||||
'-nostats', '-re', '-fflags', '+igndts',
|
||||
'-thread_queue_size', '256', '-i', 'pipe:0',
|
||||
'-fflags', '+genpts', '-ignore_unknown'] + overlay + [
|
||||
'-nostats', '-re', '-thread_queue_size', '256', '-i', 'pipe:0'
|
||||
] + overlay + [
|
||||
'-metadata', 'service_name=' + _playout.name,
|
||||
'-metadata', 'service_provider=' + _playout.provider,
|
||||
'-metadata', 'year={}'.format(year)
|
||||
|
Loading…
Reference in New Issue
Block a user