- From: Allen Qiu <allenqiu@yeah.net>
- Date: Thu, 3 Mar 2011 10:28:01 +0800 (CST)
- To: "Zi Bin Cheah" <zibin@opera.com>
- Cc: 中文HTML5同樂會ML <public-html-ig-zh@w3.org>
- Message-ID: <21ce704a.64a.12e798b1702.Coremail.allenqiu@yeah.net>
Firefox 4.0 以下的版本还不支持webm格式的视频,现在只能用ogg了! -- Allen Qiu MSN:allen.qiu@live.com 在2011-03-03 10:09:07,"Zi Bin Cheah" <zibin@opera.com> 写道: > >On Mar 3, 2011, at 2:27 AM, Allen Qiu wrote: > >> 恭贺恭贺! >> Html5还需要完善和统一! >> 最近我在做视频页面的时候就碰到的问题,根据Html5 >> 建议,目前网页中播放视频的建议方法,是根据浏览 >> 器调用不同的视频格式: >> <video width="250" height="188" controls="controls" preload="auto" >> poster="src/5.jpg"> >> <source src=".mp4" type='video/mp4; codecs="avc1.42E01E,mp4a.40.2"' /> >> <source src=".webm" type='video/webm; codecs="vp8, vorbis"' /> > >firefox, opera 和 chrome 已经支持 webm > >IE9也跳出来说支持,不过据我所知,RC9还没有webm。 >[1]IE9目前为止在windows可以调用OS里面的第三方Webm插 >件。 > >Safari就不用说, H.264。firefox和opera不支持H.264是考虑到版 >权问题,(Safari也考虑到这点?) :-) > >[1]http://blogs.msdn.com/b/ie/archive/2011/02/02/html5-and-web-video-questions-for-the-industry-from-the-community. >aspx > >总结:混战,哎 > >> <source src=".ogv" type='video/ogg; codecs="theora, vorbis"' /> > >支持这个的厂家也都支持webm了 > >> <!--IE9以下浏览器--> >> <object type="application/x-shockwave-flash" data=".swf" width="250" >> height="188" > >> img src=".jpg" alt="" title="" /> >> </object> >> </video> >> 一个视频等于要转4种格式出来,特别是OGV格式,不但 >> 转视频的免费软件找不到,而且在Firefox下面播放加载 >> 的时间也比其他浏览器慢,各位可测试一下: >> http://www.industrysourcing.com/ezine/html5/ >> >> >> -- >> Allen Qiu >> MSN:allen.qiu@live.com >> >> >> > >> > > >Regards, > >Zi Bin Cheah / 谢子斌 > >Web Evangelist >/ Developer Relations / Site Compatibility / Products Group / > >Opera Software ASA, Oslo, Norway >+ 47 23 69 25 81 / twitter: zibin > > > > > > > > > > > >
Received on Thursday, 3 March 2011 02:29:05 UTC