WRT "file formats supported by which browsers",  you should also look at the canPlayType() function on the HTMLMediaElement object itself, which you can check at runtime.<br><br><a href="http://www.w3.org/TR/html5/video.html#dom-navigator-canplaytype">http://www.w3.org/TR/html5/video.html#dom-navigator-canplaytype</a><br>
<br>I realize right now you just want to figure out the formats into which to transcode!  Once you are confronted with a browser hitting your server, that _should_ be the way to query the video tag and decide which URL to point it towards.<br>
<br>For webOS we have a page listing the supported types and containers:<br>   <a href="http://developer.palm.com/index.php?option=com_content&view=article&id=1752#supported_video_formats">http://developer.palm.com/index.php?option=com_content&view=article&id=1752#supported_video_formats</a><br>
<br><br clear="all">Rik Sagar, San Jose, CA 95124<br>Visit : <a href="http://sagar.org/">http://sagar.org/</a><br> <br>  +1-408-799-4589  (mobile)<br>  0113-815-1583 (from UK)<br>
<br><br><div class="gmail_quote">On Thu, Jan 27, 2011 at 6:43 AM, Saurabh Jain <span dir="ltr"><<a href="mailto:saurabh@skjworld.com">saurabh@skjworld.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Please help us by giving a definite list of which HTML video and audio file formats are supported by which browsers. Also please send a list of good converters which can convert different audio and video file formats to and from those HTML 5 supported audio and video formats. Also are their any HTML 5 video and audio editing softwares available?<div>

<br></div><div>Also is there any way to copy protect HTML 5 audio and video?<br clear="all"><br>-- <br>Saurabh Jain<br>Director<br>SKJ Technologies Private Limited<br><a href="http://www.skjworld.com" target="_blank">http://www.skjworld.com</a><br>

Author : Mobile Phone Programming using Java ME (J2ME)<br><a href="http://library.skjworld.com/mobile-technology/java/java-me" target="_blank">http://library.skjworld.com/mobile-technology/java/java-me</a><br>
</div>
<br>_______________________________________________<br>
Help mailing list<br>
<a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>
<a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
<br></blockquote></div><br>