Skip to content

Commit 4f6eb89

Browse files
authored
Remove README section about video decoding (#9172)
1 parent f515c45 commit 4f6eb89

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,6 @@ Torchvision currently supports the following image backends:
6161

6262
Read more in in our [docs](https://pytorch.org/vision/stable/transforms.html).
6363

64-
## [UNSTABLE] Video Backend
65-
66-
Torchvision currently supports the following video backends:
67-
68-
- [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries.
69-
- video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any
70-
conflicting version of ffmpeg installed. Currently, this is only supported on Linux.
71-
72-
```
73-
conda install -c conda-forge 'ffmpeg<4.3'
74-
pip install . -v --no-build-isolation
75-
```
76-
7764
# Using the models on C++
7865

7966
Refer to [example/cpp](https://github.com/pytorch/vision/tree/main/examples/cpp).

0 commit comments

Comments
 (0)