paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
1.06k stars 60 forks source link

Hardware Acceleration / GPU Decoding do not work on Linux on Nvidia #226

Open tsuza opened 2 months ago

tsuza commented 2 months ago

I'm running the v18.4, and whenever I try to export a video with GPU Decoding set as Cuda and Hardware Acceleration set as Nvidia NVENC, it silently fails ( the progress status bar fills up instantly and no new file is created ).

tsuza commented 2 months ago

To add to this, it works just fine elsewhere ( Shotcut, etc... ).

paulpacifico commented 2 months ago

Does it works on 'auto'?

tsuza commented 2 months ago

Nope, the same thing happens.

Danie10 commented 1 month ago

Thanks for logging this as I was wondering why nothing outputted or played on my Manjaro system with Nvidia and Cuda enabled. Setting GPU to None then everything worked.

I can say too that I do use FFmpeg fine on the CLI with Cuda enabled. So I also assumed None or Cuda would work.