【发布时间】:2014-05-02 19:52:16
【问题描述】:
我正在尝试使用Python-Matplotlib 制作动画。
我正在使用本教程:
http://jakevdp.github.io/blog/2012/08/18/matplotlib-animation-tutorial/
当我刚刚执行时,第一个示例中的动画效果很好
Python 脚本,但是为了能够保存它 (anim.save command),
我不得不添加 'writer=animation.FFMpegFileWriter()' 作为参数。然而现在
保存的文件播放速度比原始文件慢很多。其实视频
总是 40 秒长,无论我在
FuncAnimation 对象。
关于如何解决此问题的任何建议?
感谢您的帮助:)
【问题讨论】:
标签: python animation matplotlib save