Topic: Glitches creating videos using avisynth
I used the following script:
SetMemoryMax(1024)
source = AVISource("G:\Save2\Davids Movies II\David II 1954\David II 1954 C.avi").ConvertToYV12()
source
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow2.dll")
threads=9
#SetMTMode(3,threads) - commented out because of missing SetMTMode
# Some input here
#SetMTMode(2)
# All parameters set to defaults which means high quality frame doubling
super=SVSuper("{gpu:1}")
vectors=SVAnalyse(super, "{}")
SVSmoothFps(super, vectors, "{}",mt=1)
----------------------------------------------------------------
I got several glitches