- From: Philip Jägenstedt <philipj@opera.com>
- Date: Sun, 06 Mar 2011 08:37:57 +0100
- To: "numbchild@gmail.com" <numbchild@gmail.com>
- Cc: "public-html-ig-zh@w3.org" <public-html-ig-zh@w3.org>
音频和视频都是用一个问题:没有一个所有浏览器都能支持的格式。等MP3的专利到期了我估计所有浏览器都会支持MP3,可是目前还是需要用Ogg Vorbis。Vorbis的质量比MP3好得多,所以这也有好处。 On Sat, 05 Mar 2011 18:36:40 +0100, numbchild@gmail.com <numbchild@gmail.com> wrote: > 谢谢 philip,有没有全部浏览器都支持的格式啊? webM之类的? > > i try to detoxify my memory. i try to make love with you to have the high > tide. > > > > > > 2011/3/5 Philip Jägenstedt <philipj@opera.com> > >> On Sat, 05 Mar 2011 12:58:17 +0100, chris M. sprite >> <numbchild@gmail.com> >> wrote: >> >> html5 中 audio 支持那几种音频格式? >> 我在chromium中尝试了下mp3,但是无法播放,换了其他文件也不行。 >>> <audio src="one.mp3" preload loop autoplay></audio> >>> >> >> 你可以参看一下<http://wiki.whatwg.org/wiki/Video_type_parameters#Browser_Support >> >。 >> >> 主要的4个格式是: >> >> 1. WAVE (audio/wave) —— Opera、Firefox、Chromium、Safari >> >> 2. Ogg Vorbis (audio/ogg) —— Opera、Firefox、Chromium >> >> 3. MP3 (audio/mpeg) —— Safari、IE9 >> >> 4. MPEG-4 AAC (audio/mp4) —— Safari、IE9 >> >> WAVE是个无损格式,建议不要用。 >> >> 总之,想支持Opera、Firefox、Chromium可以用Ogg >> Vorbis,想支持Safari、IE9可以用MP3或MPEG-4 AAC。 >> >> -- >> Philip Jägenstedt >> Core Developer >> Opera Software -- Philip Jägenstedt Core Developer Opera Software
Received on Sunday, 6 March 2011 07:38:35 UTC