andybkma
3rd October 2009, 05:58
Hi, I'm new to the whole avisynth thing. Posted this question in the LimitedSharpenFaster thread but it doesn't seem to be monitored anymore.
With XP SP3, I am just using AviSynth 2.58 in conjunction with newest ffdshow-tryouts & Zoom Player 7 Max in order to sharpen up any vids I watch (not doing any encoding). I was using a Dscaler sharpening filter but I find using LimitedSharpenFaster gives me a better picture on my projector. So am using these settings: LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=100,wide=true) but I find Zoom Player using so much more ram than before, up to 512Mb which seems a bit much vs 60Mb with the DScaler filter. How can I limit LimitedSharpenFaster and Zoom Player from using so much ram? Would like to get it down to no more than 128Mb if possible. I tried putting
SetMemoryMax(128)
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=100,wide=true)
in ffdshow but that had no effect on ram usage.
Thanks for any guidance, bkm
With XP SP3, I am just using AviSynth 2.58 in conjunction with newest ffdshow-tryouts & Zoom Player 7 Max in order to sharpen up any vids I watch (not doing any encoding). I was using a Dscaler sharpening filter but I find using LimitedSharpenFaster gives me a better picture on my projector. So am using these settings: LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=100,wide=true) but I find Zoom Player using so much more ram than before, up to 512Mb which seems a bit much vs 60Mb with the DScaler filter. How can I limit LimitedSharpenFaster and Zoom Player from using so much ram? Would like to get it down to no more than 128Mb if possible. I tried putting
SetMemoryMax(128)
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=100,wide=true)
in ffdshow but that had no effect on ram usage.
Thanks for any guidance, bkm