

Step 2: Creating a output directory and using ffmpeg to create multiple gif files as frames. Step 1: We assume you already have video file, here we have created a mp4 file with the help of kazam software in Ubuntu. With image-magick we were able to convert jpg to gif files but the problem was occurring when we were using lot of files to convert.īelow is the sample of convert -delay 5 output/*.jpg gif-example.gifĬonvert.im6: memory allocation failed `gif-example.gif’ error/quantize.c/QuantizeImage/2724.Ĭonvert.im6: memory allocation failed `gif-example.gif’ getting this error many times, we finally decided to go with ffmpeg and gifsicle. Image-magick has one issue that is related to memory allocation. We used some software package like mplayer and image-magick. For converting the video file into gif file there are many methods. In this post, learn how to convert video file into gif file through command line in linux.
