- Published on
How to convert videos to gifs using ffmpeg
- Download ffmpeg from their main site.
https://ffmpeg.org/
Select the platform/OS you use.
For Windows, add the bin to the environmental paths.
Convert your video using the following command in the terminal.
ffmpeg -i <video_name.ext> <outputname.gif>
- Can modify the output even more by looking up the documentations.