Re: [sage-support] Re: Programming animation

2012-02-10 Thread David Joyner
These would make great examples for the sage wiki! On Fri, Feb 10, 2012 at 2:55 AM, Vegard Lima wrote: > On Fri, Feb 10, 2012 at 7:53 AM, Jonathan Bober wrote: >> os.system("mv my_anim/movie.avi movie.avi; rm my_anim/*; rmdir my_anim") >> ## >> >> (I had no idea if this would work on sag

Re: [sage-support] Re: Programming animation

2012-02-09 Thread Vegard Lima
On Fri, Feb 10, 2012 at 7:53 AM, Jonathan Bober wrote: > os.system("mv my_anim/movie.avi movie.avi; rm my_anim/*; rmdir my_anim") > ## > > (I had no idea if this would work on sagenb.org, so I tried, and it does. > Sure enough, though, the output of mencoder is some format that Chrome won'

Re: [sage-support] Re: Programming animation

2012-02-09 Thread Jonathan Bober
On Thu, Feb 9, 2012 at 6:19 PM, Nils Bruin wrote: > > Another thing is that for longer animations, an animated GIF is > probably not the best format. You should probably use something that > can collate a bunch of frames into an mpeg movie or similar. I am sure > there are command-line programs f