Use MOV or GIF file for demo in GitHub README.md
date
Aug 31, 2022
slug
use-mov-or-gif-in-github-readme
status
Published
tags
Tutorial
GitHub
Tool
summary
type
Post
I use MOV and GIF files to demonstrate demos for my projects. Here I will introduce how to generate and embed them into GitHub
README.md
.GIF demo
- Record a video that you use to convert into GIF.
- Search “Gifski“ in App Store and click GET.

There are also other useful online tools I use for GIFs processing:
- Open or drag the video into Gifski.
- Configure the GIF being generated as you need.

- Place the GIF in a demo folder of your project.
- In
README.md
mention the GIF.
MOV demo
- Record a MOV file that you use for demo.
- Click on
README.md
file in GitHub.
- Click “Edit this file“ button.

- Drag the MOV file into
README.md
edit section.

- Wait for generating the URL of MOV file.

- Preview and check the demo.

- Commit changes.