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!!