Update gifconv.bat

This commit is contained in:
MDHEXT 2022-09-06 14:48:44 -06:00 committed by GitHub
parent c7c0fee6c2
commit 4931ba3dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
:: Version: 5.5
:: Url: https://github.com/MDHEXT/video2gif, forked from https://github.com/NabiKAZ/video2gif
:: What this script is based on: http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
:: License: The MIT License (MIT)
:: License: GNU General Public License v3.0 (GPLv3)
SETLOCAL ENABLEDELAYEDEXPANSION
SET input="%~1"
@ -246,4 +246,4 @@ IF DEFINED picswitch START "" "%output%"
ECHO Deleting Temporary files...
RMDIR /S /Q "%WD%"
ENDLOCAL
ECHO Done!
ECHO Done!