Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Cores=4
  2. SetMemoryMax(512)
  3. PluginPath = "C:\Users\Brian\Downloads\MeGUI_2624_x86\tools\avisynth_plugin\"
  4. LoadPlugin(PluginPath+"svpflow1.dll")
  5. LoadPlugin(PluginPath+"svpflow2.dll")
  6. Import(PluginPath+"InterFrame2.avsi")
  7. <input>.ConvertToYV12()
  8. <deinterlace>
  9. <crop>
  10. <denoise>
  11. <resize>
  12. InterFrame(Cores=Cores, GPU=true, FrameDouble=true, Tuning="Smooth")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement