View Single Post
Old 31st December 2019, 02:38   #14  |  Link
kuchikirukia
Registered User
 
Join Date: Oct 2014
Posts: 476
Just load the plugins with loadplugin and the scripts with import.

Import("C:\MeGUI\tools\avisynth_plugin\QTGMC-3.32.avsi")
LoadPlugin("C:\MeGUI\tools\avisynth_plugin\nnedi3.dll")

etc.

Also, don't use DirectShowSource, use LSMASH.
And don't use selecteven() unless you for some reason want to destroy 60fps content by turning it into 30.

Last edited by kuchikirukia; 31st December 2019 at 02:41.
kuchikirukia is offline   Reply With Quote