Thanks for you reply.
I tried tdecimate but couldn't get it quite work the way it would smooth the vid. The framerate got lowered though. I put it into ffdshow raw video filter's Avisynth section, under the default code there:
global svppath="C:\Users\(my user name)\AppData\Roaming\SVP4\"
try {
import(svppath+"scripts\2002d2.avs")
}
catch(err_msg) {
ffdshow_source().Subtitle(err_msg)
WriteFileStart(svppath+"logs\err-2002d2.avs.log", "err_msg")
}
tdecimate()
I also tried different modes and with cycleR and cycle parameters. The fps dropped further and it resulted as imager stutter (bad frame drops).
Anyway, I put 2 samples on Google drive. The 25fps.mkv works well with SVP but the 60fps.mkv doesn't. Both are cut from 2 different sources. Could you or someone else play around a bit with the 60fps.mkv, use tdecimate or find another way to make it smooth, and tell me how to do it?
Here are the vids:
https://drive.google.com/open?id=0B_ZPU … y1QNExjUVE (25fps)
https://drive.google.com/open?id=0B_ZPU … ldYRFgybWM (60fps)