Skip to content

Commit c5dea7d

Browse files
authored
add ffmpeg version pin to video backend in README (#8000)
1 parent 1a9ff0d commit c5dea7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Torchvision currently supports the following video backends:
6666
conflicting version of ffmpeg installed. Currently, this is only supported on Linux.
6767

6868
```
69-
conda install -c conda-forge ffmpeg
69+
conda install -c conda-forge 'ffmpeg<4.3'
7070
python setup.py install
7171
```
7272

0 commit comments

Comments
 (0)