as I said before, may be (!) the major difference comes from
prefiltered = RemoveGrain(C, 22)nothing can stop you from pre-process video before svpflow
=======
prefiltered = RemoveGrain(input, 22)
super = SVSuper(prefilter,"{gpu:1}")
vectors = SVAnalyse(super, "{refine:[{thsad:100}]}", src=prefilter)
smooth = SVSmoothFps(input, super, vectors, "{rate:{num:2,den:1}, algo:21, mask:{area:50}}", mt=threads)=======
BlkSize = Default(BlkSize, C.Width>1200||C.Height>900 ? 32 : C.Width>720||C.Height>480 ? 16 : 8)you know you'll get significantly different results for the same video scaled to different sizes, right?
