-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
if I set range=28 (or any lower value) the memory usage of my encoding application Staxrip with the script loaded (with loads of other plugins involved) is stable at about 50-100mb
if I set range=32 the memory usage increases to around 4gb before python crashes with an out of memory error
using sample_mode=5 if that makes any difference
# works fine
clip = core.neo_f3kdb.Deband(clip, sample_mode=5, range=28, y=256, cb=256, cr=256, keep_tv_range=True, grainy=0, grainc=0)
# destroys RAM
clip = core.neo_f3kdb.Deband(clip, sample_mode=5, range=32, y=256, cb=256, cr=256, keep_tv_range=True, grainy=0, grainc=0)
Metadata
Metadata
Assignees
Labels
No labels