Skip to content

Commit ca2c17a

Browse files
Dan-FloresDaniel Flores
andauthored
Indicate FFmpeg8 support in docs (#971)
Co-authored-by: Daniel Flores <danielflores3@fb.com>
1 parent 63b04d9 commit ca2c17a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ ffmpeg -f lavfi -i \
107107
`torch` and `torchcodec`.
108108

109109
2. Install FFmpeg, if it's not already installed. Linux distributions usually
110-
come with FFmpeg pre-installed. TorchCodec supports all major FFmpeg versions
111-
in [4, 7].
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.
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`:
@@ -148,7 +148,8 @@ 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

150150
1. Install FFmpeg with NVDEC support.
151-
TorchCodec with CUDA should work with FFmpeg versions in [4, 7].
151+
TorchCodec with CUDA should work with FFmpeg versions in [4, 7] on all platforms,
152+
and FFmpeg version 8 is supported on Linux.
152153

153154
If FFmpeg is not already installed, or you need a more recent version, an
154155
easy way to install it is to use `conda`:

src/torchcodec/_core/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def load_torchcodec_shared_libraries():
6969
raise RuntimeError(
7070
f"""Could not load libtorchcodec. Likely causes:
7171
1. FFmpeg is not properly installed in your environment. We support
72-
versions 4, 5, 6 and 7.
72+
versions 4, 5, 6, and 7 on all platforms, and 8 on Mac and Linux.
7373
2. The PyTorch version ({torch.__version__}) is not compatible with
7474
this version of TorchCodec. Refer to the version compatibility
7575
table:

0 commit comments

Comments
 (0)