19 lines
568 B
Markdown
19 lines
568 B
Markdown
# video2gif
|
|
A batch script for convert video to GIF files by FFmpeg.exe on Windows
|
|
|
|
## Installation
|
|
* Clone the repo
|
|
* Install [FFmpeg](http://ffmpeg.zeranoe.com/builds/) for Windows.
|
|
* Make sure the `ffmpeg.exe` and `video2gif.bat` are on your systems path.
|
|
|
|
## Usage
|
|
Anywhere you can use it be like this example:
|
|
```
|
|
video2gif myvideo.mp4
|
|
```
|
|
Then you have `myvideo.gif` in current directory.
|
|
If `myvideo.gif` there is existed, question from you for overwrite it.
|
|
|
|
## Tips
|
|
Special thanks to [this article](http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html).
|