Slow upscaling on 40 Series NVIDIA cards? #1113
Unanswered
khydrogenous
asked this question in
Q&A
Replies: 2 comments
-
I'm having the same issue with a 4090 but I'm doing 1080 to 4k so it doesn't look blurry on my 4k monitor and for a ~20 min video around 30k frames it takes 6+ hrs |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here, i have cuda, but it take 12 hour to process it with 0.18 fps. i mean is that normal? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, has anyone else had issues with slow upscaling (8min on a 4070 for a 10s 360p video upscaling to 4K)?
I'm running debian 12 stable, card stays at 100% utilization from start to finish, VRAM hits between 10 and 36%, CPU hangs around 7-9% the whole time. Sometimes I have to end the program early because if the first 2000 frames took 8 minutes, then the last frame will take 5 minutes all on its own. No errors or output in the console. I'm running:
ffmpeg -hwaccel cuda -i input.mkv -t 00:00:10 -c:v h264_nvenc -c:a copy output.mkv && docker run --gpus all -it --rm -v /home/me/Downloads:/host ghcr.io/k4yt3x/video2x:5.0.0-beta6 -i output.mkv -o output2.mkv -p3 upscale -h 2160 -a waifu2x -n3
I use CUDA in all my other containers. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions