From f24814e1b5f90e299cfcc66132f093444450526a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 10 Jul 2016 13:51:32 +0100 Subject: [PATCH] Update usage in readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5ccdec3..c569c96 100644 --- a/README.md +++ b/README.md @@ -16,22 +16,22 @@ If you've ever tried encoding GIFs with `ffmpeg` there's a good chance your resu ## Usage -```shell +``` $ gifgen -h -gifgen 1.0.1 +gifgen 1.1.0 Usage: gifgen [options] Options: - -i Input file -o Output file [input.gif] -f Frames per second [10] + -s Optimize for static background -v Display verbose output from ffmpeg Examples: - $ gifgen -i screencap.mp4 - $ gifgen -i SCM_1457.mov -o demo.gif - $ gifgen -i screencap.mp4 -f 15 + $ gifgen video.mp4 + $ gifgen -o demo.gif SCM_1457.mp4 + $ gifgen -sf 15 screencap.mov ``` ## Installation