mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 03:30:05 -05:00
Override filter defaults for video
This commit is contained in:
parent
b6dfd2d980
commit
55f7636fc0
@ -113,6 +113,11 @@ def work(server):
|
||||
prof = json.loads(r.get(pid))
|
||||
gnm.set_profile(prof)
|
||||
rdr = render.Renderer(gnm)
|
||||
# Temporarily use animation filter settings for the bilateral
|
||||
# filter. TODO: specify these in profiles.
|
||||
rdr.filts[0].sstd = 10.0
|
||||
rdr.filts[0].dstd = 2.0
|
||||
rdr.filts[0].gspeed = 2.0
|
||||
|
||||
if last_evt is None:
|
||||
# Create a dummy event for timing
|
||||
|
Loading…
Reference in New Issue
Block a user