You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the example command from the --help gives a framerate of approx 0.4 fps. A 4k upscale on my M1Pro Mac for 60m of tv footage in Topaz video AI takes approx 12 hours and video2x is estimating ~40 hours. I had assumed upscaling with an Nvidia GPU would be orders of magnitude faster.
I'm using Nvidia's beta 1.4 Vulkan driver on Ubuntu 22.04 and --list-devices shows the GPU as device 0. I got what I could from the --help info and tried a preset of 'veryfast' but the framerate is still very low. Video2x version is the latest (6.2). Are there some other command line args I can try which will speed this up? Thanks!
The text was updated successfully, but these errors were encountered:
That example is not meant to be the optimal setting. It just shows you how to apply custom options. -c libx264rgb and -e tune=film are unnecessary.
realesrgan-plus is for live action footage and it's inherently slow. Check your GPU usage. It is likely already working at 100%. If so, I don't think it can be made much faster. preset is for the encoder, and it will affect your output file size, not so much the quality. You only need to adjust it towards the faster side if your CPU is the bottleneck, which isn't the case here.
Using the example command from the
--help
gives a framerate of approx 0.4 fps. A 4k upscale on my M1Pro Mac for 60m of tv footage in Topaz video AI takes approx 12 hours and video2x is estimating ~40 hours. I had assumed upscaling with an Nvidia GPU would be orders of magnitude faster.Command used:
video2x -d 0 -i input.mkv -o output.mkv -s 4 -p realesrgan --realesrgan-model realesrgan-plus -c libx264rgb -e crf=17 -e preset=veryfast -e tune=film
Here's the output I am getting:
I'm using Nvidia's beta 1.4 Vulkan driver on Ubuntu 22.04 and
--list-devices
shows the GPU as device 0. I got what I could from the--help info
and tried a preset of 'veryfast' but the framerate is still very low. Video2x version is the latest (6.2). Are there some other command line args I can try which will speed this up? Thanks!The text was updated successfully, but these errors were encountered: