Update README.md
This commit is contained in:
parent
e6a987739d
commit
34996a34ff
34
README.md
34
README.md
@ -16,8 +16,18 @@ gifconv [input_file] [Arguments]
|
|||||||
## Options:
|
## Options:
|
||||||
```
|
```
|
||||||
Arguments:
|
Arguments:
|
||||||
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
Video to GIF converter v5.1 (C) 2017-2021, MDHEXT & Nabi KaramAliZadeh <nabikaz@gmail.com>
|
||||||
|
You can download this fork from here: https://github.com/MDHEXT/video2gif
|
||||||
|
you can download the original release here: https://github.com/NabiKAZ/video2gif
|
||||||
|
This tool uses ffmpeg, you can download that here: https://www.ffmpeg.org/download.html#build-windows
|
||||||
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
Usage:
|
||||||
|
gifconv [input_file] [Arguments]
|
||||||
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
Arguments:
|
||||||
-o : Specifies output filename. (will be outputted to the same directory as your input video file.)
|
-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. (Optional)
|
If left empty, this will default to the same filename as your video.
|
||||||
-r : Specifies scale or size. The amount of pixels this value is set to will be the width of the 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.
|
-f : Specifies framerate in Hz. The default is 15.
|
||||||
@ -27,9 +37,29 @@ Arguments:
|
|||||||
information below. (Optional)
|
information below. (Optional)
|
||||||
-s : Specifies the start of the gif file in HH:MM:SS.MS format. (Optional)
|
-s : Specifies the start of the gif file in HH:MM:SS.MS format. (Optional)
|
||||||
-e : Specifies the duration of the gif file in seconds. (Optional)
|
-e : Specifies the duration of the gif file in seconds. (Optional)
|
||||||
-c : Sets the maximum amount of colors useable per palette. (Value up to 256) This option is disabled
|
-c : Sets the maximum amount of colors useable per palette. (Value up to 256) This option isn't used
|
||||||
by default.
|
by default.
|
||||||
-k : Enables error diffusion. (Optional)
|
-k : Enables error diffusion. (Optional)
|
||||||
|
-p : Opens the resulting GIF file in the default Photo Viewer. (Optional)
|
||||||
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
Palettegen Modes:
|
||||||
|
1: diff - only what moves affects the palette
|
||||||
|
2: single - one palette per frame
|
||||||
|
3: full - one palette for the whole gif
|
||||||
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
Dithering Options:
|
||||||
|
1: Bayer
|
||||||
|
2: Heckbert
|
||||||
|
3: Floyd Steinberg
|
||||||
|
4: Sierra2
|
||||||
|
5: Sierra2_4a
|
||||||
|
6: No Dithering
|
||||||
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
About Bayerscale:
|
||||||
|
When bayer dithering is selected, the Bayer Scale option defines the scale of the pattern (how much the
|
||||||
|
crosshatch pattern is visible). A low value means more visible pattern for less banding, and higher value
|
||||||
|
means less visible pattern at the cost of more banding. The option must be an integer value in the range
|
||||||
|
[0,5]. The Default is 2. Bayer Scale is optional.
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
Palettegen Modes:
|
Palettegen Modes:
|
||||||
1: diff - only what moves affects the palette
|
1: diff - only what moves affects the palette
|
||||||
|
Loading…
Reference in New Issue
Block a user