Unverified Commit c5dea7d4 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

add ffmpeg version pin to video backend in README (#8000)

parent 1a9ff0d7
...@@ -66,7 +66,7 @@ Torchvision currently supports the following video backends: ...@@ -66,7 +66,7 @@ Torchvision currently supports the following video backends:
conflicting version of ffmpeg installed. Currently, this is only supported on Linux. conflicting version of ffmpeg installed. Currently, this is only supported on Linux.
``` ```
conda install -c conda-forge ffmpeg conda install -c conda-forge 'ffmpeg<4.3'
python setup.py install python setup.py install
``` ```
......
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