#7298: use html5 video tag for animations
-------------------------------------+-------------------------------------
       Reporter:  whuss              |        Owner:  whuss
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  graphics           |   Resolution:  fixed
       Keywords:  animation, video   |    Merged in:
        Authors:  Martin von Gagern  |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/gagern/ticket/7298               |  025c6c12fdaf4ac34636712b2ad5da5c315ec6e4
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vbraun):

 Supported means that we have code for trying to display that particular
 output type. There is not necessarily a guarantee that it'll work, you
 might be missing an external dependency (e.g. java). But if its
 unsupported then it can't possibly work because there is no code to do
 something with it.

 At the same time you don't have to make a different output type for each
 sub-type, its ok to lump together formats that are likely to be supported
 at the same time (e.g. because they are common in some type of container).
 For example, there is no !OutputImagePdf for each pdf version. But formats
 with a different mime type, say, aren't going to always be supported by
 the same player. In that sense their taxonomy is similar to mime types
 (but not exactly the same, e.g. support for multi-file output, jmol, ...)
 Just use your judgement. Is every video player going to be able to play
 animated gifs? I don't think so -> different output types.

 On top of my head, I would suggest the following:
 * !OutputVideoAnimatedGif
 * OutputVideoAnimatedPNG
 * !OutputVideoWebm
 * OutputVideoMp4
 * !OutputVideoFlash
 * !OutputVideoQuicktime

--
Ticket URL: <http://trac.sagemath.org/ticket/7298#comment:65>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to