You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-share/doc/gif-gen.md

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