Minor edits, trailing space
This commit is contained in:
parent
83a9fa6147
commit
77238d721d
14
vid2ani.cmd
14
vid2ani.cmd
@ -59,9 +59,9 @@ ECHO:
|
||||
ECHO [32mArguments:[0m
|
||||
ECHO -t Output filetype: gif, png, webp.
|
||||
ECHO [33mThe default is gif.[0m
|
||||
ECHO -o Output file.
|
||||
ECHO -o Output file.
|
||||
ECHO [33mThe default is the same name as the input video.[0m
|
||||
ECHO -r Scale or size.
|
||||
ECHO -r Scale or size.
|
||||
ECHO [96mWidth of the animation in pixels.[0m
|
||||
ECHO [33mThe default is the same scale as the original video.[0m
|
||||
ECHO -f Framerate in frames per second.
|
||||
@ -79,9 +79,9 @@ ECHO [96m(Default for WebP is lossless)[0m
|
||||
ECHO -c The maximum amount of colors useable per palette.
|
||||
ECHO [96m(Optional value up to 256)[0m
|
||||
ECHO [33mThis option isn't used by default.[0m
|
||||
ECHO -s Start of the animation in HH:MM:SS.MS format.
|
||||
ECHO -s Start of the animation (HH:MM:SS.MS)
|
||||
ECHO [96m(Optional)[0m
|
||||
ECHO -e Duration of the animation in seconds.
|
||||
ECHO -e Duration of the animation (HH:MM:SS.MS)
|
||||
ECHO [96m(Optional)[0m
|
||||
ECHO -k Enables error diffusion.
|
||||
ECHO [96m(Optional)[0m
|
||||
@ -108,14 +108,14 @@ ECHO [32mAbout Bayerscale:[0m
|
||||
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 [96mThe option must be an integer value in the range [0,5].[0m
|
||||
ECHO [33mThe Default is 2.[0m [96mBayer Scale is optional.[0m
|
||||
ECHO:
|
||||
ECHO [95mPeople who made this project come to fruition:[0m
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user