Tip - Convert MPEG/AVI video to animated GIF - Simple Cloud Works
Today a friend asked me how to convert an MPEG video file into an animated GIF file and I would like to share here our findings. In Linux (e.g. Ubuntu) you can use the FFMPEG and ImageMagick tools to do the following: Convert an MPEG file into an AVI file ffmpeg -i video_origin.mpg video_final.avi Convert... Read More