Frequently Googled Questions

June 21, 2017 ยท View on GitHub

._   _       _            
| \ | | ___ | |_ ___  ___
|  \| |/ _ \| __/ _ \/ __|
| |\  | (_) | ||  __/\__ \
|_| \_|\___/ \__\___||___/

Frequently Googled Questions

How to convert a video to animated gif?

ffmpeg -i my-video.mp4 my-video.gif

REF: Convert Video to GIF