View Single Post
Old 2nd April 2021, 19:41   #2  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by Dogway View Post
Using nnedi3 for RatioResize() calls nnedi3_resize16(), this causes a memory leak when used inside ScriptClip, is this a nnedi3 issue?
it's Spline36Resize/Spline36ResizeMT

Code:
ColorBars(width=640, height=480, pixel_type="yv12")
ScriptClip("""
Spline36Resize(Width(),Height()*2).Spline36Resize(Width(),Height())
""")
edit: see here https://forum.doom9.org/showthread.php?p=1939782
__________________
See My Avisynth Stuff

Last edited by real.finder; 2nd April 2021 at 20:10.
real.finder is offline   Reply With Quote