Help text

This commit is contained in:
Stian 2025-01-04 23:06:47 +01:00
parent 725238a47c
commit 0ac0b2679c
2 changed files with 18 additions and 18 deletions

View File

@ -306,22 +306,22 @@ ECHO %GREEN%Usage:%OFF%
ECHO %~nx0 [input_file] [arguments]
ECHO:
ECHO %GREEN%Arguments:%OFF%
ECHO -o Output file. Default is the same as input file, sans extension.
ECHO -t Output file type. Valid: 'gif' (default), 'apng', 'png', 'webp'.
ECHO -o Output file. The default is the same name as the input video.
ECHO -r Scale or size. Width of the animation in pixels.
ECHO -l Enable lossy WebP compression and quality. Range 0-100, default 75.
ECHO -f Framerate in frames per seconds, default 15.
ECHO -s Start time of the animation (HH:MM:SS.MS).
ECHO -e End time of the animation (HH:MM:SS.MS).
ECHO -f Framerate in frames per second (default: 15).
ECHO -d Dithering algorithm to be used (default: 0).
ECHO -b Bayer Scale setting. Range 0 - 5 (default: 2).
ECHO -m Palettegen mode: 1 (diff), 2 (single), 3 (full) (default: 1).
ECHO -c Maximum colors usable per palette. Range 3 - 256 (default).
ECHO -d Dithering algorithm to be used, default 0.
ECHO -b Bayer Scale setting. Range 0-5, default 2.
ECHO -m Palettegen mode: 1 (diff), 2 (single), 3 (full), default 1.
ECHO -c Maximum colors usable per palette. Range 3-256 (default).
ECHO -k Enables paletteuse error diffusion.
ECHO -l Enable lossy WebP compression and quality. Range 0 - 100.
ECHO -p Opens the resulting animation in the sysem image viewer.
ECHO -v Set FFmpeg log level (default: error).
ECHO -p Opens the resulting animation in the default viewer.
ECHO:
ECHO %GREEN%Dithering Mode%OFF%
ECHO %GREEN%Dithering Algorithms%OFF%
ECHO 0: None
ECHO 1: Bayer
ECHO 2: Heckbert

View File

@ -273,22 +273,22 @@ ${GREEN}Usage:${OFF}
$(basename $0) [input_file] [arguments]
${GREEN}Arguments:${OFF}
-o Output file. Default is the same as input file, sans extension.
-t Output file type. Valid: 'gif' (default), 'apng', 'png', 'webp'.
-o Output file. The default is the same name as the input video.
-r Scale or size. Width of the animation in pixels.
-l Enable lossy WebP compression and quality. Range 0-100, default 75.
-f Framerate in frames per seconds, default 15.
-s Start time of the animation (HH:MM:SS.MS).
-e End time of the animation (HH:MM:SS.MS).
-f Framerate in frames per second (default: 15).
-d Dithering algorithm to be used (default: 0).
-b Bayer Scale setting. Range 0 - 5 (default: 2).
-m Palettegen mode: 1 (diff), 2 (single), 3 (full) (default: 1).
-c Maximum colors usable per palette. Range 3 - 256 (default).
-d Dithering algorithm to be used, default 0.
-b Bayer Scale setting. Range 0-5, default 2.
-m Palettegen mode: 1 (diff), 2 (single), 3 (full), default 1.
-c Maximum colors usable per palette. Range 3-256 (default).
-k Enables paletteuse error diffusion.
-l Enable lossy WebP compression and quality. Range 0 - 100.
-p Opens the resulting animation in the sysem image viewer.
-v Set FFmpeg log level (default: error).
-p Opens the resulting animation in the default viewer.
${GREEN}Dithering Mode${OFF}
${GREEN}Dithering Algorithms${OFF}
0: None
1: Bayer
2: Heckbert