SPUTNIK☭

#fedorahints #fedora #linux

How to make a gif file from video file?

As simple as it never was.

Open terminal app, install ffmpeg:
sudo dnf install ffmpeg

then:
ffmpeg -i input_video_file output.gif