Re: [Matplotlib-users] Problem with ani.save

2011-12-29 Thread elmar werling
yeap, thanks a lot. after installing ffmpeg everything is working smoothly. On 29.12.2011 12:12, Fabrice Silva wrote: > It seems that the Animation.save method assume that ffmpeg is installed, > as there is no cmd_gen keyword argument for this method. > > As a quick and dirty fix, you may chan

Re: [Matplotlib-users] Problem with ani.save

2011-12-29 Thread Fabrice Silva
It seems that the Animation.save method assume that ffmpeg is installed, as there is no cmd_gen keyword argument for this method. As a quick and dirty fix, you may change the imposed commandline constructor overloading the ffmpeg_cmd method ani.ffmpeg_cmd = ani.mencoder_cmd or, if you pr