From 1fe98e1eb5ee67203bb9bc24d1f16272b5cacf05 Mon Sep 17 00:00:00 2001 From: Nabi Date: Sun, 23 Apr 2017 11:03:56 +0430 Subject: [PATCH] insert sample gif image in README.md Signed-off-by: Nabi --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae4363..daac94a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # video2gif -A batch script for convert video to GIF files by FFmpeg.exe on Windows + +![sample gif file generated](sample.gif) + +A batch script for convert video to GIF files by FFmpeg.exe on Windows. ## Installation * Clone the repo @@ -12,6 +15,7 @@ A batch script for convert video to GIF files by FFmpeg.exe on Windows video2gif myvideo.mp4 ``` Then you have `myvideo.gif` in current directory. + If `myvideo.gif` there is existed, question from you for overwrite it. **Method #2:** You can just drag and drop `.gif` file on the `video2gif.bat` file. @@ -22,7 +26,7 @@ If `myvideo.gif` there is existed, question from you for overwrite it. video2gif SOURCE_FILE [OPTIONS] ``` -##Options: +## Options: ``` SOURCE_FILE Source video file name for convert also you can drag and drop source video file to this batch file directly