Username: 
Password: 
Restrict session to IP 

Linux Screen Capture to gif

Global Rank: 253
Totalscore: 87267
Posts: 1638
Thanks: 1338
UpVotes: 886
Registered: 16y 68d




Last Seen: 1d 19h
The User is Offline
Linux Screen Capture to gif
Google/translate0Thank You!0Good Post!0Bad Post! link
So today i wanted to write a small tutorial html page.
I thought maybe it is not bad to have animated gifs as instructional images.

Well, with linux it was kinda trivial to make it work Smile

GeSHi`ed bash code for screengiffed.sh
1
2
3
4
56
7
8
9
1011
12
13
 
#!/bin/bash
cd ${0%/*}
mkdir ./gifs
rm ./out.ogvrm ./out.gif
rm gifs/out.gif
sleep 3
beep
recordmydesktop --no-soundffmpeg -i out.ogv -pix_fmt rgb24 -r 6 -s 800x600 out.gif # 10 FPS
convert -layers Optimize out.gif gifs/out.gif
 


Of course there is lot´s of room for improving, but i will upload my first try with that little script:
(attachment takes a while)
out.gif
The geeks shall inherit the properties and methods of object earth.
tunelko, quangntenemy, TheHiveMind, Z, balicocat, Ge0, samuraiblanco, arraez, jcquinterov, hophuocthinh, alfamen2, burhanudinn123, Ben_Dover, stephanduran89, braddie0, JanLitwin17, SwolloW, dangarbri have subscribed to this thread and receive emails on new posts.
1 people are watching the thread at the moment.
This thread has been viewed 5928 times.