This commit is contained in:
Stian 2025-05-12 12:14:01 +02:00
parent 4a6bff0712
commit adacc6ede7
4 changed files with 3 additions and 7 deletions

View File

@ -218,7 +218,6 @@ IF DEFINED colormax (
:: Executing command to generate palette
ECHO %GREEN%Generating palette...%OFF%
echo ffmpeg -v %loglevel% %trim% -i %input% -vf "%filters%,%encode%%mcol%" -y "%palette%"
ffmpeg -v %loglevel% %trim% -i %input% -vf "%filters%,%encode%%mcol%" -y "%palette%"
:: Checking if the palette file is in the Working Directory, if not cleaning up
@ -271,7 +270,6 @@ IF "%filetype%" == "webp" (
:: Executing the encoding command
ECHO %GREEN%Encoding animation...%OFF%
echo ffmpeg -v %loglevel% %trim% -i %input% -thread_queue_size 512 -i "%palette%" -lavfi "%filters% [x]; [x][1:v] %decode%%errordiff%%ditherenc%%bayer%" -f %filetype% %webp_lossy% -loop 0 -plays 0 -y "%output%"
ffmpeg -v %loglevel% %trim% -i %input% -thread_queue_size 512 -i "%palette%" -lavfi "%filters% [x]; [x][1:v] %decode%%errordiff%%ditherenc%%bayer%" -f %filetype% %webp_lossy% -loop 0 -plays 0 -y "%output%"
:: Checking if file was created and cleaning up if not

View File

@ -181,7 +181,6 @@ fi
# Executing command to generate palette
echo ${GREEN}"Generating palette..."${OFF}
echo ffmpeg -v "${loglevel}" ${trim:-} -i "${input}" -vf "${filters},${encode}${mcol}" -y "${palette}"
ffmpeg -v "${loglevel}" ${trim:-} -i "${input}" -vf "${filters},${encode}${mcol}" -y "${palette}"
# Checking if the palette file is in the Working Directory, if not cleaning up
@ -246,7 +245,6 @@ fi
# Executing the encoding command
echo ${GREEN}"Encoding animation..."${OFF}
echo ffmpeg -v "${loglevel}" ${trim:-} -i "${input}" -thread_queue_size 512 -i "${palette}" -lavfi "${filters} [x]; [x][1:v] ${decode}${errordiff}${ditherenc}${bayer}" -f "${filetype}" ${webp_lossy:-} -loop 0 -plays 0 -y "${output}"
ffmpeg -v "${loglevel}" ${trim:-} -i "${input}" -thread_queue_size 512 -i "${palette}" -lavfi "${filters} [x]; [x][1:v] ${decode}${errordiff}${ditherenc}${bayer}" -f "${filetype}" ${webp_lossy:-} -loop 0 -plays 0 -y "${output}"
# Checking if output file was created

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2025-01-19 00:42:27" build="230724">
<key name=".Vanilla" modified="2025-02-08 01:12:45" build="230724">
<value name="ColorTable00" type="dword" data="00222827"/>
<value name="ColorTable01" type="dword" data="009e5401"/>
<value name="ColorTable02" type="dword" data="0004aa74"/>
@ -950,7 +950,7 @@
<line data="# alias glb=git-log --branches --date-order"/>
</value>
<value name="Update.InetTool" type="hex" data="00"/>
<value name="Update.InetToolCmd" type="string" data=""/>
<value name="Update.InetToolCmd" type="string" data='"%ConEmuBaseDir%\ConEmuC.exe" -download %1 %2'/>
<value name="SuppressBells" type="hex" data="01"/>
<value name="Language" type="string" data="en"/>
<value name="ClipboardAllLinesPosix" type="hex" data="00"/>

View File

@ -16,7 +16,6 @@ far=d:\bin\FarManager\Far.exe $*
ga=git add -A $*
gc=git commit $*
gs=git status $*
gg=global /1 /E .git $*
gh=git hist $*
gl=git log --oneline --all --graph --decorate --color $*
home=cd /d "%USERPROFILE%"
@ -46,3 +45,4 @@ winscp=d:\bin\WinSCP\winscp.exe $*
sudo=gsudo $*
pb=sh d:\bin\cygwin\usr\local\bin\pb $*
'pb=sh d:\bin\cygwin\usr\local\bin\pb' $*
gg=global /V /1 /E .git $*