|
|
|
|
|
by callahad
4380 days ago
|
|
> Video files, even files compressed with modern codecs, are really big, and the concepts are generally really hard for most people to grok. As the article points out, the video files are generally much smaller than the source gifs. Similarly, while there are real impediments to transcoding for many developers, I'm confident that the Twitter engineers in this specific case are capable of building a VP8 pipeline. After all, they built one for H.264. At that point, achieving universal support is as simple as having two <source> tags inside your <video> tag. It's not difficult at all: http://www.html5rocks.com/en/tutorials/video/basics/#toc-spe... |
|
I think the real solution is to automate this and allow the client to request on-the-fly transcodes to the formats the browser can support, similar to the way some UPnP servers work.