Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0439b37

Browse files
authored
Merge pull request #28965 from anntzer/iof
Suggest imageio_ffmpeg to provide ffmpeg as animation writer.
2 parents fbf1611 + f643f22 commit 0439b37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

galleries/users_explain/animations/animations.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,8 @@ def update(frame):
251251
# writer="imagemagick", extra_args=["-quality", "100"])
252252
#
253253
# (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

Comments
 (0)