Matplotlib-Animation “No MovieWriters Available”

后端 未结 8 1179
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 18:40

Under Linux, I\'ve been checking out matplotlib\'s animation class, and it seems to work except that I cant initialise the movie writer to write out the movie.

Using

8条回答
  •  抹茶落季
    2020-12-07 19:14

    For fellow googlers using Anaconda, install the ffmpeg package:

    conda install -c conda-forge ffmpeg
    

    This works on Windows too.

    (Original answer used menpo package owner but as mentioned by @harsh their version is a little behind at time of writing)

提交回复
热议问题