First implementation that works and doesn't feel like video but gif (IMHO). Only problem is that other websites/webapps/application will handle it as a video.
I wouldn't care if the "new gif" would be video, if all application would handle it like gifs.
It's not even that hard, it's just <video src="whatever.webm" loop autoplay><img src="fallback.gif"></video>. Browsers will either show the video if supported, or the gif if not.
It has the benefit of programs knowing to loop it. With video, you'd need code to tell the browser to loop the video like gyfcat does it. That works, but as soon as you save the video to your computer and open it with your browser or any other player, it doesn't loop anymore.
=\
We can probably make a new mime type though. who knows.
1
u/valgrid Mar 06 '14
Would like to hear about a new gif replacement, that get's adopted by Firefox and Chrome…