We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a561801 + c035598 commit 6fbedd3Copy full SHA for 6fbedd3
src/spdl/io/_core.py
@@ -555,12 +555,14 @@ class NvDecDecoder:
555
applying bit stream filter while demuxing or after demuxing.
556
See the examples bellow.
557
558
- .. admonition:: Example - decoding the whole video
+ .. seealso::
559
560
- .. seealso::
+ - :py:func:`decode_packets_nvdec`: Decode video packets using
561
+ NVDEC.
562
+ - :py:func:`streaming_load_video_nvdec`: Decode video frames
563
+ from source in streaming fashion.
564
- :py:func:`decode_packets_nvdec`: Decode video packets using
- NVDEC.
565
+ .. admonition:: Example - decoding the whole video
566
567
.. code-block::
568
0 commit comments