Skip to content

Commit

Permalink
TIL: ffmpeg video to gif loop
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Dec 5, 2023
1 parent 6ca1ed4 commit 41b9fed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions man/ffmpeg.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ to 1.5mbps
```
ffmpeg -i IMG_4329.mov -c:v libx264 -b:v 1.5M -c:a aac -b:a 128k meshtastic.mp4
```

## generate gif from video

endless loop:

```shell
ffmpeg -i in.mp4 -loop 0 out.gif
```

0 comments on commit 41b9fed

Please sign in to comment.