Skip to content

Commit 537f166

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] add ffmpeg version pin to video backend in README (#8000)
Reviewed By: vmoens Differential Revision: D50789089 fbshipit-source-id: 5ad9dc0718a849a4b94d573038bc70eef309dce8
1 parent 8730285 commit 537f166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)