Advertisement
Guest User

MeGUI 60fps Script

a guest
Mar 18th, 2015
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Cores=4
  2. SetMemoryMax(512)
  3. SetMTMode(3,Cores)
  4. PluginPath = "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\"
  5. LoadPlugin(PluginPath+"svpflow1.dll")
  6. LoadPlugin(PluginPath+"svpflow2.dll")
  7. Import(PluginPath+"InterFrame2.avsi")
  8. <input>.ConvertToYV12()
  9. SetMTMode(2)
  10. <deinterlace>
  11. <crop>
  12. <denoise>
  13. <resize>
  14. InterFrame(Cores=Cores, GPU=true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement