But when transcoding it with SVP, every interpolated frame has different positioning of the white lines than the non-interpolated frames.
It's like you show the video normally on the non-interpolated frames and then reduce the height by a few pixels on the RIFE generated frames which makes the pixels not align with the original movie, adding a shake-like effect on the static white lines that is obvious for big screen users.
You might be on to something here. When using TensorRT and a 1080p model is being configured, the model is set up as 1920x1088, not 1920x1080. This is because 1088 is divisible by 16 but 1080 isn't.
Anyway, I hope this bug gets resolved soon, as RIFE needs to be almost perfect to justify using it over standard SVP. Standard SVP with best settings only requires 4 cores @ 60% CPU on my 12900K, while RIFE is a GPU killer.
EDIT: This bug also occurs with 1280x720 video, and the shimmering happens at that resolution, too. The model is set up as 1280x736.