flowreen91 wrote: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
I found a temporary FIX for my issue, I detect RIFE prerendered video has no issues while playback, only realtime playback (even just only 24>48 hd source, easy for 4070 isnt it?) improper encoded movies MKV containers broke models frame handling, because I reencoded same video to MKV back again, and voila no issues! Also this is HEVC issue, LOL!