We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2725a19 commit 5a0b316Copy full SHA for 5a0b316
gifconv.bat
@@ -120,7 +120,7 @@ MD "%WD%"
120
:palettegen
121
ECHO Generating Palette...
122
IF DEFINED start_time (
123
- IF DEFINED duration SET "trim=-ss %start_time% -t %duration%"
+ IF DEFINED duration SET "trim=-ss !start_time! -t !duration!"
124
IF NOT DEFINED duration (
125
ECHO Please input a duration
126
GOTO :EOF
0 commit comments