Time warp scan effect

That’s a tricky one. You would need to learn some custom shaders, then you could use GLSL to sample a few lines (~5px) from the current frame, and add it to the accumulation of the previous frames. It’s a pretty advanced effect, but you could start learning how to write your own shaders through thebookofshaders.com