Something I've wanted for a while was an easy way to make simple gif animations or videos of small sections of my screen. Thankfully, gifine [github] has come along and seems to fit my needs perfectly.
The tool is built by 'leafo' who runs itch.io and as usual (they do a lot of open stuff!) it's totally open source under the MIT license.
It's so damn simple to use which is why I love it! You draw a box on the screen and record away, then you can adjust the frames and export it to a gif or an MP4. It's simple and does the job.
Here's a small example of the fun that awaits you:
It could be incredibly useful for small snippets for games, tutorials and so on.
It would be fun to see some more people hack away at it and make it more stable, have more little features and so on.
The tool is built by 'leafo' who runs itch.io and as usual (they do a lot of open stuff!) it's totally open source under the MIT license.
It's so damn simple to use which is why I love it! You draw a box on the screen and record away, then you can adjust the frames and export it to a gif or an MP4. It's simple and does the job.
Here's a small example of the fun that awaits you:
It could be incredibly useful for small snippets for games, tutorials and so on.
It would be fun to see some more people hack away at it and make it more stable, have more little features and so on.
Some you may have missed, popular articles from the last month:
*FLOSS plz, not open source.
0 Likes
I just felt a sudden urge to animate stuff. :)
0 Likes
I wish it also did webm. GIFs are going out the door
3 Likes, Who?
Neat it looks like it even has the gif optimization built right into the exporting. That goes a long way in making the program ridiculously easy to use and provides an actually useful result. Took me a while to figure out why my gif's were coming out so crappy and this software seems to take that issue right out of the equation.
0 Likes
Quoting: XicronicI wish it also did webm. GIFs are going out the doorYeah, GIF is ancient and unnecessarily limited. Does the job though. Anyway, you can convert the result to webm or whatever with some ffmpeg magic if you don't mind the added lossy compression.
0 Likes
2 Likes, Who?
Nice, I'll give this a try.
In the meantime, for all my gif needs, I'm still using ffmpeg + imagemagick
ffmpeg -i someinput.file -r 14 -vf scale=320:-1 -f image2pipe -vcodec ppm - | convert -delay 7 -loop 0 - output.gif
Or even, ffmpeg alone :
ffmpeg -i someinput.file -vf scale=320:-1 -r 12 output.gif
In the meantime, for all my gif needs, I'm still using ffmpeg + imagemagick
ffmpeg -i someinput.file -r 14 -vf scale=320:-1 -f image2pipe -vcodec ppm - | convert -delay 7 -loop 0 - output.gif
Or even, ffmpeg alone :
ffmpeg -i someinput.file -vf scale=320:-1 -r 12 output.gif
1 Likes, Who?
Quoting: XicronicI wish it also did webm. GIFs are going out the door
For those that use gnome-shell, I believe this functionality is built in.
Ironically one of the features of the Note 7 was to be able to make animated gifs by selecting a portion of your screen.
edit: Control+Alt+Shift+R is the keyboard shortcut for the gnome-shell screencast. Doesn't seem to be there currently for Debian Sid though, but then Gnome updated it's keyboard shortcuts dialog for 3.22.
Last edited by slaapliedje on 28 December 2016 at 12:09 am UTC
0 Likes
For gifs I prefer QGifer, https://github.com/int-0/QGifer even though it's a bit outdated and visually fails many times it's still the best thing to make gifs from video i've ever seen.
0 Likes
0 Likes
See more from me