These would make great examples for the sage wiki!

On Fri, Feb 10, 2012 at 2:55 AM, Vegard Lima <vegard.l...@gmail.com> wrote:
> On Fri, Feb 10, 2012 at 7:53 AM, Jonathan Bober <jwbo...@gmail.com> 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't
>> play. I can download the movie and play it locally, though, and maybe some
>> other web browsers would play it.)
>
> Very nice example. I tried adding the line (locally, didn't try on sagenb.org)
>
> os.system("ffmpeg -i movie.avi movie.webm")
>
> and then I got a webm file that at least firefox plays without problem.
> For some reason it didn't work in Chromium, which is kind of odd.
>
>
> Cheers,
> --
> Vegard Lima
>
> --
> To post to this group, send email to sage-support@googlegroups.com
> To unsubscribe from this group, send email to 
> sage-support+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to