reduce motion blur
This commit is contained in:
parent
589ce160d3
commit
648bbf742b
2 changed files with 27 additions and 25 deletions
|
@ -184,7 +184,7 @@ def finalize_job(job_id, event):
|
|||
|
||||
active_jobs = []
|
||||
|
||||
print("enqueuing jobs into compressor")
|
||||
print("enqueuing {} jobs into compressor", len(events))
|
||||
for event in events:
|
||||
if args.ids and event['id'] not in args.ids:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue