Hello everyone,
I really do appreciate the prompt support especially since it's over the weekend. So, yes this is part of using CUDA to render video on Fedora in WSL. I've tried compiling Cinelerra on Fedora within WSL on my NVIDIA GeForce RTX machine and for some reason the LADSPA dependency will not install. I'm not sure what the issue was. As part of a workaround I tried using Fedora natively on my machine in case WSL was the issue. However, there were issues with me compiling Cinelerra on Fedora due to issues installing dependencies with the configuration script; it, the script seemed to not want to work with my version of Fedora due to downloading dependencies.
Upon digging further, I can see that FFMPEG on WSL is able to successfully render video on my machine at a 1.5 to 1.75 speed up. The input video is 4K YUV4:2:2 video with 10-bit color resolution in MP4 format. Here is the command run in wsl (Fedora): "ffmpeg -y -i CINELERRA_FFMPEG_DEBUG_DUMMY_FILE.MP4 -c:v hevc_nvenc -pix_fmt yuv444p10le -profile:v main10 -cq 20 -preset p5 -c:a copy FFMPEG_output_444_10bit.mp4"
As we can see the speed up is 1.74x and in Windows Task manager we see the GPU gets pegged as expected:

However in Cinelerra i select the h265_nvenc mp4 codec in the render profile:
The render rate seems to be <.5 the framerate and the GPU usage does not look right, it looks choppy:
So here, it seems that Cinelerra may be using the GPU, but not optimally. For these reasons, I am under the assumption that:
- The issue is with the FFMPEG version that Cinelerra 5.1 uses
- WSL is NOT the issue because a version of FFMPEG on the WSL environment optimally uses the GPU with the same nvenc codec.
Thoughts? Comments?
Many thanks,
Andrew Wesly