2
0
mirror of https://github.com/elisescu/tty-share synced 2024-11-09 19:10:59 +00:00
tty-share/doc/gif-gen.md
2019-07-14 21:30:33 +02:00

10 lines
199 B
Markdown

# Generate the gif from video
``` bash
$ ffmpeg -v
ffmpeg version 3.3 Copyright (c) 2000-2017 the FFmpeg developers
...
$ ffmpeg -i input.mov -vf fps=15,scale=1920:-1:flags=lanczos output.gif
```