View Single Post
Old 12th October 2011, 22:44   #202  |  Link
SubJunk
Registered User
 
Join Date: Jun 2010
Posts: 443
Quote:
Originally Posted by Shah Jahan View Post
Will this work?

Setmemorymax(4096)
SetMTMode(2,7)
PluginPath = "C:\Program Files (x86)\AviSynth 2.5\plugins\"
LoadPlugin(PluginPath+"mvtools2.dll")
LoadPlugin(PluginPath+"RemoveGrainSSE3.dll")
Import(PluginPath+"InterFrame.avsi")
<input>.ConvertToYV12()
<deinterlace>
<crop>
<denoise>
<resize>
InterFrame(FlowPath=PluginPath, GPU=true, Preset="Placebo")


Or do I have to change something, or remove the inverted commas?
SetMemoryMax should usually be at about 800 or 600 for maximum stability, the rest looks ok. Remember though that Placebo makes it much slower for not much quality gain, you were warned
SubJunk is offline   Reply With Quote