{"id":58,"description":"ffmpeg2 - Convert video to gif","tags":["tools","ffmpeg"],"contents":["# Supports multiple input file formats","# -r \u003cframe rate\u003e","# -vf \u003cfilter_graph\u003e # e.g. -vf scale=w:hP","ffmpeg2 -i \u003cinput file\u003e -r 10 output.gif","# set width to 320px and set height based on the width keeping the aspect ratio","ffmpeg2 -i \u003cinput file\u003e -r 10 -vf scale=320:-1 output.gif"]}
