← Back to blog

How to Turn a Downloaded TikTok Video into a GIF

A GIF doesn't need to be tapped to play — it loops automatically wherever you paste it, which makes it perfect for turning a few seconds of a video into a meme or a reusable sticker. Once you've downloaded the video, converting to GIF doesn't require any specialized software.

Step 1: Download the video first

As usual, copy the video link, paste it into ReelGrab, and download the MP4 HD • No watermark version — this matters, since the watermark would carry straight into the GIF, so always start from the watermark-free file.

Option 1: Free online converters on mobile

Searching "video to gif online" turns up plenty of free sites (ezgif, Convertio, and similar). They generally work the same way:

  1. Open the converter site and upload your downloaded video
  2. Set the time range you want (e.g., just seconds 3–6 of the clip)
  3. Adjust output size and frame rate if offered — lower values mean a smaller file but slightly choppier motion
  4. Convert and download the resulting GIF

Option 2: Export directly from an editing app

Free mobile editors like CapCut usually have a built-in "Export as GIF" option:

  1. Import the downloaded video into the editor
  2. Trim it down to the segment you want (GIFs are usually best kept under 3–8 seconds, or the file gets large fast)
  3. When exporting, choose GIF instead of the default MP4

Option 3: Use FFmpeg on desktop (for anyone comfortable with a command line)

If you have the free, open-source tool FFmpeg installed, a single command handles the conversion with finer control over quality:

ffmpeg -i input.mp4 -ss 00:00:03 -t 5 -vf "fps=15,scale=480:-1" output.gif

This starts at the 3-second mark, grabs 5 seconds, sets the frame rate to 15, and scales the width down to 480 pixels — all of these values can be adjusted; more conservative numbers keep the file smaller.

What if the file is still too big to send?

GIF compresses less efficiently than video, so the same few seconds of content often comes out noticeably larger as a GIF than as an MP4. If the file is too big (many chat apps cap attachment size):

Combining all three usually shrinks the file to a third of its original size or smaller.

FAQ

Does the GIF keep the audio? No — GIF as a format doesn't support sound, only the picture. If you want to keep the audio, it's better to just share the trimmed video clip instead of converting to GIF.

Can ReelGrab generate a GIF directly? Right now ReelGrab offers MP4 video and MP3 audio downloads only — GIF conversion needs one of the tools above as an extra step. We've noted this as a possible future addition.

Head to the homepage, download a video, and try one of the methods above to turn it into a GIF.

Ready to save a TikTok video?

Open ReelGrab