UNIX2DOS
This commit is contained in:
parent
3fd7e78089
commit
4da6ee54c9
@ -195,7 +195,6 @@ IF DEFINED colormax (
|
||||
|
||||
:: Executing command to generate palette
|
||||
ECHO %GREEN%Generating palette...%OFF%
|
||||
echo ffmpeg -v %loglevel% %trim% -i %vid% -vf "%filters%,%encode%%mcol%" -y "%frames%.png"
|
||||
ffmpeg -v %loglevel% %trim% -i %vid% -vf "%filters%,%encode%%mcol%" -y "%frames%.png"
|
||||
|
||||
:: Checking if the palette file is in the Working Directory, if not cleaning up
|
||||
@ -248,7 +247,6 @@ IF DEFINED bayerscale SET bayer=:bayer_scale=%bayerscale%
|
||||
|
||||
:: Executing the encoding command
|
||||
ECHO %GREEN%Encoding animation...%OFF%
|
||||
echo ffmpeg -v %loglevel% %trim% -i %vid% -thread_queue_size 512 -i "%frames%.png" -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 %vid% -thread_queue_size 512 -i "%frames%.png" -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
|
||||
|
Loading…
Reference in New Issue
Block a user