Replace the old demo.gif with a new one

pull/14/merge v0.3
Vasile Popescu 5 years ago
parent 14e811bc26
commit 1622ec01a3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

@ -0,0 +1,9 @@
# 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
```
Loading…
Cancel
Save