reduce motion blur

This commit is contained in:
Peter Körner 2017-05-25 12:18:33 +02:00
parent 589ce160d3
commit 648bbf742b
2 changed files with 27 additions and 25 deletions

View file

@ -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