RickyAstle98 wrote:2) Начиная с моделей 4.9 по 4.16 кадры будто сдвигаются в обоих направлениях, видео перестало быть плавным
Hmm, did you try these too in order to fix the frames stutters?
1. stop using Lossless Scaling on top of SVP
2. change MPV config to prevent additional frame blending like:
video-sync=audio
interpolation=no
gpu-api=d3d11
hwdec=no
3. RIFE GPU threads = 1 (in case multi threading would break the interpolated frames order)
4. frc.frame.resize to smaller resolution until your GPU has enough extra bandwidth for the worse case scenario interpolation scenarios
5. check if issue persists on v1 without performance boost (in case there are major internal differences between that and v2 with performance boost that we don't know about)
Compare it on a basic predictable panning scene like:
https://drive.google.com/drive/folders/ … nG0qJnlw4I
Done all the steps, issue persist, and your test video isnt smooth even before interpolation, my test movie scenes behavior exactly the same, frames moving backwards and forwards!