Published on

How to convert videos to gifs using ffmpeg

  1. Download ffmpeg from their main site.
https://ffmpeg.org/
  1. Select the platform/OS you use.

  2. For Windows, add the bin to the environmental paths.

  3. Convert your video using the following command in the terminal.

ffmpeg -i <video_name.ext> <outputname.gif>
  1. Can modify the output even more by looking up the documentations.