1
0

Update files

This commit is contained in:
2025-09-17 10:45:08 +02:00
parent 7e3ede2d81
commit 6d1a7148dc
4 changed files with 34 additions and 30 deletions

View File

@@ -296,20 +296,20 @@ 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 -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 -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 -p Opens the resulting animation in the default image viewer.
ECHO -v Set FFmpeg log level (default: error).
ECHO -o Output file. Default is the same as input file, sans extension
ECHO -t Output file type: 'gif' (default), 'apng', 'png', 'webp'
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 -c Maximum colors usable per palette, range 3-256 (default 256)
ECHO -s Start time of the animation (HH:MM:SS.MS)
ECHO -e End time of the animation (HH:MM:SS.MS)
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, default), 2 (single), 3 (full)
ECHO -k Enables paletteuse error diffusion
ECHO -p Opens the resulting animation in the default image viewer
ECHO -v Set FFmpeg log level (default: error)
ECHO:
ECHO %GREEN%Dithering Algorithms%OFF%
ECHO 0: None

View File

@@ -272,20 +272,20 @@ ${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'.
-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).
-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.
-p Opens the resulting animation in the default image viewer.
-v Set FFmpeg log level (default: error).
-o Output file. Default is the same as input file, sans extension
-t Output file type: 'gif' (default), 'apng', 'png', 'webp'
-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)
-c Maximum colors usable per palette, range 3-256 (default 256)
-s Start time of the animation (HH:MM:SS.MS)
-e End time of the animation (HH:MM:SS.MS)
-d Dithering algorithm to be used (default 0)
-b Bayer Scale setting, range 0-5 (default 2)
-m Palettegen mode: 1 (diff, default), 2 (single), 3 (full)
-k Enables paletteuse error diffusion
-p Opens the resulting animation in the default image viewer
-v Set FFmpeg log level (default: error)
${GREEN}Dithering Algorithms${OFF}
0: None

View File

@@ -29,6 +29,10 @@
<Command name="Launch in Vivaldi" Ctrl="no" Alt="yes" Shift="yes" Key="86">D:\bin\Vivaldi\Application\vivaldi.exe &quot;$(FULL_CURRENT_PATH)&quot;</Command>
<Command name="Launch in default program" Ctrl="no" Alt="yes" Shift="yes" Key="82">&quot;$(FULL_CURRENT_PATH)&quot;</Command>
</UserDefinedCommands>
<PluginCommands />
<PluginCommands>
<PluginCommand moduleName="ComparePlus.dll" internalID="9" Ctrl="no" Alt="no" Shift="no" Key="0" />
<PluginCommand moduleName="ComparePlus.dll" internalID="3" Ctrl="no" Alt="no" Shift="no" Key="0" />
<PluginCommand moduleName="JSMinNPP.dll" internalID="0" Ctrl="no" Alt="yes" Shift="yes" Key="77" />
</PluginCommands>
<ScintillaKeys />
</NotepadPlus>

View File

@@ -36,7 +36,7 @@
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="FFFFFF" bgColor="FFFFFF" colorStyle="1" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="00AC00" bgColor="FFFFFF" colorStyle="1" fontStyle="2" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="00AC00" bgColor="FFFFFF" fontStyle="2" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="00AC00" bgColor="FFFFFF" colorStyle="1" fontStyle="2" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="FFFF00" bgColor="FFFFFF" colorStyle="1" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="00A3F0" bgColor="FFFFFF" colorStyle="1" fontStyle="0" nesting="0" />