TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How many formats do I need for HTML5 video?

72 点作者 jon_dahl超过 14 年前

8 条评论

runjake超过 14 年前
I consider the HTML5 bible to be Mark Pilgrim's work-in-progress Dive Into HTML5 book, which is available online.<p>The part of the book that specifically covers this is:<p><a href="http://diveintohtml5.org/video.html#what-works" rel="nofollow">http://diveintohtml5.org/video.html#what-works</a><p>It's a great book with frequent updates and it covers everything, including local storage.
callmeed超过 14 年前
I recently started doing some tech-related screencasts for our clients (photographers) at <a href="http://bigfolio.tv" rel="nofollow">http://bigfolio.tv</a>.<p>I wanted it to be all HTML5 and I'm still experimenting. I ended up doing 3 H.264 versions (a large .mov and a large/small .m4v) and an Ogg file. Just to be safe, I put a couple download links for people.<p>I haven't had any complaints but I did notice that older version of iOS can't play it. Haven't really tested Android.<p>Getting them all converted and put on S3 is quite a PITA. Another thing I discovered–if you're putting Ogg files on S3, you have to make sure to set the mime-type or FireFox won't play it.
评论 #1765827 未加载
emehrkay超过 14 年前
Just ran into the mobile issue with file bitrates being too high. There are a lot of "gotchas" when doing html5 videos, but not too many that would scare you away from using it, you just need to test for a lot of cases.
ars超过 14 年前
If I were doing this today, I would choose just x264. Deliver it via the video tag, with flash as the fallback for firefox.
kierank超过 14 年前
Too many.
评论 #1765559 未加载
评论 #1765130 未加载
henriklied超过 14 年前
Is there a simple way to do live streaming with WebM yet?
chopsueyar超过 14 年前
No recommendation on the multiple bitrate settings? Anybody?
snissn超过 14 年前
which of those formats can ffmpeg convert to?
评论 #1767983 未加载
评论 #1767827 未加载