View Single Post
Old 15th January 2012, 21:11   #16  |  Link
Dogway
Registered User
 
Join Date: Nov 2009
Posts: 2,361
If avisynth has a limit of 2Gb I don't know how mvtools2 by being x64 is going to bypass that... I think its a limit of avisynth by design.

But the problem in your case is not mvtools, the trigger of the memory hog is the Dither tools in the Dither_merge16_8() line. I will have a look to see what can I do in the next few days.

For the time being just remove the lsb_out/lsb_in arguments for over 720p sources:
Code:
Crop(0, 134, -0, -132)
SMDegrain (tr=3,PreFilter=1,lsb=true,Globals=2,hpad=0,vpad=0,mode=6)
SMDegrain (tr=3,            lsb=true,Globals=1,hpad=0,vpad=0,mode=6)
This should work, even if you want to use tr=6.

Last edited by Dogway; 15th January 2012 at 21:15.
Dogway is offline   Reply With Quote