Topic: Can't get SmoothVideo to Work
I'm trying to convert a 720p 29.97fps .ts video to 59.94fps. Here's my Avisynth script:
setmtmode(5,6)
DGSource("C\30fps Sample.dgi")
setmtmode(2)
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow2.dll")
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\InterFrame2.avsi")
dss2("C:\30fps Sample.ts", fps=29.970)
InterFrame(Cores=Cores)
AvsPmod says there is no function named dss2. I've copied the following files into my Avisynth Plugins folder:
InterFrame2.avsi
svpflow2.dll
svpflow1.dll