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.
2 parents fbf1611 + f643f22 commit 0439b37Copy full SHA for 0439b37
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