Browse Source

Update usage in readme

pull/2/merge
Luke Childs 8 years ago
parent
commit
f24814e1b5
  1. 12
      README.md

12
README.md

@ -16,22 +16,22 @@ If you've ever tried encoding GIFs with `ffmpeg` there's a good chance your resu
## Usage ## Usage
```shell ```
$ gifgen -h $ gifgen -h
gifgen 1.0.1 gifgen 1.1.0
Usage: gifgen [options] Usage: gifgen [options]
Options: Options:
-i Input file
-o Output file [input.gif] -o Output file [input.gif]
-f Frames per second [10] -f Frames per second [10]
-s Optimize for static background
-v Display verbose output from ffmpeg -v Display verbose output from ffmpeg
Examples: Examples:
$ gifgen -i screencap.mp4 $ gifgen video.mp4
$ gifgen -i SCM_1457.mov -o demo.gif $ gifgen -o demo.gif SCM_1457.mp4
$ gifgen -i screencap.mp4 -f 15 $ gifgen -sf 15 screencap.mov
``` ```
## Installation ## Installation

Loading…
Cancel
Save