Just an update:

I'm running a 3080ti using the RIFE tensor profile with 4 threads, version 4.6, and using 15% scene threshold running at 48fps (2x movie). GPU load is around 30% using 1080p sources and 4k sources about 50%. So that's perfect. To my eye's it works better than my SVP profile, but that also works pretty well with zero load on the GPU.

I have two questions:

My user defined settings from my original SVP profile are also applied to the RIFE profile. Do these settings actually do something when using RIFE? Been tweaking a bit but it's hard to notice any difference.

Second question, what does the screen threshhold % actually do? Could not find much information about it (prob not searching in the right place). I've now set it at 15%.

Hi,

I'm trying to use the RIFE profile realtime while playing a video using MPV. I play a movie, then switch to the RIFE profile, video stops playing, CMD prompt pops up and closes after a few minutes (without errors as far as I can tell) but the video just resumes in its normal format and CPU/GPU load is 0%. I'm using the RIFE tensor core version running on a 3080ti.

Nothing seems to happen. Am I missing something?

Thanks!

Update, can't post in a new post (new account) so I'll edit this one for now:

Chainik wrote:

check the log

19:21:49.598 [E]: Playback [7f0e3da3]: VS - Script evaluation failed:
19:21:49.598 [E]: Playback [7f0e3da3]: VS - Python exception: There is no function named SmoothFps_RIFE
19:21:49.598 [E]: Playback [7f0e3da3]: VS - Traceback (most recent call last):
19:21:49.598 [E]: Playback [7f0e3da3]: VS - File 'src\cython\vapoursynth.pyx', line 2244, in vapoursynth.vpy_evaluateScript
19:21:49.598 [E]: Playback [7f0e3da3]: VS - File 'src\cython\vapoursynth.pyx', line 2245, in vapoursynth.vpy_evaluateScript
19:21:49.598 [E]: Playback [7f0e3da3]: VS - File 'C:\Users\johan\AppData\Roaming\SVP4\scripts\7f0e3da3.py', line 79, in <module>
19:21:49.598 [E]: Playback [7f0e3da3]: VS - smooth = interpolate(clip)
19:21:49.598 [E]: Playback [7f0e3da3]: VS - File 'C:\Users\johan\AppData\Roaming\SVP4\scripts\7f0e3da3.py', line 63, in interpolate
19:21:49.598 [E]: Playback [7f0e3da3]: VS - smooth = core.svp2.SmoothFps_RIFE(smooth,smoothfps_params,src=input_um,multi=rife_num/rife_den,fps=src_fps)
19:21:49.598 [E]: Playback [7f0e3da3]: VS - File 'src\cython\vapoursynth.pyx', line 1934, in vapoursynth.Plugin.__getattr__
19:21:49.598 [E]: Playback [7f0e3da3]: VS - AttributeError: There is no function named SmoothFps_RIFE
19:21:49.598 [E]: Playback [7f0e3da3]: VS - could not init VS

Chainik wrote:

biggy

must be this version:
> Main: module 'plugins64/svpflow2_vs.dll': 4.5.0.246

Ok, how do I get that version? I installed everything new today.

Chainik wrote:

biggy

must be this version:
> Main: module 'plugins64/svpflow2_vs.dll': 4.5.0.246

> I installed everything new today.

and what version do you have?

According to the details of the file 4.5.0.246 so that seems correct.

Chainik wrote:

biggy

is it possible you have some older version of svpflow2_vs.dll somewhere, in a Vapoursynth autoload folder?

Searched all my drives and found an older version in some older mpv player folder, replaced the file and that seems to work!

Thanks!!