Topic: Glitch caused by Interframe

I found a glitch with SmoothVideo. Here is my source clip and the same clip after I encoded it using the Avisynth script below: https://drive.google.com/file/d/1RMsODO … sp=sharing

Avisynth script:

AssumeTFF() 
Yadif(mode=1, order=1)
Spline36Resize(1280,720)
InterFrame(GPU=false, Tuning="Smooth", OverrideAlgo=13, Cores=1) 

At the 3 second mark you can see a glitch flash on the screen for a split second. This was not in the source.

Is that something you can fix please. I'm using Interframe 2.8.2 at the moment. Thanks

Re: Glitch caused by Interframe

I see a little stop at the same place in source video and wrong frames in result video.
I think it is error in the source. Dropped frames are replaced with frames-from-the-past.
Try to download/fix source video and repeat your experiment.