Update README.md

This commit is contained in:
MDHEXT 2021-09-22 12:26:10 -06:00 committed by GitHub
parent 4e39ef28d0
commit 616be5d76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ A batch script for converting video files to GIF files using FFmpeg.exe on Windo
## Installation
* Clone the repo
* Install [FFmpeg](http://ffmpeg.zeranoe.com/builds/) for Windows.
* Make sure that the paths to `ffmpeg.exe` and `gifenc.bat` are configured in your system environment variables control panel.
* Make sure that the path to `ffmpeg.exe` is configured in your system environment variables control panel or that you run the `gifenc.bat` file in the same folder as `ffmpeg.exe`.
## Usage
```