From ab1bb43e7419d59387d6a48f6a79dd501dc127fd Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:11:34 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- matplotlib/animation_and_slider/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matplotlib/animation_and_slider/README.md b/matplotlib/animation_and_slider/README.md index 61ad7f8..fffa6ef 100644 --- a/matplotlib/animation_and_slider/README.md +++ b/matplotlib/animation_and_slider/README.md @@ -169,6 +169,8 @@ if movie_filename is not None: Please note that you may need the [ffmpeg binaries](https://www.ffmpeg.org/download.html) for MP4. The ffmpeg files need to be accessable by Python. i.e. Python needs to know where they are. Under Windows it is helpful to place the three exe files in the binary directory of Python. Under Linux, the distribution package manager should take care of it. +There are other options than MP4! + ## Interactive Python session There are several options if you don't run it from VS Code interactively. One options is this: