Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b67cd commit f643f22Copy full SHA for f643f22
galleries/users_explain/animations/animations.py
@@ -251,3 +251,8 @@ def update(frame):
251
# writer="imagemagick", extra_args=["-quality", "100"])
252
#
253
# (the ``extra_args`` for *apng* are needed to reduce filesize by ~10x)
254
+#
255
+# Note that *ffmpeg* and *imagemagick* need to be separately installed.
256
+# A cross-platform way to obtain *ffmpeg* is to install the ``imageio_ffmpeg``
257
+# PyPI package, and then to set
258
+# ``rcParams["animation.ffmpeg_path"] = imageio_ffmpeg.get_ffmpeg_exe()``.
0 commit comments