@@ -107,16 +107,16 @@ ffmpeg -f lavfi -i \
107107 ` torch ` and ` torchcodec ` .
108108
1091092 . Install FFmpeg, if it's not already installed. Linux distributions usually
110- come with FFmpeg pre-installed. TorchCodec supports major FFmpeg versions
111- in [ 4, 7 ] on all platforms, and FFmpeg version 8 is supported on Mac and Linux .
110+ come with FFmpeg pre-installed. TorchCodec supports supports all major FFmpeg versions
111+ in [ 4, 8 ] .
112112
113113 If FFmpeg is not already installed, or you need a more recent version, an
114114 easy way to install it is to use ` conda ` :
115115
116116 ``` bash
117- conda install " ffmpeg<8 "
117+ conda install " ffmpeg"
118118 # or
119- conda install " ffmpeg<8 " -c conda-forge
119+ conda install " ffmpeg" -c conda-forge
120120 ```
121121
1221223 . Install TorchCodec:
@@ -148,16 +148,15 @@ format you want. Refer to Nvidia's GPU support matrix for more details
148148[ here] ( https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new ) .
149149
1501501 . Install FFmpeg with NVDEC support.
151- TorchCodec with CUDA should work with FFmpeg versions in [ 4, 7] on all platforms,
152- and FFmpeg version 8 is supported on Linux.
151+ TorchCodec with CUDA should work with FFmpeg versions in [ 4, 8] .
153152
154153 If FFmpeg is not already installed, or you need a more recent version, an
155154 easy way to install it is to use ` conda ` :
156155
157156 ``` bash
158- conda install " ffmpeg<8 "
157+ conda install " ffmpeg"
159158 # or
160- conda install " ffmpeg<8 " -c conda-forge
159+ conda install " ffmpeg" -c conda-forge
161160 ```
162161
163162 After installing FFmpeg make sure it has NVDEC support when you list the supported
0 commit comments