#7298: use html5 video tag for animations
------------------------+---------------------------------------------------
Reporter: whuss | Owner: whuss
Type: defect | Status: new
Priority: major | Milestone: sage-4.2.1
Component: graphics | Keywords: animation, video
Work_issues: | Author:
Reviewer: | Merged:
------------------------+---------------------------------------------------
The attached patch adds support for creating Ogg Theora videos from
animation objects.
The resulting video files are embedded into the notebook using the
html5 video tag.
The show method of animations now works more like the one of
Graphics objects. Animations can now be embeddend in html fragments,
for example using html.table().
By default animations are still created as animated gifs. To get
a Theora video from an animation "a" use:
{{{
a.show(format = 'ogv')
}}}
Depends on libtheora and libogg spkg's (Trac: #7297).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7298>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---