Thanks a lot! This is the perfect solution now. I'm using a 2080TI, and I can get full 1080p interpolated with RIFE 4.6+FSRCNNX+Krig running flawlessly. I cannot believe it! GPU memory usage is ~6GB and utilization ~80%. No need to get 4090 for now thank god!

VeniVediVeci wrote:

Now I am using a project named mpv_lazy in github(https://github.com/hooke007/MPV_lazy, in Chinese), and it enables RFIE v4.6 using tensorrt. My video card is 3070 laptop and it works totally fine in 1080p real-time doubling FPS, the performance of which is much better than the SVP4. Hope the svp4 can support the trt RFIE as soon as possble.

Chainik wrote:

> Although, anywhere above 48 fps my GPU usage sky rockets from 46% to 90%

because x2.5 interpolation (i.e. 24->60 fps) need generating TWO times more intermediate frames than x2 (24->48)

> I added another model from github and when selected I get a flickering sensation on any video

then add another model big_smile and post a bug report on the Github regarding the flickering one

The flickering is due to the incompatibility between current rife_vs.dll and model 4.6. I can reproduce this flickering problem on Windows 11. Since most other people are ok, maybe the problem is with Win 11 but not with Win 10.

3

(3 replies, posted in Using SVP)

Chainik wrote:

and how many fps it does? at what resolution?

original files are 1080p@23.976, and after conversion the files are 1080p@59.94. The conversion rate is ~34-35fps.

4

(3 replies, posted in Using SVP)

I'm using 5900x to transcode a large collection of anime episodes. The CPU usage is constantly between 55%-65%. I checked the log and noticed that the auto threads setting is enabled and determined as 24 threads already. I would like to know is there any way to use the CPU better, i.e. to its full power, to make x265 transcoding faster?

Hello, I just installed SVP on Ubuntu Server 18.04 and managed to upscale anime to 60fps successfully by using GUI. I plan to use the command from terminal so that I can batch convert files in the future. I'm wondering, where is the profile located? I guess I would need to modify to profile to reflect whether it is for movie or anime, and also what frame rate I would need for the converted file. Thanks!