Update README.md

This commit is contained in:
MDHEXT 2021-11-01 12:29:21 -06:00 committed by GitHub
parent 7bfaaeef63
commit 7eb8c9b045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ gifconv [input_file] [Arguments]
```
Arguments:
-o : Specifies output filename. (will be outputted to the same directory as your input video file.)
If left empty, this will default to the same filename as your video. (Usage: -o image.gif)
If left empty, this will default to the same filename as your video. (Usage: -o image.gif)
-r : Specifies scale or size. The amount of pixels this value is set to will be the width of the gif.
The default is the same scale as the original video.
The default is the same scale as the original video.
-f : Specifies framerate in Hz. THe default is 15.
-m : Specifies one of the 3 modes listed below. The default is diff.
-d : Specifies which dithering algorithm to be used. The default is Bayer Dithering.