Minor edits, trailing space

This commit is contained in:
Stian Lund 2024-02-06 16:10:17 +01:00
parent 83a9fa6147
commit 77238d721d

View File

@ -59,9 +59,9 @@ ECHO:
ECHO Arguments:
ECHO -t Output filetype: gif, png, webp.
ECHO The default is gif.
ECHO -o Output file.
ECHO -o Output file.
ECHO The default is the same name as the input video.
ECHO -r Scale or size.
ECHO -r Scale or size.
ECHO Width of the animation in pixels.
ECHO The default is the same scale as the original video.
ECHO -f Framerate in frames per second.
@ -79,9 +79,9 @@ ECHO (Default for WebP is lossless)
ECHO -c The maximum amount of colors useable per palette.
ECHO (Optional value up to 256)
ECHO This option isn't used by default.
ECHO -s Start of the animation in HH:MM:SS.MS format.
ECHO -s Start of the animation (HH:MM:SS.MS)
ECHO (Optional)
ECHO -e Duration of the animation in seconds.
ECHO -e Duration of the animation (HH:MM:SS.MS)
ECHO (Optional)
ECHO -k Enables error diffusion.
ECHO (Optional)
@ -108,14 +108,14 @@ ECHO About Bayerscale:
ECHO When bayer dithering is selected, the Bayer Scale option defines the
ECHO scale of the pattern (how much the crosshatch pattern is visible).
ECHO A low value means more visible pattern for less banding, a higher value
ECHO means less visible pattern at the cost of more banding.
ECHO means less visible pattern at the cost of more banding.
ECHO The option must be an integer value in the range [0,5].
ECHO The Default is 2. Bayer Scale is optional.
ECHO:
ECHO People who made this project come to fruition:
ECHO ubitux, Nabi KaramAliZadeh, and the very kind and patient people in the
ECHO ubitux, Nabi KaramAliZadeh, and the very kind and patient people in the
ECHO Batch Discord Server. Without these people's contributions, this script
ECHO would not be possible. Thank you all for your contributions and
ECHO would not be possible. Thank you all for your contributions and
ECHO assistance^^!
GOTO :EOF