Skip to content

Commit ee8ce04

Browse files
authored
Update README for Windows FFmpeg installation (#1122)
1 parent f6a8161 commit ee8ce04

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,11 @@ ffmpeg -f lavfi -i \
106106
versions, refer to the table below for compatibility between versions of
107107
`torch` and `torchcodec`.
108108

109-
2. Install FFmpeg, if it's not already installed. Linux distributions usually
110-
come with FFmpeg pre-installed. TorchCodec supports supports all major FFmpeg versions
111-
in [4, 8].
109+
2. Install FFmpeg, if it's not already installed. TorchCodec supports supports
110+
all major FFmpeg versions in [4, 8].
111+
Linux distributions usually come with FFmpeg pre-installed. You'll need
112+
FFmpeg that comes with separate shared libraries. This is especially relevant
113+
for Windows users: these are usually called the "shared" releases.
112114

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

0 commit comments

Comments
 (0)