It is currently Sat Dec 02, 2017 4:22 pm Advanced search
The problem would not go away if the spec was less vague.kepardue wrote:I'm not entirely sure that this is the appropriate place to ask this questions since it is more generally related to browsers, but....
As a web developer, I'm concerned about how vague the <video> <audio> spec is on codecs.
Chrome supports both Theora and H.264.kepardue wrote:It seems as though we're approaching a polarized world where the biggest alternative browser, Firefox, is pushing Theora where everyone else is pushing H.264 (as indicated by Chrome and Safari).
I think Theora is getting better with regards to quality.kepardue wrote:My company has a significant number of videos that I'd like to offer, but not so much with the wait-and-see and apparently political/philosophical approach that Mozilla is taking with the lower-quality Theora.
http://lists.whatwg.org/pipermail/whatw ... 20035.htmlkepardue wrote:Mozilla has stated that they will not natively support H.264 since it is proprietary and not patent free, and yet Google Chrome is offering H.264 support out of the box for their own free browser. How can Chrome do this without incurring licensing fees for an H.264 decoder?
Chrome supports both Theora and H.264.
I think Theora is getting better with regards to quality.
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-June/020035.html
I don't think that is accurate.kepardue wrote:But it will never and was never intended to match h.264.
-- http://lists.whatwg.org/pipermail/whatw ... 20259.htmlSilvia Pfeiffer wrote:I think you may be underestimating the potential that is still in Theora. As Monty described in this May update http://web.mit.edu/xiphmont/Public/theora/demo7.html, there are still many improvements to be made on the encoder, but Thusnelda has already improved heaps without using h264 techniques. I wouldn't give up on Theora and quality video yet.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
You can do this with <video> like so:ahagen wrote:Why not just offer the H.264 video in an object element, and then for fallback content have the same video in Theora format in another object element? That way users get the better video if they have support for it, but still get a video if they only have Theora support.
<video>
<source src='foo.mp4'>
<source src='foo.ogv'>
<!-- fallback for legacy browsers here -->
</video>
You can do that with <video>, too.ahagen wrote:You could have additional levels of fallback, too, such as for WMV or anything.
Firefox could integrate with directshow to make H.264 in Windows 7 work with <video> if they wanted to.ahagen wrote:Windows 7 will have built-in support for H.264. I have tested Windows 7 beta. I believe it will be very popular. That would mean that a lot of your Firefox users will have access to H.264 in that way.
ahagen wrote:On the topic of XHTML 1.1, I seriously do not understand why people are so very intensely against serving it as text/html. First, it works. It just works. It validates at the W3C validator. The doctype has "html" in it:
- Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
ahagen wrote:I have never run into any problem serving XHTML 1.1 as text/html. Never a single problem. The only problem I've heard about is theoretical only. People, including very very smart people, say that "it's wrong." Yet, it does actually work. That's what matters to me. I only became interested in XHTML 1.1 because it seemed to be a more advanced form of HTML. I am not running XQuery against my XHTML pages or anything.
Users browsing this forum: No registered users and 0 guests