From 3b2d384dfd60cc257b8cb2acdbdaab5a769deefe Mon Sep 17 00:00:00 2001 From: Stian Date: Thu, 19 Jun 2025 12:15:20 +0200 Subject: [PATCH] Update files --- vid2ani.cmd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vid2ani.cmd b/vid2ani.cmd index 84b915a..d6b9cf3 100755 --- a/vid2ani.cmd +++ b/vid2ani.cmd @@ -273,10 +273,7 @@ ECHO %GREEN%Encoding animation...%OFF% 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 -IF NOT EXIST "%output%" ( - ECHO %RED%Failed to generate animation: %output% not found.%OFF% - GOTO :cleanup -) +IF NOT EXIST "%output%" ECHO %RED%Failed to generate animation: %output% not found.%OFF% && GOTO :cleanup :: Open output file if picswitch is set IF DEFINED picswitch START "" "%output%"