Skip to content

vapoursynth memory usage goes mad if range>30 #19

@Statick

Description

@Statick

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions