From 0d8fd70f66fe2e25fbd6063b2680afa72a28493a Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Fri, 8 Aug 2025 10:12:24 +0100 Subject: [PATCH] Remove README section about video decoding --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 1076a7a186d..a9260655720 100644 --- a/README.md +++ b/README.md @@ -61,19 +61,6 @@ Torchvision currently supports the following image backends: Read more in in our [docs](https://pytorch.org/vision/stable/transforms.html). -## [UNSTABLE] Video Backend - -Torchvision currently supports the following video backends: - -- [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries. -- 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. - -``` -conda install -c conda-forge 'ffmpeg<4.3' -python setup.py install -``` - # Using the models on C++ Refer to [example/cpp](https://github.com/pytorch/vision/tree/main/examples/cpp).