File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010.. _ndecoderec_tutorial:
1111
1212TorchCodec can use supported Nvidia hardware (see support matrix
13- `here <https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new>`) to speed-up
13+ `here <https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new>`_ ) to speed-up
1414video decoding. This is called "CUDA Decoding" and it uses Nvidia's
15- `NVDEC hardware decoder <https://developer.nvidia.com/video-codec-sdk>`
15+ `NVDEC hardware decoder <https://developer.nvidia.com/video-codec-sdk>`_
1616and CUDA kernels to respectively decompress and convert to RGB.
1717CUDA Decoding can be faster than CPU Decoding for the actual decoding step and also for
1818subsequent transform steps like scaling, cropping or rotating. This is because the decode step leaves
4343In order to use CUDA Decoding will need the following installed in your environment:
4444
4545#. An Nvidia GPU that supports decoding the video format you want to decode. See
46- the support matrix here <https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new>
46+ the support matrix ` here <https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new>`_
4747#. `CUDA-enabled pytorch <https://pytorch.org/get-started/locally/>`_
4848#. FFmpeg binaries that support NdecoderEC-enabled codecs
4949#. libnpp and nvrtc (these are usually installed when you install the full cuda-toolkit)
You can’t perform that action at this time.
0 commit comments