Skip to content

Commit 9809feb

Browse files
committed
.
1 parent 891125b commit 9809feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/basic_cuda_example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
.. _ndecoderec_tutorial:
1111
1212
TorchCodec 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
1414
video 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>`_
1616
and CUDA kernels to respectively decompress and convert to RGB.
1717
CUDA Decoding can be faster than CPU Decoding for the actual decoding step and also for
1818
subsequent transform steps like scaling, cropping or rotating. This is because the decode step leaves
@@ -43,7 +43,7 @@
4343
In 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)

0 commit comments

Comments
 (0)