diff --git a/doc/demo.gif b/doc/demo.gif index 503ed54..9ed0664 100644 Binary files a/doc/demo.gif and b/doc/demo.gif differ diff --git a/doc/gif-gen.md b/doc/gif-gen.md new file mode 100644 index 0000000..dc5f245 --- /dev/null +++ b/doc/gif-gen.md @@ -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 +```