2
0
mirror of https://github.com/elisescu/tty-share synced 2024-11-15 18:13:58 +00:00
tty-share/doc/gif-gen.md

10 lines
199 B
Markdown
Raw Normal View History

# 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
```