FFmpeg Convert video to Animated GIF

In this video tutorial, I have described the process to convert a video to a Animated GIF with the help of FFmpeg command. It's easy to use.

Command used to convert video to Gif-

ffmpeg -i Wildlife.wmv -vf scale=500:-1 -t 10 -r 10 imageOutput.gif

How to Install FFmpeg: https://youtu.be/xkb5REYV5xc

No comments:

Post a Comment