On Wed, Jun 24, 2009 at 3:32 AM, Vinzent
Steinberg<[email protected]> wrote:
>
> On Jun 24, 8:23 am, Ondrej Certik <[email protected]> wrote:
>> Hi,
>>
>> thanks to flowplayer[0] one can easily host any video on a webpage,
>> here is a demo:
>>
>> http://certik.github.com/record/
>
> The quality is partly quite bad, so you can hardly read the text due
> to rendering artifacts.
That is just due to the conversion first to avi and then to flv. I
think playing with mencoder options would allow to encode with better
quality, because I know that FLV can store things that you will not
recognize a difference.
>
> Firefox 3.5 allows embedding Theora directly.
Yes, I am looking forward to that (in fact I have firefox3.5 already
installed and indeed it works great). But not everyone is using
firefox, so flash is the only way to make things working in all
browsers so far. Hopefully later we can change the html embedding tags
to just use the builtin canvas and the browser will be able to play
it.
Btw, here is how to embed into our sphinx docs:
.. raw:: html
<a
href="http://sage.math.washington.edu/home/ondrej/scratch/video/v.ogv.flv"
style="display:block;width:667px;height:488px" id="player"> </a>
<script
src="http://femhub.googlecode.com/svn/trunk/swf/flowplayer-3.1.1.min.js"
type="text/javascript"> </script>
<script type="text/javascript">
flowplayer("player",
"http://femhub.googlecode.com/svn/trunk/swf/flowplayer-3.1.1.swf");
</script>
so I'll try to create a few more git tutorials and then embed them in
the sphinx docs, but I'll host them on youtube, so that we don't have
to host the video files.
Ondrej
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy" 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/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---