We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--verbose
1 parent d958cdc commit 082dbf5Copy full SHA for 082dbf5
1 file changed
batch encoder.bat
@@ -184,6 +184,7 @@ if defined par_updated-from (
184
set "INPUTFILE="
185
186
:Conversion
187
+ if /i not "%par_verbose%"=="true" (set "quietargs=-v quiet -stats ")
188
for %%f in (.\*) do (
189
190
call:ClearAndTitle
@@ -232,7 +233,7 @@ if defined par_updated-from (
232
233
rem Move cursor 3 lines up
234
echo [3A
235
- "%LOCATION%" -v quiet -stats -i "%CD%\!INPUTFILE!" -map 0 "%CD%\!OUTPUTFILE!"
236
+ "%LOCATION%" %quietargs% -i "%CD%\!INPUTFILE!" -map 0 "%CD%\!OUTPUTFILE!"
237
238
echo.
239
0 commit comments