When doing Android, want to make GIF to demonstrate the effect. Find a simple and feasible way:
The app runs in the simulator, recording with the recorder software, and then turning the video into GIF.
System: Ubuntu 15.04
Screen Recorder software: recordmydesktop
Video Turn Gif:mplay
The above two software can be found in the store directly installed, console with the command to install the line, this is not detailed.
1. Open Recordmydesktop, can be on the local recording screen, simple and convenient. A OGV video file is generated when the recording is complete (assuming it's called VIDEO.OGV)
2. Then throw this file into a folder (clearer and more convenient ~)
3. Open the console and enter the following command in turn
Mplayer-ao null Video.ogv-vo jpeg:outdir=.
Convert *.jpg video.gif
Wait a moment, GIF is finished.
This is the first I do, the effect is still good ~
PS: Video best not to record too long
"Reprint Please specify the source"
Author:mummyding
Source: http://blog.csdn.net/mummyding/article/details/46940829
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
"Linux" Ubuntu down screen && make gif