groes 0 Posted August 10, 2020 Posted August 10, 2020 (edited) Hi all, So I bought myself a Geforce 1050 Ti and a lifetime subscription to enable HEVC hardware acceleration. I'm running Ubuntu 20.04 and installed the latest nvidia drivers(450.57) from the nvidia website. Everything went well except when I wanted to configure the advanced transcoding config it only showed up my graphics card to offload encoding. Decoding seems to be empty. See screenshot. running ffmpeg encoders/decoders shows the following: Quote root@instance:~# for i in encoders decoders filters; do echo $i:; ffmpeg -hide_banner -${i} | egrep -i "npp|cuvid|nvenc|cuda|nvdec"; done encoders: V..... h264_nvenc NVIDIA NVENC H.264 encoder (codec h264) V..... nvenc NVIDIA NVENC H.264 encoder (codec h264) V..... nvenc_h264 NVIDIA NVENC H.264 encoder (codec h264) V..... nvenc_hevc NVIDIA NVENC hevc encoder (codec hevc) V..... hevc_nvenc NVIDIA NVENC hevc encoder (codec hevc) decoders: V..... h264_cuvid Nvidia CUVID H264 decoder (codec h264) V..... hevc_cuvid Nvidia CUVID HEVC decoder (codec hevc) V..... mjpeg_cuvid Nvidia CUVID MJPEG decoder (codec mjpeg) V..... mpeg1_cuvid Nvidia CUVID MPEG1VIDEO decoder (codec mpeg1video) V..... mpeg2_cuvid Nvidia CUVID MPEG2VIDEO decoder (codec mpeg2video) V..... mpeg4_cuvid Nvidia CUVID MPEG4 decoder (codec mpeg4) V..... vc1_cuvid Nvidia CUVID VC1 decoder (codec vc1) V..... vp8_cuvid Nvidia CUVID VP8 decoder (codec vp8) V..... vp9_cuvid Nvidia CUVID VP9 decoder (codec vp9) filters: ... hwupload_cuda V->V Upload a system memory frame to a CUDA device. Can anyone point my towards the right direction to offload decoding as well? Many thanks! hardware_detection-63732687243.txt Edited August 10, 2020 by groes
Luke 40083 Posted August 11, 2020 Posted August 11, 2020 Hi there, have you followed our hardware acceleration setup guide? https://support.emby.media/support/solutions/articles/44001160148-hardware-acceleration-overview
groes 0 Posted August 12, 2020 Author Posted August 12, 2020 Yes, somehow it shows the decode options as well after a few reboots. No idea why exactly. Thanks anyway :-)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now