These are public posts tagged with #fedorahints. You can interact with them if you have an account anywhere in the fediverse.
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