You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
118
118
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
119
119
contains exe's and dll's) to your `PATH` environment variable.
120
120
@@ -171,7 +171,7 @@ After successful installation you should be able to do python's import:
171
171
172
172
*FFmpeg:*
173
173
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.
175
175
Visit `FFmpeg site <https://ffmpeg.org/download.html>`__ and download the most recent release sources. Unpack it to a new folder, cd to it.
0 commit comments