edit README

This commit is contained in:
fduncanh
2022-03-20 13:23:00 -04:00
parent f6929db17b
commit bb751ff771
3 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ graphics are also in principle supported when VAAPI is supplemented with firmwar
For NVIDIA graphics with the proprietary drivers, the `nvh264dec` plugin
(included in gstreamer1.0-plugins-bad since GStreamer-1.18.0)
can be used for accelerated video decoding on the NVIDIA GPU after
NVIDIA's CUDA toolkit is installed. This plugin should be used with options
NVIDIA's CUDA driver `libcuda.so` is installed. This plugin should be used with options
`uxplay -vd nvh264dec -vs glimagesink`. For GStreamer-1.16 or earlier, the
plugin is called `nvdec`, and must be build by the user, using NVIDIA's
proprietary [Video Codec SDK](https://docs.nvidia.com/video-technologies/video-codec-sdk/nvdec-video-decoder-api-prog-guide/).