TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WebM support on 4chan

229 pointsby ivariousabout 11 years ago

12 comments

valarauca1about 11 years ago
This is a very big moment for WebM. I feel 4chan has become the &#x27;porn&#x27; industry of the internet. With VHS vs Betamax the largely deciding factor was which standard porn supported (this was again to a lesser extent with bluray).<p>The general lack of adoption of animated png&#x27;s is often pointed squarely on 4chan. Since it generated most of the web&#x27;s viral funny content. And since most of it was in .gif, who needs to support .apng?<p>Hopefully we will see the opposite with WebM. More general funny content, more drive for it to be adopted on sites like reddit (which already to some extent uses gifcat on some subs), and imgur. Which will snowball its general adoption.
评论 #7541518 未加载
评论 #7541527 未加载
评论 #7543244 未加载
评论 #7543016 未加载
mootabout 11 years ago
More details here: <a href="http://blog.4chan.org/post/81896300203/webm-support-on-4chan" rel="nofollow">http:&#x2F;&#x2F;blog.4chan.org&#x2F;post&#x2F;81896300203&#x2F;webm-support-on-4chan</a>
评论 #7541633 未加载
评论 #7541667 未加载
评论 #7541645 未加载
评论 #7541576 未加载
评论 #7541560 未加载
评论 #7541657 未加载
sprashabout 11 years ago
WebM is clearly a far inferior experience compared to gif on firefox:<p>- at the start there is a stupid &quot;fade in&quot; effect.<p>- the loading animation does sometimes not disappear even though the video has fully loaded.<p>- the loading animation is generally annoying. Gifs just stop when bufffering and continue as soon as there is new data.<p>- a useless control bar shows at the bottom on hovering.<p>- Unlike gifs the video does not stop when you scroll beyond it which causes a huge amount of processor load.
评论 #7542897 未加载
评论 #7542847 未加载
评论 #7544356 未加载
评论 #7542782 未加载
评论 #7542832 未加载
评论 #7545172 未加载
bstar77about 11 years ago
Has anyone had experience optimizing for webm? I really want to support this codec, but it&#x27;s insanely slow in my experience. I&#x27;m finding that it&#x27;s generally around 4x slower than mp4, but I&#x27;ve also had cases where it&#x27;s taken up to a minute to encode a file where h264 take under 10 seconds.<p>My use case is to have the best performance&#x2F;quality ratio for a 30 second video under 3mb.<p>These are my ffmpeg flags:<p>h264: &quot;-vcodec libx264 -crf 28&quot;<p>webm: &quot;-c:v libvpx -qmin 0 -qmax 50 -crf 5 -b:v 1M -c:a libvorbis -aq 4&quot;<p>The video I tested with these setting last night took 5 seconds on h264 and 35 seconds for webm, both outputting to a 2.6mb file.<p>System Specs: - Intel Core i7 4770 Quad-Core 3.4GHz - 16gb 1866mhz memory - ssd drive - 64bit ubuntu 12.04 lts<p>What further frustrates this is that I can use OpenCL to improve encoding times even more, but only with h264 in ffmpeg (as far as I know).
评论 #7542076 未加载
评论 #7541950 未加载
评论 #7541691 未加载
评论 #7544751 未加载
评论 #7541903 未加载
kallebooabout 11 years ago
Any reason to not support h264, which seems to have similar levels of browser support? (trades Firefox on Linux&#x2F;OS X&#x2F;WinVista for support on IE&#x2F;Safari&#x2F;iOS&#x2F;Android)
评论 #7541742 未加载
评论 #7541724 未加载
aspensmonsterabout 11 years ago
Awesome! I&#x27;m still waiting for other sites like imgur to get with the program :D<p>Edit: Thread 2 (Yeah, 4chan, possibly probably nsfw, etc): <a href="http://boards.4chan.org/g/res/41215438#p41215438" rel="nofollow">http:&#x2F;&#x2F;boards.4chan.org&#x2F;g&#x2F;res&#x2F;41215438#p41215438</a>
评论 #7541544 未加载
kissickasabout 11 years ago
OP&#x27;s link is 404ing and moot&#x27;s won&#x27;t connect at all for me. There&#x27;s no way HN took down 4chan. Anyone have additional info&#x2F;a mirror?
评论 #7541640 未加载
评论 #7541632 未加载
pippyabout 11 years ago
WebM is a fantastic step forward. I prefer gfycat links over imgur gifs when browsing reddit (gfycat is a service that converts gifs to WebM). It does have minor teething problems (controls, loading animations, etc) but its advantages outweigh its negatives.<p>WebP however for some reason hasn&#x27;t gained as much traction as WebM. Firefox refuses to merge support, despite the fact it leverages the same library is WebM. I&#x27;d like to see WebP gain support more than WebM, Google&#x27;s mod_speed converts images to WebM if using the Chrome browser to save on bandwidth.
评论 #7544824 未加载
shmerlabout 11 years ago
One problem I have is that there is no way to set format priority which would override page order. And because of some Apple&#x27;s stupid bugs in Safari most pages list mp4 first. Current Firefox already supports mp4&#x2F;H.264 through gstreamer, so it always picks that first even if WebM is available.<p>I&#x27;d prefer to set some option of &quot;free codecs first&quot;.
X-Istenceabout 11 years ago
Where can I go download a plugin for Safari on OS X?
frozenportabout 11 years ago
It doesn&#x27;t autoplay.
stefantalpalaruabout 11 years ago
Why not use a &lt;video&gt; tag with the &#x27;loop&#x27; attribute to better simulate animated GIFs?
评论 #7542042 未加载
评论 #7542199 未加载
评论 #7541717 未加载