Please use silent HTML5 videos instead of animated GIFs wherever possible. They are much more bandwidth- and CPU-efficient. This site allows you to automatically upload/convert animated GIFs into that format: http://gfycat.com/
The links allow you to see the animated GIFs as well, if viewer's device doesn't support HTML5.
Yes, if you right click (at least in Firefox) there is an option to download the WebM file. And you can get a direct link, although that doesn't really make sense, since if you're sending it to somebody, they probably want the option of watching the WebM version or the GIF version.
Yep, that's how I do my gif conversions because it allows for much finer control, and often returns better results. I built an entire app around abstracting this technique: http://gifmachine.xwl.me/
Yes, I guess I could figure out such options but let me explain what problem I have. I take multiple photos (e.g. my camera can take 10 photos per second) and want to make video from that. Gif is poor option as photos are taken with hand and are shaky a little bit. Gif will get big in size because of that alone. Video (e.g. webm) is very good alternative for that. Your project (?) offers option to add text (and other nice little details) and that makes it killer alternative.
I haven't used this, but it looks like this might be what you're looking for [1]. Construct with a folder name and framerate and then use the to_videofile method.
The problem, for me, is that HTML5 video is a technical solution with no social advantage. There are so many places on the web where images are allowed that videos will never be allowed -- for good reason. Forums, comment threads, etc.
What we need is an image container format that allows for a silent (and only silent) video stream to be embedded. A better GIF. Something that site maintainers would feel entirely comfortable in allowing.
A new format would be overkill. Websites can just set the "muted" attribute on video elements. If you also set "loop" & "autoplay" and hide the controls, you've got a video that acts just like a GIF.
Why don't the powers that be make a new image animated image format that is bandwidth conservative? I don't get why Google/Apple/Microsoft/Adobe haven't jumped on this. Or maybe I do, they don't use animated GIFs. Fuck. If only Reddit/imgur/Internet forums had any lobbying power.
One of the big failures of HTML5 videos is the missing viral aspect. I can see a funny gif, then save it and then email it on to whoever and they can watch it.
Hopefully all of this will play out and it will be easier, now it is not.
Anyone done a benchmark of this vs AVISynth? I have software I wrote in AVISynth for doing 2d to 3d Stereoscopic upconversion based on motion and parallax. I have often wished I had it in something more "real" like Python.
This is much nicer than my normal method of getting the frames with mplayer -vo png and then using ImageMagick to assemble the frames into an animated GIF.
43 comments
[ 3.3 ms ] story [ 94.9 ms ] threadThe links allow you to see the animated GIFs as well, if viewer's device doesn't support HTML5.
https://github.com/Zulko/moviepy/blob/master/moviepy/video/i...
What we need is an image container format that allows for a silent (and only silent) video stream to be embedded. A better GIF. Something that site maintainers would feel entirely comfortable in allowing.
Here's an idea: <img src="video.mp4">.
Updated semantics should be the same as the video tag.
If you have the time to do it yeah maybe. But for animated cat pictures with titles... http://blog.zencoder.com/2013/09/13/what-formats-do-i-need-f...
One of the big failures of HTML5 videos is the missing viral aspect. I can see a funny gif, then save it and then email it on to whoever and they can watch it.
Hopefully all of this will play out and it will be easier, now it is not.
Disclaimer: I made it with a friend and I'm baised.
[1] https://github.com/MediaCrush/MediaCrush
[2] https://news.ycombinator.com/item?id=6773039
[3] https://news.ycombinator.com/item?id=6189397
Also Python, but uses VideoLan (VLC) to some extent to create really nifty Star Wars gifs.
apt-cache search 'movie.<asterisk>python|python.<asterisk>movie'
... <squatmo-germane> ...
well, nutz.
(and how the hell do you type a real asterisk in this comment forum? tried escapes... tried html entities...)
Seems like a solution in search of a problem.