File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Start by installing the **nightly** build of PyTorch following the
30
30
Then, the easiest way to install the rest of the dependencies is to run:
31
31
32
32
``` bash
33
- conda install cmake pkg-config pybind11 ffmpeg -c conda-forge
33
+ conda install cmake pkg-config pybind11 " ffmpeg<8 " -c conda-forge
34
34
```
35
35
36
36
### Clone and build
Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ ffmpeg -f lavfi -i \
114
114
easy way to install it is to use ` conda ` :
115
115
116
116
``` bash
117
- conda install ffmpeg
117
+ conda install " ffmpeg<8 "
118
118
# or
119
- conda install ffmpeg -c conda-forge
119
+ conda install " ffmpeg<8 " -c conda-forge
120
120
```
121
121
122
122
3 . Install TorchCodec:
@@ -157,9 +157,9 @@ format you want. Refer to Nvidia's GPU support matrix for more details
157
157
easy way to install it is to use ` conda ` :
158
158
159
159
``` bash
160
- conda install ffmpeg
160
+ conda install " ffmpeg<8 "
161
161
# or
162
- conda install ffmpeg -c conda-forge
162
+ conda install " ffmpeg<8 " -c conda-forge
163
163
```
164
164
165
165
If you are building FFmpeg from source you can follow Nvidia's guide to
You can’t perform that action at this time.
0 commit comments