Update README.md

This commit is contained in:
MDHEXT 2021-11-04 10:33:52 -06:00 committed by GitHub
parent e52e969c3d
commit 076fdc29f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
A batch script for converting video files to GIF using FFmpeg on Windows.
## Installation
## Installation:
* Clone the repo
* Install [FFmpeg](https://www.ffmpeg.org/download.html#build-windows) for Windows.
* Make sure that the path to `ffmpeg.exe` is [configured in your system environment variables control panel](https://www.wikihow.com/Install-FFmpeg-on-Windows) or that you run the `gifconv.bat` file in the same folder as `ffmpeg.exe`.
## Usage
## Usage:
```
gifconv [input_file] [Arguments]
```