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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

HTML video still can't beat GIF

6 点作者 jimsteinhart将近 12 年前

3 条评论

ZeroGravitas将近 12 年前
Doesn&#x27;t seem to address the elephant in the room: that Apple, Nokia and Microsoft rejected Theora as a lowest common denominator fallback codec, and failed in their efforts to convince the relevant patent-holders to make Baseline H.264 available for use on the web and now are stonewalling WebM just because it doesn&#x27;t suit their business interests.<p>I&#x27;m fairly certain the other stuff would have fallen into place if a codec was widely supported.<p>edit: actually I suppose this is covered by &quot;browsers failed to support WebM as well as they support GIF.&quot; but it&#x27;s confusingly worded since Microsoft and Apple basically don&#x27;t support WebM at all, and the widespread usage that leads to a better interface (in the browser and in forum software) depends on that.
roc将近 12 年前
A bit of the trick and appeal to animated gif is no sound (at all) and (typically) low cruft: it&#x27;s the &#x27;money shot&#x27;, looped. no padding, no channel begging, optimized for download speed, no buffering, no pop-ups, no ads, no captions, etc.<p>I wouldn&#x27;t mistake its prevalence as evidence of any failing of &lt;video&gt;. When people -want- video, they know how to post, embed or share it. While geeks care about plug-in-free video, the people sharing animated gifs do not.
pedrocr将近 12 年前
The use case for animated GIF isn&#x27;t video even if it&#x27;s been pressed into that function. Even in 2013 I&#x27;ve evaluated the options and ended up using an animated GIF on new pages[1][2]. It&#x27;s the simplest tool available to do an animation, not a video. It sucks as a format though with it&#x27;s poor color handling and lack of compression.<p>Ideally I&#x27;d replace those GIFs with a bunch of JPGs and a touch of javascript to cycle between them. It would even allow me to have the animation only start when the image is first visible, whereas now it just cycles indefinitely. But all that would require a bunch of work and the animated GIF was easy to create.<p>PS: I need to go pester the posthaven guys to implement auto cycling of photographs in their galleries to replace the ugly GIFs.<p>[1] <a href="http://blog.corujas.net/summer-recipes-gazpacho" rel="nofollow">http:&#x2F;&#x2F;blog.corujas.net&#x2F;summer-recipes-gazpacho</a><p>[2] <a href="http://blog.corujas.net/summer-recipes-francesinha-portos-famous-sandwich" rel="nofollow">http:&#x2F;&#x2F;blog.corujas.net&#x2F;summer-recipes-francesinha-portos-fa...</a>