I created OGV videos with the gtk-recordmydesktop
screencasting program, trying to tackle this problem here with bruteforce over X. I can view the videos with VLC.
Now, the task is to find some ways to convert OGV videos into GIF animations so I can display them on SE. How can I do that?
-limit map 1
to convert (got a "Killed" otherwise). – Ax3l Sep 08 '14 at 15:12-limit map 1
to the command did not fix it. – max pleaner Oct 21 '15 at 21:19ffmpeg -i output/00000%03d.jpg output.gif
http://unix.stackexchange.com/questions/24014/creating-a-gif-animation-from-png-files – Gelldur Jul 13 '16 at 16:07convert output/* -fuzz 10% -layers Optimize optimised.gif
is possible as well, and noticeably faster than the two-command path. Also,mplayer
readily createspng
screenshots as well, which may be preferred for captures of websites or GUIs. – Raphael Oct 04 '17 at 10:09