fix help message

This commit is contained in:
MDHEXT 2021-11-28 23:45:24 -07:00 committed by GitHub
parent 3ff76dfab8
commit f197f20465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ ECHO gifconv [input_file] [Arguments]
ECHO -------------------------------------------------------------------------------------------------------------
ECHO Arguments:
ECHO -o : Specifies output filename. (will be outputted to the same directory as your input video file.)
ECHO If left empty, this will default to the same filename as your video. (Optional)
ECHO If left empty, this will default to the same filename as your video.
ECHO -r : Specifies scale or size. The amount of pixels this value is set to will be the width of the gif.
ECHO The default is the same scale as the original video.
ECHO -f : Specifies framerate in Hz. The default is 15.
@ -46,7 +46,7 @@ ECHO -b : Specifies the Bayer Scale. This can only be used when Bayer Dithe
ECHO information below. (Optional)
ECHO -s : Specifies the start of the gif file in HH:MM:SS.MS format. (Optional)
ECHO -e : Specifies the duration of the gif file in seconds. (Optional)
ECHO -c : Sets the maximum amount of colors useable per palette. (Value up to 256) This option is disabled
ECHO -c : Sets the maximum amount of colors useable per palette. (Value up to 256) This option isn't used
ECHO by default.
ECHO -k : Enables error diffusion. (Optional)
ECHO -------------------------------------------------------------------------------------------------------------
@ -64,10 +64,10 @@ ECHO 5: Sierra2_4a
ECHO 6: No Dithering
ECHO -------------------------------------------------------------------------------------------------------------
ECHO About Bayerscale:
ECHO When bayer dithering is selected, the Bayer Scale option defines the scale of the pattern (how much the
ECHO When bayer dithering is selected, the Bayer Scale option defines the scale of the pattern (how much the
ECHO crosshatch pattern is visible). A low value means more visible pattern for less banding, and higher value
ECHO means less visible pattern at the cost of more banding.The option must be an integer value in the range
ECHO [0,5]. The Default is 2. Bayer Scale is optional and can only be enabled when using bayer dithering.
ECHO means less visible pattern at the cost of more banding. The option must be an integer value in the range
ECHO [0,5]. The Default is 2. Bayer Scale is optional.
GOTO :EOF
:safchek