Skip to content

Commit fc65220

Browse files
committed
update instructions
1 parent c1ad079 commit fc65220

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ System Requirements
8282
- NVIDIA driver >= r570;
8383
- **Python 3 64-bit**
8484
- Windows:
85-
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 7.0
85+
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 8.0
8686
- Linux:
8787
- `Mono <https://www.mono-project.com/download/stable/#download-lin>`__ Common Language Runtime >= 6.6
8888
- `pythonnet <http://pythonnet.github.io>`__
89-
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 7.0
89+
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 8.0
9090

9191
What's Included
9292
---------------
@@ -114,7 +114,7 @@ Windows prerequisites
114114

115115
*FFmpeg:*
116116

117-
FFmpeg shared libraries >= 7.0 are required to enable video encoding features (ffmpeg 8.0 recommended). Visit `FFmpeg site <https://ffmpeg.org/download.html>`__ and
117+
FFmpeg shared libraries >= 8.0 are required to enable video encoding features. Visit `FFmpeg site <https://ffmpeg.org/download.html>`__ and
118118
go to the site with pre-built Windows binaries. Download the *full-shared* package. Unpack it to a new folder. You'll need to add path to dll files (the `bin` folder, which
119119
contains exe's and dll's) to your `PATH` environment variable.
120120

@@ -171,7 +171,7 @@ After successful installation you should be able to do python's import:
171171
172172
*FFmpeg:*
173173

174-
FFmpeg shared libraries >= 7.0 are required to enable video encoding features (ffmpeg 8.0 recommended). Uninstall older version first.
174+
FFmpeg shared libraries >= 8.0 are required to enable video encoding features. Uninstall older version first.
175175
Visit `FFmpeg site <https://ffmpeg.org/download.html>`__ and download the most recent release sources. Unpack it to a new folder, cd to it.
176176
Configure, compile and install as below::
177177

0 commit comments

Comments
 (0)