vid2ani/README.md
Nabi 6e332e6f7c initial files of project in version 0.0.1
Signed-off-by: Nabi <nabikaz@gmail.com>
2017-04-23 04:35:13 +04:30

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).