Live data from Hacker News

Gfycat - Jiffier gifs through HTML5 video conversion

gfycat.com

31–40 of 78 posts

Re: Gfycat - Jiffier gifs through HTML5 video conversion

#32
If someone can create a simple Firefox/Chrome addon that takes imgur .gif links, and automatically converts the URL from this:

    http://i0.kym-cdn.com/photos/images/original/000/666/838/7fb.gif
To this:

    gfycat.com/fetch/http://i0.kym-cdn.com/photos/images/original/000/666/838/7fb.gif
I'm sure it would easily become a top 20 addons hands down.

Re: Gfycat - Jiffier gifs through HTML5 video conversion

#37
post #28
post #25

Earlier quoted context omitted.

No, every mobile can process a 80ties picture format in tiny resolutions. 90ies computers could do that without a problem without any allocation an needed only a fraction of their cpu. Now we have quadcore cpus clocked at >1 GHz in our mobiles. It's just the saved bandwidth. And, btw, hardware allocation is a way overrated. There is a HEVC software implementation for the iphone. Just compare the complexity of HEVC to…

The problem isn't the peak capability of the hardware: it's the strategy used to handle the content. In most web browsers animated GIFs are treated as images, which depending on the browser causes a whole host of potential side-effects (kept around or animating when offscreen, all frames kept in memory, etc.) Video is video and is in general more properly streamed, evicted from memory, and halted when offscreen.

Yep.

"... But in the worst case all your elements might be grouped into a single layer and the browser has to repaint every single element. And, when it’s done, it still needs to upload everything to the GPU. All of this is work occurs for every GIF frame..."

http://www.html5rocks.com/en/tutorials/speed/animated-gifs/

Re: Gfycat - Jiffier gifs through HTML5 video conversion

#39
post #6

GIF is a terrible format for video, but OTOH it's fairly lightweight for the browser for simple animation. Historically, playing video in the browser has required loading plugins, increasing the attack surface of the browser quite a bit, as well as inflating memory usage, increasing fragility, etc. HTML5 video is also blocked by my flash blocker. Up until the latest version of Firefox, animated gifs were blocked by m…

Gif is terible. APNG are way better but only firefox support them. https://people.mozilla.org/~dolske/apng/demo.html

Re: Gfycat - Jiffier gifs through HTML5 video conversion

#40
This is excellent. I've been dealing with weather radar images lately, and they're all terrible animated gifs. This sizes them down nicely.

A service like this really needs to support oEmbed. The oEmbed spec is pretty simple and it would make this more widely usable by popular blogging platforms, and make it easier to use on responsive websites. http://oembed.com/

Post reply on HN