Unverified Commit d0b6971d authored by Zhiqiang Wang's avatar Zhiqiang Wang Committed by GitHub
Browse files

Fix link for README.rst (#4653)


Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent a1d6b314
...@@ -112,7 +112,9 @@ Video Backend ...@@ -112,7 +112,9 @@ Video Backend
============= =============
Torchvision currently supports the following video backends: Torchvision currently supports the following video backends:
* [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries. * `pyav`_ (default) - Pythonic binding for ffmpeg libraries.
.. _pyav : https://github.com/PyAV-Org/PyAV
* video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any conflicting version of ffmpeg installed. Currently, this is only supported on Linux. * video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any conflicting version of ffmpeg installed. Currently, this is only supported on Linux.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment